intel/compiler: Get rid of the global compaction table pointers
[mesa.git] / src / intel / compiler / brw_eu.h
2020-09-02 Jason Ekstrandintel/compiler: Get rid of the global compaction table...
2020-09-02 Danylo Piliaievintel/disasm: Label support in shader disassembly for...
2020-09-02 Danylo Piliaievintel/disasm: brw_label and support functions
2020-09-02 Danylo Piliaievintel/disasm: Change visibility of has_uip and has_jip
2020-06-23 Jason Ekstrandintel/eu: Add the RNDU opcode
2020-06-23 Jason Ekstrandintel/eu: Add a brw_urb_dest_msg_type helper
2020-06-23 Kenneth Graunkeintel/eu: Add a brw_urb_desc helper
2020-05-30 Jason Ekstrandintel/fs: Emit HALT for discard on Gen4-5
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-20 Caio Marcelo de... intel/fs,vec4: Properly account SENDs in IVB memory...
2020-01-22 Matt Turnerintel/compiler: Move Gen4/5 rounding to visitor
2020-01-22 Matt Turnerintel/compiler: Validate fuzzed instructions
2019-11-11 Jason Ekstrandintel/fs: Add DWord scattered read/write opcodes
2019-10-11 Francisco Jerezintel/eu/gen12: Add tracking of default SWSB state...
2019-10-11 Francisco Jerezintel/fs/gen12: Add codegen support for the SYNC instru...
2019-10-11 Francisco Jerezintel/eu: Encode and decode native instruction opcodes...
2019-10-11 Francisco Jerezintel/eu: Rework opcode description tables to allow...
2019-10-11 Francisco Jerezintel/eu: Fix up various type conversions in brw_eu...
2019-09-17 Samuel Iglesias... i965/fs/generator: refactor rounding mode helper in...
2019-08-05 Danylo Piliaievintel/compiler: add ability to override shader's assembly
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
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-05-30 Jason Ekstrandintel/fs: Do a stalling MFENCE in endInvocationInterlock()
2019-05-30 Jason Ekstrandintel/fs,vec4: Use g0 as the header for MFENCE
2019-03-06 Ian Romanickintel/compiler: Silence many unused parameter warnings...
2019-02-28 Jason Ekstrandintel/vec4: Drop dead code for handling typed surface...
2019-02-25 Jason Ekstrandintel/eu: Add an EOT parameter to send_indirect_[split...
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/eu: Add support for the SENDS[C] messages
2019-01-29 Jason Ekstrandintel/eu: Add more message descriptor helpers
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for surface messages
2019-01-29 Jason Ekstrandintel/eu: Rework surface descriptor helpers
2018-08-28 Ian Romanickintel/compiler: Silence unused parameter warnings in...
2018-08-23 Ian Romanickintel/compiler: Implement untyped atomic float min...
2018-08-23 Ian Romanickintel/compiler: Expand untyped atomic message type...
2018-07-10 Francisco Jerezintel/eu: Get rid of the return value of brw_send_indir...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for pixel interpo...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for sampler messages.
2018-07-10 Francisco Jerezintel/eu: Provide desc immediate argument up front...
2018-07-10 Francisco Jerezintel/eu: Use brw_set_desc() along with a helper to...
2018-07-10 Francisco Jerezintel/eu: Define helper to specify the descriptor immed...
2018-06-28 Francisco Jerezintel/eu: Return new instruction to caller from brw_fb_...
2018-06-04 Jason Ekstrandintel/eu: Switch to a logical state stack
2018-06-04 Jason Ekstrandintel/eu: Add some brw_get_default_ helpers
2018-06-01 Plamena Manolovai965: Add ARB_fragment_shader_interlock support.
2018-05-29 Francisco Jerezintel/eu: Remove brw_codegen::compressed_stack.
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-08 Kenneth Graunkei965/fs: Add infrastructure for generating CSEL instruc...
2018-03-02 Francisco Jerezintel/eu: Plumb header present bit to codegen helpers...
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: Define new shader opcode to set rounding modes
2017-11-17 Matt Turneri965: Rename intel_asm_annotation -> brw_disasm_info
2017-11-17 Matt Turneri965: Rewrite disassembly annotation code
2017-11-07 Jason Ekstrandintel/eu: Make automatic exec sizes a configurable...
2017-10-26 Kevin Rogovinintel/compiler: brw_validate_instructions to take const...
2017-08-21 Matt Turneri965: Mark src inst pointer const in compaction code
2017-05-26 Jason Ekstrandintel/compiler: Make brw_disasm take const assembly
2017-05-15 Matt Turneri965: Pass pointer and end of assembly to brw_validate_...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler