intel/compiler: Allow MESA_SHADER_KERNEL
[mesa.git] / src / intel / compiler / brw_vec4_visitor.cpp
2020-04-29 Francisco Jerezintel/ir: Import shader performance analysis pass.
2020-03-06 Francisco Jerezintel/compiler/vec4: Switch liveness analysis to IR...
2020-03-06 Francisco Jerezintel/compiler: Move all live interval analysis results...
2019-07-08 Ian Romanickintel/vec4: Delete vec4_visitor::emit_lrp
2019-04-24 Dave Airlieintel/compiler: fix uninit non-static variable. (v2)
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-03-23 Caio Marcelo de... intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE...
2019-03-06 Timothy Arceriglsl: rename is_record() -> is_struct()
2019-02-08 Caio Marcelo de... intel/compiler: use 0 as sampler in emit_mcs_fetch
2019-01-13 Kenneth Graunkei965: Drop mark_surface_used mechanism.
2019-01-10 Matt Turnerintel/compiler: Prevent warnings in the following patch
2018-11-19 Kenneth Graunkei965: Allow only one slot of clip distances to be set...
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-03-14 Karol Herbstcompiler: int8/uint8 support
2018-02-28 Matt Turnerintel/compiler: Lower flrp32 on Gen11+
2017-12-06 Alejandro Piñeiroi965/vec4: Handle 16-bit types at type_size_xvec4
2017-11-07 Jason Ekstrandintel/compiler: Move the destructor from vec4_visitor...
2017-10-20 Samuel Iglesias... i965/vec4: remove setting default LOD in the backend
2017-10-19 Kenneth Graunkei965: Move fs_inst::has_side_effects()'s eot check...
2017-10-13 Jason Ekstrandintel/compiler: Allocate pull_param in assign_constant_...
2017-10-13 Jason Ekstrandintel/compiler: Add a flag for pull constant support
2017-09-21 Kenneth Graunkei965: Handle unwritten PSIZ/VIEWPORT/LAYER outputs...
2017-05-09 Jason Ekstrandi965/vec4: Use NIR remapping for VS attributes
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler