intel/compiler: Allow MESA_SHADER_KERNEL
[mesa.git] / src / intel / compiler / brw_eu_defines.h
2020-04-30 Jason Ekstrandintel/eu: Use non-coherent mode (BTI=253) for stateless...
2020-04-29 Caio Marcelo de... intel/fs,vec4: Pull stall logic for memory fences up...
2020-04-29 Caio Marcelo de... intel/fs: Allow FS_OPCODE_SCHEDULING_FENCE stall on...
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-02-18 Caio Marcelo de... intel/gen12: Take into account opcode when decoding...
2020-02-14 Francisco Jerezintel/fs: Add virtual instruction to load mask of live...
2020-01-23 Ian Romanickintel/fs: Add SHADER_OPCODE_[IU]SUB_SAT pseudo-ops
2020-01-21 Caio Marcelo de... intel/fs: Add FS_OPCODE_SCHEDULING_FENCE
2019-11-11 Jason Ekstrandintel/fs: Add DWord scattered read/write opcodes
2019-10-11 Francisco Jerezintel/eu/gen12: Add auxiliary type to represent SWSB...
2019-10-11 Francisco Jerezintel/fs/gen12: Add codegen support for the SYNC instru...
2019-10-11 Francisco Jerezintel/ir/gen12: Add SYNC hardware instruction.
2019-10-11 Francisco Jerezintel/eu/gen12: Codegen three-source instruction source...
2019-10-11 Francisco Jerezintel/ir: Drop hard-coded correspondence between IR...
2019-10-11 Francisco Jerezintel/eu: Rework opcode description tables to allow...
2019-09-17 Samuel Iglesias... i965/fs/generator: add new opcode to set float controls...
2019-07-11 Caio Marcelo de... intel/fs: Add support for SLM fence in Gen11
2019-07-01 Sagar Ghugeintel/compiler: Enable the emission of ROR/ROL instructions
2019-06-04 Jason Ekstrandintel/fs: Add an UNDEF instruction to avoid excess...
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-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: Re-order logical surface arguments
2019-02-28 Jason Ekstrandintel/fs: Add an enum type for logical sampler inst...
2019-02-01 Jason Ekstrandintel/fs: Implement nir_intrinsic_global_atomic_*
2019-02-01 Jason Ekstrandintel/fs: Implement load/store_global with A64 untyped...
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls...
2019-01-29 Jason Ekstrandintel/fs: Use a logical opcode for IMAGE_SIZE
2019-01-29 Jason Ekstrandintel/fs: Add a generic SEND opcode
2019-01-29 Jason Ekstrandintel/defines: Explicitly cast to uint32_t in SET_FIELD...
2019-01-09 Francisco Jerezintel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
2018-12-12 Jason Ekstrandintel/fs: Support min_lod parameters on texture instruc...
2018-08-29 Jason Ekstrandintel: Use TXS for image_size when we have a typed...
2018-08-23 Ian Romanickintel/compiler: Implement untyped atomic float min...
2018-07-10 Francisco Jerezintel/ir: Uncomment definition of several unused hardwa...
2018-07-10 Francisco Jerezintel/eu: Define SET_BITS helper more easily reusable...
2018-06-28 Jason Ekstrandintel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
2018-06-01 Plamena Manolovai965: Add ARB_fragment_shader_interlock support.
2018-05-29 Francisco Jerezintel/fs: Replace the CINTERP opcode with a simple MOV
2018-03-07 Jason Ekstrandintel/fs: Add support for subgroup quad operations
2018-03-07 Jason Ekstrandintel/fs: Add a couple of simple helper opcodes
2018-03-07 Jason Ekstrandi965/fs: Add support for nir_intrinsic_shuffle
2017-12-31 Kenneth Graunkei965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.
2017-12-06 Jose Maria Casanov... i965/fs: Add byte scattered read message and fs support
2017-12-06 Jose Maria Casanov... i965/fs: Add byte scattered write message and fs support
2017-12-06 Alejandro Piñeiroi965/fs: Add remove_extra_rounding_modes optimization
2017-12-06 Alejandro Piñeiroi965/fs: Define new shader opcode to set rounding modes
2017-10-20 Matt Turneri965: Add align1 ternary instruction disassembler support
2017-10-20 Matt Turneri965: Add align1 ternary instruction field encodings
2017-08-21 Matt Turneri965: Hide the register type hardware encodings
2017-08-21 Matt Turneri965: Use separate enums for register vs immediate...
2017-05-26 Jason Ekstrandi965: Move SF compilation to the compiler
2017-05-03 Rafael Antognollii965: Move enums to brw_compiler.h.
2017-04-14 Samuel Iglesias... i965/vec4: split VEC4_OPCODE_FROM_DOUBLE into one opcod...
2017-03-13 Iago Toral Quirogaintel: fix compiler build
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler