intel/compiler: Allow MESA_SHADER_KERNEL
[mesa.git] / src / intel / compiler / brw_reg.h
2020-05-30 Jason Ekstrandintel/fs: Emit HALT for discard on Gen4-5
2020-04-21 Dylan Bakerreplace _mesa_is_pow_two with util_is_power_of_two_*
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2020-01-22 Matt Turnerintel/compiler: Add NF some more places
2019-01-10 Matt Turnerintel/compiler: Expand size of the 'nr' field
2018-10-10 Jason Ekstrandintel: Don't propagate conditional modifiers if a UD...
2018-05-03 Jose Maria Casanov... intel/compiler: fix brw_imm_w for negative 16-bit integers
2018-04-06 Ian Romanickintel/compiler: Explicitly cast register type in switch
2018-04-04 Lionel Landwerlinintel: compiler: silence compiler warning
2018-03-26 Ian Romanicki965: Add negative_equals methods
2018-03-07 Jason Ekstrandintel/fs: Implement reduce and scan opeprations
2018-03-02 Francisco Jerezintel/ir: Allow representing additional flag subregiste...
2017-12-06 Jose Maria Casanov... i965: Add support for control register
2017-12-01 Rafael Antognolliintel/compiler: Implement WaClearTDRRegBeforeEOTForNonPS.
2017-11-07 Jason Ekstrandintel/reg: Add helpers for 64-bit integer immediates
2017-11-07 Jason Ekstrandintel/eu/reg: Add a subscript() helper
2017-10-20 Matt Turneri965: Move brw_reg_type_is_floating_point to brw_reg_type.h
2017-08-21 Matt Turneri965: Move brw_reg_type_letters() as well
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-04-14 Juan A. Suarez Romeroi965/fs: add helper to retrieve instruction execution...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler