intel/fs,vec4: Stuff the constant data from NIR in the end of the program
[mesa.git] / src / intel / compiler / brw_fs_generator.cpp
2018-03-01 Jason Ekstrandintel/fs: Set up sampler message headers in the visitor...
2018-02-28 Matt Turnerintel/compiler: Lower flrp32 on Gen11+
2018-02-28 Matt Turnerintel/compiler/fs: Implement ddy without using align16...
2018-02-28 Matt Turnerintel/compiler/fs: Simplify ddx/ddy code generation
2018-02-28 Matt Turnerintel/compiler/fs: Pass fs_inst to generate_ddx/ddy...
2018-02-28 Matt Turnerintel/compiler/fs: Implement FS_OPCODE_LINTERP with...
2018-02-28 Matt Turnerintel/compiler/fs: Return multiple_instructions_emitted...
2018-02-28 Matt Turnerintel/compiler/fs: Fix application of cmod and saturate...
2018-01-22 Kenneth Graunkei965: Drop render_target_start from binding table struct.
2018-01-11 Matt TurnerRevert "Revert "i965/fs: Use align1 mode on ternary...
2017-12-31 Kenneth Graunkei965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.
2017-12-23 Anuj PhogatRevert "i965/fs: Use align1 mode on ternary instruction...
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-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