i965/fs: Add infrastructure for generating CSEL instructions.
[mesa.git] / src / intel / compiler / brw_eu.h
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