ac/nir: move ac_shader_variant_info and friends to radv folder
[mesa.git] / src / amd / common / ac_shader_info.h
2018-03-06 Samuel Pitoisetac/shader: scan output usage mask for VS and TES
2018-02-28 Samuel Pitoisetac/shader: move scanning some info about input PS decla...
2018-02-08 Samuel Pitoisetac/shader: scan info about output PS declarations
2018-02-07 Samuel Pitoisetac/shader: scan vertex inputs usage mask
2018-01-26 Samuel Pitoisetac/shader: scan if fragment shaders write memory
2018-01-15 Samuel PitoisetRevert "ac/shader: gather If TES reads TESSINNER or...
2018-01-15 Samuel Pitoisetac/shader: gather If TES reads TESSINNER or TESSOUTER
2018-01-12 Samuel Pitoisetac: add 'const' qualifiers to the shader info pass
2018-01-10 Samuel Pitoisetamd/common: do not rely on the pipeline for the push...
2018-01-04 Samuel Pitoisetamd/common: scan if gl_PrimitiveID is used before trans...
2018-01-04 Samuel Pitoisetamd/common: scan if gl_InvocationID is used
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-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-06-27 Nicolai Hähnleac/shader_info: fix a comment
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