i965/fs: Add byte scattered read message and fs support
[mesa.git] / src / intel / compiler / brw_eu_emit.c
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-07 Jason Ekstrandintel/eu: Explicitly set EXECUTE_1 where needed
2017-11-07 Jason Ekstrandintel/eu: Make automatic exec sizes a configurable...
2017-11-07 Jason Ekstrandintel/eu: Fix broadcast instruction for 64-bit values...
2017-11-07 Jason Ekstrandintel/eu: Just modify the offset in brw_broadcast
2017-11-07 Jason Ekstrandintel/compiler: Add some restrictions to MOV_INDIRECT...
2017-10-25 Jason Ekstrandintel/eu: Use EXECUTE_1 for JMPI
2017-10-20 Matt Turneri965: Add align1 ternary instruction emission support
2017-10-20 Matt Turneri965: Add functions to abstract access to 3src register...
2017-10-20 Matt Turneri965: Rename brw_inst's functions that access the 3src...
2017-10-20 Matt Turneri965: Rename brw_inst 3src functions in preparation...
2017-10-04 Matt Turneri965: Remove validate_reg()
2017-08-21 Matt Turneri965: Switch to using the logical register types
2017-08-21 Matt Turneri965: Rename brw_inst's functions that access the regis...
2017-08-21 Matt Turneri965: Extract functions dealing with register types...
2017-08-21 Matt Turneri965: Reverse file/type arguments to register type...
2017-08-21 Matt Turneri965: Use separate enums for register vs immediate...
2017-08-21 Matt Turneri965: Reorder brw_reg_type enum values
2017-08-21 Matt Turneri965: Validate destination restrictions with vector...
2017-08-21 Matt Turneri965: Move compaction "prepass" into brw_eu_compact.c
2017-07-13 Lionel Landwerlinintel/compiler: remove check unsigned is >= 0
2017-04-14 Matt Turneri965: Use correct VertStride on align16 instructions.
2017-04-14 Matt Turneri965: Use source region <1,2,0> when converting to DF.
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler