nir/lower_idiv: add new llvm-based path
[mesa.git] / src / freedreno / ir3 / ir3_shader.h
2019-10-18 Hyunjun Kofreedreno/ir3: Add data structures to support texture...
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Implement primitive layout intrinsics
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Implement lowering passes for VS and GS
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Add has_gs flag to shader key
2019-10-14 Jonathan Marekfreedreno/ir3: increase size of inputs/outputs arrays
2019-10-14 Jonathan Marekfreedreno/ir3: remove input ncomp field
2019-09-13 Rob Clarkfreedreno/a6xx: pre-calculate userconst stateobj size
2019-08-13 Rob Clarkfreedreno/ir3+a6xx: same VBO state for draw/binning
2019-08-13 Rob Clarkfreedreno/ir3: track # of driver params
2019-07-29 Eric Anholtfreedreno: Take a lock around shader variant creation.
2019-06-24 Eric Anholtfreedreno: Stop treating UBO 0 specially in UBO uploading.
2019-06-05 Kristian H. Kristensenfreedreno/ir3: Extend debug helpers to support TCS...
2019-06-03 Hyunjun Kofreedreno/ir3: fix counting and printing for half regis...
2019-05-16 Eric Anholtfreedreno: Log the number of loops in the shader for...
2019-05-09 Rob Clarkfreedreno/ir3: fix rasterflat/glxgears
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-02 Rob Clarkfreedreno/ir3: fb read support
2019-04-30 Rob Clarkfreedreno/ir3: fixes for half reg in/out
2019-04-25 Rob Clarkfreedreno/ir3: sample-shading support
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-03-27 Kristian H. Kristensenfreedreno/ir3: Push UBOs to constant file
2019-03-26 Kristian H. Kristensenfreedreno/ir3: Track whether shader needs derivatives
2019-03-22 Rob Clarkfreedreno/ir3: rename has_kill to no_earlyz
2019-03-03 Rob Clarkfreedreno/ir3: add Sethi–Ullman numbering pass
2019-02-16 Rob Clarkfreedreno/ir3: add image/ssbo <-> ibo/tex mapping
2018-12-07 Rob Clarkfreedreno/ir3: track max flow control depth for a5xx...
2018-11-27 Rob Clarkfreedreno: move ir3 to common location