radv: do not load the local invocation index when it's unused
[mesa.git] / src / amd / common / ac_shader_info.c
2017-12-14 Samuel Pitoisetradv: do not load the local invocation index when it...
2017-12-14 Samuel Pitoisetamd/common: scan which components of gl_LocalInvocation...
2017-12-14 Samuel Pitoisetamd/common: scan which components of gl_WorkGroupID...
2017-12-14 Samuel Pitoisetradv: replace grid_components_used by uses_grid_size
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-08-24 Bas Nieuwenhuizenac/nir: Add shader support for multiviews.
2017-08-24 Bas Nieuwenhuizenac/nir: Determine if input attachments are used in...
2017-07-31 Nicolai Hähnleac/nir,radv: move force_persample to ac_shader_info...
2017-07-31 Nicolai Hähnleac/nir: use shader_info pass to determine whether insta...
2017-04-19 Mike Lothianradv/ac: Fix nir.h include
2017-04-18 Dave Airlieradv/ac: mark used descriptor sets in shader info.
2017-04-18 Dave Airlieradv/ac: move needs_push_constants to shader info.
2017-04-18 Dave Airlieradv: optimise compute shader grid size emission.
2017-04-18 Dave Airlieradv: start conditionalising vertex inputs. (v2)
2017-04-18 Dave Airlieradv/ac: add initial pre-pass for shader info gathering