glx/test: meson: assorted include fixes
[mesa.git] / src / intel / compiler / brw_fs_visitor.cpp
2018-09-25 Topi Pohjolainenintel/compiler/icl: Use barrier id bits 24:30 instead...
2018-07-09 Jose Maria Casanov... intel/fs: use uint type for per_slot_offset at GS
2018-06-28 Jason Ekstrandintel/fs: Add fields to wm_prog_data for SIMD32 dispatch
2018-06-28 Francisco Jerezintel/fs: Fix Gen6+ interpolation setup for SIMD32
2018-06-28 Jason Ekstrandintel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
2018-06-28 Jason Ekstrandintel/fs: Emit MOV_DISPATCH_TO_FLAGS once for the centr...
2018-06-28 Francisco Jerezintel/fs: Generalize the unlit centroid workaround
2018-06-28 Francisco Jerezintel/fs: Wrap FS payload register look-up in a helper...
2018-06-28 Francisco Jerezintel/fs: Use fs_regs instead of brw_regs in the unlit...
2018-06-28 Francisco Jerezintel/fs: Don't enable dual source blend if no outputs...
2018-06-28 Jason Ekstrandintel/fs: Rework KSP data to be SIMD width-based
2018-05-29 Francisco Jerezintel/fs: Add explicit last_rt flag to fb writes orthog...
2018-05-29 Francisco Jerezintel/fs: Use the ATTR file for FS inputs
2017-12-21 Francisco Jerezintel/fs: Initialize fs_visitor::grf_used on construction.
2017-11-07 Jason Ekstrandintel/fs: Explicitly set EXECUTE_1 where needed
2017-11-07 Jason Ekstrandintel/fs: Rework zero-length URB write handling
2017-11-07 Jason Ekstrandintel/fs: Remove min_dispatch_width from fs_visitor
2017-10-13 Jason Ekstrandintel/vs: Grow the param array for clip planes
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-05-09 Jason Ekstrandi965/fs: Lower gl_VertexID and friends to inputs at...
2017-05-09 Jason Ekstrandi965/vs: Set uses_vertexid and friends from brw_compile_vs
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler