intel/eu: Copy fields manually in brw_next_insn
[mesa.git] / src / intel / compiler / brw_eu_emit.c
2018-06-04 Jason Ekstrandintel/eu: Copy fields manually in brw_next_insn
2018-06-04 Jason Ekstrandintel/eu: Add some brw_get_default_ helpers
2018-06-01 Plamena Manolovai965: Add ARB_fragment_shader_interlock support.
2018-05-22 Jason Ekstrandintel/eu: Set EXECUTE_1 when setting the rounding mode...
2018-03-22 Jason Ekstrandintel/compiler/icl: Clear "null render target" bit...
2018-03-08 Kenneth Graunkei965/fs: Add infrastructure for generating CSEL instruc...
2018-03-02 Anuj Phogatintel/compiler: Memory fence commit must always be...
2018-03-02 Francisco Jerezintel/eu: Plumb header present bit to codegen helpers...
2018-03-02 Francisco Jerezintel/ir: Allow arbitrary scratch flag registers for...
2018-02-28 Matt Turnerintel/compiler/fs: Implement FS_OPCODE_LINTERP with...
2018-02-28 Matt Turnerintel/compiler: Add Gen11+ native float type
2018-01-11 Matt Turneri965/fs: Add/use functions to convert to 3src_align1...
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