util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / freedreno / ir3 / ir3_shader.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-12 Rob Clarkfreedreno/ir3: show input/output wrmask's in disasm
2019-11-12 Rob Clarkfreedreno/ir3: add input/output iterators
2019-11-12 Rob Clarkfreedreno/ir3: remove impossible condition
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add ir3 intrinsics for tessellation
2019-10-24 Rob Clarkfreedreno/ir3: debug cleanup
2019-10-22 Rob Clarkfreedreno/ir3: fixup register footprint fixup
2019-10-18 Rob Clarknir: add nir_lower_amul pass
2019-10-18 Rob Clarkfreedreno/ir3: add pre-dispatch tex fetch to disasm
2019-10-18 Rob Clarkfreedreno/ir3: fixup register footprint to account...
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Implement lowering passes for VS and GS
2019-08-13 Rob Clarkfreedreno/ir3+a6xx: same VBO state for draw/binning
2019-07-29 Eric Anholtfreedreno: Fix data race on making the shader's id.
2019-07-29 Eric Anholtfreedreno: Take a lock around shader variant creation.
2019-06-22 Eric Anholtfreedreno: Remove silly return from ir3_optimize_nir().
2019-06-22 Eric Anholtfreedreno: Stop reporting max_const in shader-db.
2019-06-22 Eric Anholtfreedreno: Include binning shaders in shader-db.
2019-06-05 Kristian H. Kristensenfreedreno/ir3: Generalize ir3_shader_disasm()
2019-06-03 Hyunjun Kofreedreno/ir3: fix counting and printing for half regis...
2019-05-07 Rob Clarkfreedreno/ir3: move const_state to ir3_shader
2019-05-07 Rob Clarkfreedreno/ir3: move immediates to const_state
2019-05-07 Rob Clarkfreedreno/ir3: consolidate const state
2019-05-04 Rob Clarkfreedreno/ir3: remove assert
2019-05-02 Rob Clarkfreedreno/ir3: add some ubo range related asserts
2019-04-30 Rob Clarkfreedreno/ir3: fixes for half reg in/out
2019-04-25 Rob Clarkfreedreno/ir3: sample-shading support
2019-04-25 Rob Clarkfreedreno/ir3: rename frag_vcoord -> ij_pixel
2019-04-25 Rob Clarkcompiler: rename SYSTEM_VALUE_VARYING_COORD
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-03-30 Rob Clarkfreedreno/ir3: add pass to move varying loads
2019-03-03 Rob Clarkfreedreno/ir3: add Sethi–Ullman numbering pass
2019-02-20 Rob Clarkfreedreno/ir3: fix crash in compile fail case
2018-12-13 Rob Clarkfreedreno: debug GEM obj names
2018-12-07 Rob Clarkfreedreno/ir3: sync instr/disasm
2018-11-27 Rob Clarkfreedreno: move ir3 to common location