freedreno: Split ir3_const's user buffer and indirect upload APIs.
[mesa.git] / src / gallium / drivers / freedreno / a5xx / fd5_emit.c
2020-08-05 Eric Anholtfreedreno: Split ir3_const's user buffer and indirect...
2020-08-05 Eric Anholtfreedreno: Rename emit_const_bo() to emit_const_ptrs().
2020-06-04 Rob Clarkfreedreno/ir3: split kill from no_earlyz
2020-05-26 Kristian H. Kristensenfreedreno: Use explicit *_NONE enum for undefined formats
2020-05-17 Ilia Mirkinfreedreno: fix off-by-one in assertions checking for...
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-05-08 Hyunjun Kofreedreno,tu: Don't request fragcoord components not...
2020-04-30 Rob Clarkfreedreno/ir3: inline const emit
2020-01-29 Rob Clarkfreedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND
2020-01-21 Eric Anholtfreedreno: Stop scattered remapping of SSBOs/images...
2019-11-26 Rob Clarkfreedreno: switch to layout helper
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-08-13 Rob Clarkfreedreno/all: move more emit helpers to screen
2019-08-13 Rob Clarkfreedreno/a3xx-a6xx+ir3: move emit_const* to screen
2019-08-13 Rob Clarkfreedreno/a5xx: add fd5_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a5xx: call fd5_emit_ib() directly from fd5
2019-06-11 Rob Clarkfreedreno/a5xx: enable a540
2019-03-22 Rob Clarkfreedreno/ir3: rename has_kill to no_earlyz
2019-02-16 Rob Clarkfreedreno/ir3: add image/ssbo <-> ibo/tex mapping
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: move binning_pass out of shader variant key
2018-09-27 Rob Clarkfreedreno: fix scissor state emit
2018-07-29 Rob Clarkfreedreno/a5xx: small cleanup
2018-06-21 Rob Clarkfreedreno/a5xx: MSAA
2018-06-19 Rob Clarkfreedreno/a5xx: move emit_marker5() into a5xx backend
2018-06-19 Rob Clarkfreedreno/a5xx: fix crash in dEQP-GLES31.stress.vertex_...
2018-06-19 Rob Clarkfreedreno/a5xx: bordercolor fixes
2018-06-11 Rob Clarkfreedreno: update generated headers
2018-01-14 Rob Clarkfreedreno/a5xx: texture tiling
2017-12-19 Rob Clarkfreedreno/ir3: add ctx->mem_to_mem()
2017-12-17 Rob Clarkfreedreno: update generated headers
2017-11-17 Rob Clarkfreedreno/a5xx: stencil texturing support
2017-11-12 Rob Clarkfreedreno/a5xx: fix SSBO emit for non-zero offset
2017-11-12 Rob Clarkfreedreno/a5xx: image support
2017-11-12 Rob Clarkfreedreno/ir3: add SSBO get_buffer_size() support
2017-10-02 Rob Clarkfreedreno/a5xx: fix missing restore state
2017-07-09 Ilia Mirkina5xx: fix condition for updating *_FS_OUTPUT_CNTL
2017-07-09 Ilia Mirkina5xx: remove no-longer-accurate border color layout...
2017-07-09 Ilia Mirkina5xx: fix border color for depth formats
2017-07-09 Ilia Mirkina5xx: add border color clamping, add packed border...
2017-07-09 Ilia Mirkina5xx: fix border colors for swizzled texture formats
2017-07-09 Ilia Mirkina5xx: fix integer texture border colors
2017-07-09 Ilia Mirkina5xx: fix primitive restart
2017-07-07 Ilia Mirkina5xx: add backface stencil emission
2017-07-04 Ilia Mirkina5xx: implement logicop support
2017-07-04 Ilia Mirkina5xx: enable polygon mode selection
2017-07-04 Ilia Mirkina5xx: fix clip_halfz support
2017-07-04 Ilia Mirkina5xx: include color swap when decoding vertices
2017-06-07 Rob Clarkfreedreno/a5xx: set SP_BLEND_CONTROL properly
2017-06-07 Rob Clarkfreedreno/a5xx: LRZ support
2017-06-07 Rob Clarkfreedreno/a5xx: refactor out helper for LRZ flush
2017-05-23 Rob Clarkfreedreno/a5xx: provoking vertex
2017-05-16 Rob Clarkfreedreno/a5xx: remove unneeded assert
2017-05-13 Rob Clarkfreedreno/a5xx: hw binning support
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-05-04 Rob Clarkfreedreno/a5xx: compute shader support
2017-05-04 Rob Clarkfreedreno/a5xx: SSBO support
2017-04-22 Rob Clarkfreedreno: make hw-query a helper
2017-04-18 Rob Clarkfreedreno: refactor dirty state handling
2017-04-18 Rob Clarkfreedreno/ir3: split out per-stage emit_consts fxns
2017-04-18 Rob Clarkfreedreno: add helper to mark all state clean
2017-04-18 Rob Clarkfreedreno: make texture state an array
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-01-22 Rob Clarkfreedreno/a5xx: fix int vbos
2017-01-11 Rob Clarkfreedreno/a5xx: fixed instanced
2017-01-11 Rob Clarkfreedreno/a5xx: fix fragcoord related hangs
2016-12-27 Rob Clarkfreedreno/a5xx: transform-feedback support
2016-12-27 Rob Clarkfreedreno: update generated headers
2016-12-27 Rob Clarkfreedreno/a5xx: fix emit for bo addresses
2016-12-18 Rob Clarkfreedreno/a5xx: border color support
2016-12-18 Rob Clarkfreedreno/a5xx: fix (at least some) vtx formats
2016-12-06 Rob Clarkfreedreno: update generated headers
2016-12-06 Rob Clarkfreedreno/a5xx: fix alpha test
2016-11-30 Rob Clarkfreedreno/a5xx: fix discard
2016-11-30 Rob Clarkfreedreno/a5xx: initial support