intel/compiler: Use new Gen11 headerless RT writes for MRT cases
[mesa.git] / src / intel / compiler / brw_fs.cpp
2019-08-27 Kenneth Graunkeintel/compiler: Use new Gen11 headerless RT writes...
2019-08-27 Kenneth Graunkeintel/compiler: Use generic SEND for Gen7+ FB writes
2019-08-27 Kenneth Graunkeintel/compiler: Refactor FB write message control setup...
2019-08-26 Paulo Zanoniintel/fs: grab fail_msg from v32 instead of v16 when...
2019-08-25 Jason Ekstrandintel/fs: Drop the gl_program from fs_visitor
2019-08-12 Jason Ekstrandintel/fs: Add SLM size to brw_cs_prog_data
2019-08-12 Jason Ekstrandintel/compiler: Fill a compiler statistics struct
2019-08-12 Paulo Zanoniintel/fs: add 64 bit integer multiplication lowering
2019-08-12 Paulo Zanoniintel/compiler: invert the logic of lower_integer_multi...
2019-08-12 Paulo Zanoniintel/compiler: don't instantiate a builder for each...
2019-08-12 Paulo Zanoniintel/compiler: extract subfunctions of lower_integer_m...
2019-08-08 Rhys Perryanv,i965,iris: deduplicate setting of total_shared
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-30 Jason Ekstrandintel/fs: Use ALIGN16 instructions for all derivatives...
2019-07-30 Matt Turneri965/fs: Print the scheduler mode.
2019-07-30 Matt Turneri965/fs: Add a shader_stats struct.
2019-07-29 Jason Ekstrandintel: Use a system value for gl_FragCoord
2019-07-29 Jason Ekstrandintel/fs: Remove calculate_urb_setup from fs_visitor
2019-07-24 Kenneth Graunkei965: Use NIR to lower legacy userclipping.
2019-07-24 Jason Ekstrandintel/compiler: Allow for required subgroup sizes
2019-07-24 Jason Ekstrandintel/compiler: Be more conservative about subgroup...
2019-07-24 Jason Ekstrandintel/nir: Make brw_nir_apply_sampler_key more generic
2019-07-22 Jason Ekstrandintel/fs: Stop stack allocating large arrays
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-07-02 Jason Ekstrandintel/fs: Use nir_lower_interpolation on gen11+
2019-07-02 Jason Ekstrandintel/fs: Actually implement the load_barycentric intri...
2019-06-05 Jason Ekstrandintel/nir: Stop returning the shader from helpers
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-05-14 Kenneth Graunkeintel/compiler: Don't repeat dispatch max fixing condition
2019-05-14 Kenneth Graunkeintel/compiler: Rename invocation_id_mask to instance_i...
2019-05-14 Kenneth Graunkeintel/compiler: Refactor TCS invocation ID setup into...
2019-05-14 Jason Ekstrandintel/fs/ra: Do the spill loop inside RA
2019-05-14 Jason Ekstrandintel/fs: Stop doing extra RA calls
2019-05-07 Sagar Ghugeintel/compiler: Replicate 16 bit immediate value correctly
2019-04-25 Juan A. Suarez RomeroRevert "intel/compiler: split is_partial_write() into...
2019-04-22 Rafael Antognolliintel/fs: Add a lowering pass for linear interpolation.
2019-04-22 Rafael Antognolliintel/fs: Move the scalar-region conversion to the...
2019-04-19 Jason Ekstrandintel/fs: Add support for bindless image load/store...
2019-04-19 Jason Ekstrandintel/fs: Add support for bindless texture ops
2019-04-19 Jason Ekstrandanv: Implement VK_KHR_shader_atomic_int64
2019-04-18 Ian Romanickintel/fs: Eliminate dead code first
2019-04-18 Iago Toral Quirogaintel/compiler: implement SIMD16 restrictions for mixed...
2019-04-18 Iago Toral Quirogaintel/compiler: skip MAD algebraic optimization for...
2019-04-18 Iago Toral Quirogaintel/compiler: remove inexact algebraic optimizations...
2019-04-18 Iago Toral Quirogaintel/compiler: split is_partial_write() into two variants
2019-04-18 Iago Toral Quirogaintel/compiler: handle extended math restrictions for...
2019-04-12 Sagar Ghugeintel/fs: Remove unused condition from opt_algebraic...
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-04-09 Caio Marcelo de... intel/fs: Use NIR_PASS_V when lowering CS intrinsics
2019-04-09 Caio Marcelo de... intel/fs: Add support for CS to group invocations in...
2019-03-25 Danylo Piliaievintel/fs: Make alpha test work with MRT and sample...
2019-03-25 Danylo Piliaievi965,iris,anv: Make alpha to coverage work with sample...
2019-03-23 Caio Marcelo de... intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE...
2019-03-13 Kenneth Graunkeintel/fs: Fix opt_peephole_csel to not throw away satur...
2019-03-06 Ian Romanickintel/compiler: Silence unused parameter warning in...
2019-03-01 Ian Romanickintel/fs: Handle OR source modifiers in algebraic optim...
2019-02-28 Jason Ekstrandintel/compiler: Re-prefix non-logical surface opcodes...
2019-02-28 Jason Ekstrandintel/compiler: Drop unused surface opcodes
2019-02-28 Jason Ekstrandintel/fs: Get rid of the IMAGE_SIZE opcode
2019-02-28 Jason Ekstrandintel/fs: Add an enum type for logical sampler inst...
2019-02-21 Francisco Jerezintel/fs: Lower integer multiply correctly when destina...
2019-02-21 Francisco Jerezintel/fs: Exclude control sources from execution type...
2019-02-01 Jason Ekstrandintel/fs: Implement nir_intrinsic_global_atomic_*
2019-02-01 Jason Ekstrandintel/fs: Use SENDS for A64 writes on gen9+
2019-02-01 Jason Ekstrandintel/fs: Implement load/store_global with A64 untyped...
2019-02-01 Jason Ekstrandintel/fs: Properly handle 64-bit types in LOAD_PAYLOAD
2019-01-29 Jason Ekstrandintel/fs: Use split sends for surface writes on gen9+
2019-01-29 Jason Ekstrandintel/fs: Support SENDS in SHADER_OPCODE_SEND
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls...
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+
2019-01-29 Jason Ekstrandintel/fs: Use a logical opcode for IMAGE_SIZE
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for surface messages
2019-01-29 Jason Ekstrandintel/fs: Add a generic SEND opcode
2019-01-29 Jason Ekstrandintel/fs: Handle IMAGE_SIZE in size_read() and is_send_...
2019-01-29 Jason Ekstrandintel/fs: Get rid of fs_inst::equals
2019-01-13 Kenneth Graunkei965: Drop mark_surface_used mechanism.
2019-01-10 Matt Turnerintel/compiler: Prevent warnings in the following patch
2019-01-10 Matt Turnerintel/compiler: Lower 64-bit MOV/SEL operations
2019-01-09 Francisco Jerezintel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
2019-01-09 Francisco Jerezintel/fs: Remove existing lower_conversions pass.
2019-01-09 Francisco Jerezintel/fs: Introduce regioning lowering pass.
2019-01-09 Francisco Jerezintel/fs: Constify fs_inst::can_do_source_mods().
2019-01-09 Francisco Jerezintel/fs: Fix bug in lower_simd_width while splitting...
2019-01-09 Francisco Jerezintel/fs: Implement quad swizzles on ICL+.
2019-01-09 Francisco Jerezintel/fs: Handle source modifiers in lower_integer_mult...
2018-12-17 Ian Romanicki965/fs: Eliminate unary op on operand of compare-with...
2018-12-12 Jason Ekstrandintel/fs: Support min_lod parameters on texture instruc...
2018-12-10 Matt Turneri965/fs: Handle V/UV immediates in dump_instructions()
2018-11-27 Iago Toral Quirogaintel/compiler: fix indentation style in opt_algebraic()
2018-11-20 Kenneth Graunkei965: Do NIR shader cloning in the caller.
2018-10-31 Jason Ekstrandintel/compiler: Stop assuming the entrypoint is called...
2018-10-17 Topi Pohjolainenintel/compiler/icl: Use invocation id bits 22:16 instea...
2018-10-17 Matt Turneri965/fs: Add 64-bit int immediate support to dump_instr...
2018-10-10 Jason Ekstrandintel: Don't propagate conditional modifiers if a UD...
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-08-29 Jason Ekstrandanv,i965: Lower away image derefs in the driver
2018-08-23 Ian Romanickintel/compiler: Implement untyped atomic float min...
2018-08-09 Kenneth Graunkeintel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.
2018-08-02 Jason Ekstrandi965/fs: Flag all slots of a flat input as flat
next