freedreno: Rename emit_const_bo() to emit_const_ptrs().
[mesa.git] / src / gallium / drivers / freedreno / a6xx / fd6_const.c
2020-08-05 Eric Anholtfreedreno: Rename emit_const_bo() to emit_const_ptrs().
2020-07-29 Rob Clarkfreedreno/a6xx: don't emit a bogus size for empty cb...
2020-06-19 Rob Clarkfreedreno/ir3: move output_loc to variant
2020-06-19 Rob Clarkfreedreno/ir3: drop shader->num_ubos
2020-06-19 Rob Clarkfreedreno/ir3: move ubo_state into const_state
2020-06-19 Rob Clarkfreedreno/a6xx: defer userconst cmdstream size calculation
2020-06-19 Rob Clarkfreedreno/ir3: add accessor for const_state
2020-06-05 Eric Anholtfreedreno/ir3: Stop shifting UBO 1 down to be UBO 0.
2020-06-05 Eric Anholtfreedreno: Upload gallium constbufs as needed when...
2020-05-14 Eric Anholtfreedreno/a6xx: Use LDC for UBO loads.
2020-05-12 Eric Anholtfreedreno: Drop the "write" arg to emit_const_bo now...
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCW with OUT_RELOC.
2020-04-30 Rob Clarkfreedreno/a6xx: convert const emit to OUT_PKT()
2020-04-30 Rob Clarkfreedreno/ir3: inline const emit
2020-04-30 Rob Clarkfreedreno/a6xx: split out const emit