glthread: don't prefix variable_data with const
[mesa.git] / src / intel / compiler / brw_fs_generator.cpp
2017-12-01 Rafael Antognolliintel/compiler: Implement WaClearTDRRegBeforeEOTForNonPS.
2017-11-21 Tapani Pälliintel: fix disasm_info memory leaks
2017-11-17 Matt Turneri965: Rewrite disassembly annotation code
2017-11-17 Matt Turneri965: Move common code out of #ifdef
2017-11-14 Matt TurnerRevert "intel/fs: Use a pure vertical stride for large...
2017-11-07 Jason Ekstrandintel/fs: Don't use automatic exec size inference
2017-11-07 Jason Ekstrandintel/fs: Explicitly set EXECUTE_1 where needed
2017-11-07 Jason Ekstrandintel/fs: Fix MOV_INDIRECT for 64-bit values on little...
2017-11-07 Jason Ekstrandintel/compiler: Add some restrictions to MOV_INDIRECT...
2017-11-07 Jason Ekstrandintel/fs: Use a pure vertical stride for large register...
2017-10-25 Jason Ekstrandintel/eu: Use EXECUTE_1 for JMPI
2017-10-20 Matt Turneri965/fs: Use align1 mode on ternary instructions on...
2017-10-04 Matt Turneri965/fs: Don't apply POW/FDIV workaround on Gen10+
2017-10-01 Matt Turneri965: Normalize types for FBL, FBH, etc
2017-08-23 Kenneth Graunkei965: Stop using wm_prog_data->binding_table.render_tar...
2017-05-15 Matt Turneri965: Pass pointer and end of assembly to brw_validate_...
2017-04-14 Francisco Jerezi965/fs: Get 64-bit indirect moves working on IVB.
2017-04-14 Juan A. Suarez Romeroi965/fs: fix dst stride in IVB/BYT type conversions
2017-04-14 Matt Turneri965: Use <0,2,1> region for scalar DF sources on IVB...
2017-04-14 Juan A. Suarez Romeroi965/fs: double regioning parameters and execsize for...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler