intel/nir: Pass the nir_builder by reference in lower_alpha_to_coverage
[mesa.git] / src / intel / compiler / brw_inst.h
2020-01-22 Timur Kristófintel/compiler: Fix array bounds warning on GCC 10.
2019-10-30 Matt Turnerintel/compiler: Add instruction compaction support...
2019-10-11 Francisco Jerezintel/fs/gen11+: Fix CS_OPCODE_CS_TERMINATE codegen.
2019-10-11 Sagar Ghugeintel/eu/gen12: Implement immediate 64 bit constant...
2019-10-11 Francisco Jerezintel/eu/gen12: Implement compact instruction binary...
2019-10-11 Francisco Jerezintel/eu/gen12: Implement indirect region binary encoding.
2019-10-11 Francisco Jerezintel/eu/gen12: Implement SEND instruction binary encoding.
2019-10-11 Francisco Jerezintel/eu/gen12: Implement control flow instruction...
2019-10-11 Francisco Jerezintel/eu/gen12: Implement three-source instruction...
2019-10-11 Francisco Jerezintel/eu/gen12: Implement basic instruction binary...
2019-10-11 Francisco Jerezintel/eu/gen12: Add sanity-check asserts to brw_inst_bi...
2019-10-11 Francisco Jerezintel/eu/gen12: Extend brw_inst.h macros for Gen12...
2019-10-11 Francisco Jerezintel/eu: Encode and decode native instruction opcodes...
2019-10-11 Francisco Jerezintel/eu: Split brw_inst ex_desc accessors for SEND...
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-04-18 Iago Toral Quirogaintel/compiler: add instruction setters for Src1Type...
2019-01-29 Jason Ekstrandintel/eu: Add support for the SENDS[C] messages
2019-01-29 Jason Ekstrandintel/inst: Fix the ia16_addr_imm helpers
2019-01-29 Jason Ekstrandintel/eu: Use GET_BITS in brw_inst_set_send_ex_desc
2018-08-23 Ian Romanickintel/compiler: Expand untyped atomic message type...
2018-07-10 Francisco Jerezintel/eu: Add brw_inst.h helpers for the SEND(C) descri...
2018-03-22 Jason Ekstrandintel/compiler/icl: Clear "null render target" bit...
2018-03-05 Jordan Justenintel: Split gen_device_info out into libintel_dev
2018-03-03 Ian Romanicki965: Silence warnings about mixing enum and non-enum...
2018-03-03 Ian Romanickintel/compiler: Silence unused parameter warnings in...
2017-10-20 Matt Turneri965: Add align1 ternary instruction-word support
2017-10-20 Matt Turneri965: Add align1 ternary instruction support to convers...
2017-10-20 Matt Turneri965: Add functions to abstract access to 3src register...
2017-10-20 Matt Turneri965: Rename brw_inst's functions that access the 3src...
2017-10-20 Matt Turneri965: Rename brw_inst 3src functions in preparation...
2017-08-21 Matt Turneri965: Optimize reading the destination type
2017-08-21 Matt Turneri965: Add functions to abstract access to register...
2017-08-21 Matt Turneri965: Rename brw_inst's functions that access the regis...
2017-08-21 Matt Turneri965: Add support for disassembling 64-bit integer...
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler