radeonsi: use shader_info::cs::local_size_variable to clean up some code
[mesa.git] / src / gallium / drivers / freedreno / a5xx / fd5_program.c
2020-09-01 Jonathan Marekfreedreno/ir3: rework setup_{input,output} to make...
2020-08-26 Eric Anholtfreedreno/a5xx: Don't set the VARYING flag for fragcoor...
2020-07-01 Jonathan Marekfreedreno/a5xx: set missing bary sysvals
2020-07-01 Jonathan Marekfreedreno/registers: update varying-related registers
2020-06-26 Connor Abbottir3, freedreno: Round up constlen earlier
2020-06-24 Rob Clarkfreedreno/a5xx: use point-coord helper
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCD with permanently flagging...
2020-05-08 Hyunjun Kofreedreno,tu: Don't request fragcoord components not...
2020-04-27 Eric Anholtfreedreno: Fix derivatives without texturing on a3xx...
2020-04-25 Connor Abbottir3: Skip missing VS outputs in VS out map when linking
2020-01-29 Samuel Pitoisetcompiler: add PERSP to the existing barycentric system...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Share shader state constructor and...
2019-06-03 Hyunjun Kofreedreno/ir3: fix counting and printing for half regis...
2019-06-03 Neil Robertsfreedreno/ir3: Use output type size to set OUTPUT_REG_H...
2019-04-25 Rob Clarkcompiler: rename SYSTEM_VALUE_VARYING_COORD
2019-03-05 Timur Kristóffreedreno: Plumb pipe_screen through to irX_tgsi_to_nir.
2018-12-13 Rob Clarkfreedreno: also set DUMP flag on shaders
2018-12-07 Rob Clarkfreedreno/ir3: track max flow control depth for a5xx...
2018-11-27 Rob Clarkfreedreno/ir3: remove pipe_stream_output_info dependency
2018-11-27 Rob Clarkfreedreno: shader_t -> gl_shader_stage
2018-10-17 Rob Clarkfreedreno/ir3: shader variant cache
2018-10-17 Rob Clarkfreedreno/ir3: move binning_pass out of shader variant key
2018-10-17 Rob Clarkfreedreno/ir3: track # of samplers used by shader
2018-08-14 Rob Clarkfreedreno/ir3: stop hard-coding FS input regs
2018-06-11 Rob Clarkfreedreno/a5xx: add sample-id/sample-mask-in
2018-05-15 Rob Clarkfreedreno/a5xx: remove fd5_shader_stateobj
2017-12-19 Rob Clarkfreedreno/a5xx: use vertex_id_zero_base
2017-05-23 Rob Clarkfreedreno/a5xx: provoking vertex
2017-05-13 Rob Clarkfreedreno/a5xx: hw binning support
2017-05-04 Rob Clarkfreedreno/a5xx: compute shader support
2017-05-04 Rob Clarkfreedreno/a5xx: SSBO support
2017-04-17 Rob Clarkfreedreno: extract helper for stage->sb for a4xx+
2017-04-17 Rob Clarkfreedreno/{a4xx,a5xx}: switch to CP_LOAD_STATE4
2017-04-17 Rob Clarkfreedreno: update generated headers
2017-01-22 Rob Clarkfreedreno/a5xx: set frag shader threadsize
2017-01-22 Rob Clarkfreedreno/a5xx: set fragcoordxy properly
2017-01-22 Rob Clarkfreedreno/a5xx: fix psize
2017-01-11 Rob Clarkfreedreno/a5xx: use the non-_ZERO_BASE for vertexid
2017-01-11 Rob Clarkfreedreno/a5xx: fix fragcoord related hangs
2016-12-27 Rob Clarkfreedreno/a5xx: transform-feedback support
2016-12-06 Rob Clarkfreedreno/a5xx: fix fragface
2016-12-06 Rob Clarkfreedreno/a5xx: fix fragcoord
2016-12-06 Rob Clarkfreedreno/a5xx: fix VPC_VAR[n].DISABLE bits
2016-11-30 Rob Clarkfreedreno/a5xx: initial support