intel/fs: Add an UNDEF instruction to avoid excess live ranges
[mesa.git] / src / intel / compiler / brw_fs_builder.h
2019-06-04 Jason Ekstrandintel/fs: Add an UNDEF instruction to avoid excess...
2019-04-22 Matt Turnerintel/compiler: Improve fix_3src_operand()
2019-01-29 Jason Ekstrandintel/fs: Use split sends for surface writes on gen9+
2019-01-09 Francisco Jerezintel/fs: Remove nasty open-coded CHV/BXT 64-bit workar...
2018-11-10 Francisco Jerezintel/fs: Prevent emission of IR instructions not align...
2018-10-02 Jason Ekstrandintel/fs: Fix a typo in need_matching_subreg_offset
2018-06-28 Francisco Jerezintel/fs: Fix fs_builder::sample_mask_reg() for 32...
2018-03-08 Kenneth Graunkei965/fs: Add infrastructure for generating CSEL instruc...
2018-03-07 Jason Ekstrandintel/fs: Add a helper for emitting scan operations
2018-03-02 Francisco Jerezintel/ir: Allow arbitrary scratch flag registers for...
2018-02-28 Matt Turnerintel/compiler: Lower flrp32 on Gen11+
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler