intel/compiler: Allow MESA_SHADER_KERNEL
[mesa.git] / src / intel / compiler / brw_fs_builder.h
2020-04-29 Francisco Jerezintel/fs: Rename half() helpers to quarter(), allow...
2020-04-17 Ian Romanickintel/compiler: Fixup operands in fs_builder::emit...
2020-02-14 Francisco Jerezintel/fs/gen7+: Swap sample mask flag register and...
2020-02-14 Francisco Jerezintel/fs: Make sample_mask_reg() local to brw_fs.cpp...
2019-11-05 Paulo Zanoniintel/compiler: remove the operand restriction for...
2019-09-19 Paulo Zanoniintel/fs: roll the loop with the <0,1,0> additions...
2019-09-19 Paulo Zanoniintel/fs: make scan/reduce work with SIMD32 when it...
2019-07-01 Sagar Ghugeintel/compiler: Enable the emission of ROR/ROL instructions
2019-06-29 Lionel Landwerlinintel/compiler: don't use byte operands for src1 on ICL
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