radeonsi: use shader_info::cs::local_size_variable to clean up some code
[mesa.git] / src / gallium / drivers / freedreno / freedreno_batch.h
2020-08-28 Rob Clarkfreedreno/batch: replace lrz_clear with prologue
2020-05-26 Rob Clarkfreedreno: add batch debugging
2020-05-21 Kristian H. Kristensenfreedreno/a6xx: Avoid stalling for occlusion queries
2020-05-12 Eric Anholtfreedreno: Move the resource_read early out to an inline.
2020-05-12 Eric Anholtfreedreno: Split the fd_batch_resource_used by read...
2020-04-28 Rob Clarkfreedreno/a6xx: pre-calculate expected vsc stream sizes
2020-03-30 Rob Clarkfreedreno: add logging infrastructure
2020-03-30 Eric Anholtfreedreno: Fix acc query handling in the presence of...
2020-01-29 Rob Clarkfreedreno: remove flush-queue
2020-01-29 Rob Clarkfreedreno: get GMEM state from batch
2019-11-08 Kristian H. Kristensenfreedreno/a6xx: Allocate and program tessellation buffer
2019-11-08 Kristian H. Kristensenfreedreno/a6xx: Build the right draw command for tessel...
2019-09-06 Kristian H. Kristensenfreedreno/a6xx: Implement primitive count queries on GPU
2019-06-26 Rob Clarkfreedreno: drop unused arg from fd_batch_flush()
2019-05-02 Rob Clarkfreedreno/a6xx: KHR_blend_equation_advanced support
2019-02-22 Rob Clarkfreedreno: fix race condition
2019-01-28 Jonathan Marekfreedreno: a2xx: clear fixes and fast clear path
2019-01-28 Jonathan Marekfreedreno: a2xx: a20x hw binning
2018-11-27 Jonathan Marekfreedreno: a2xx: fd2_draw update
2018-11-27 Kristian H. Kristensenfreedreno/a6xx: Clear gmem buffers at flush time
2018-11-27 Kristian H. Kristensenfreedreno/a6xx: Move resolve blits to an IB
2018-11-27 Kristian H. Kristensenfreedreno/a6xx: Move restore blits to IB
2018-10-26 Rob Clarkfreedreno: import libdrm_freedreno + redesign submit
2018-09-27 Rob Clarkfreedreno: handle invalidated buffers harder
2018-09-27 Rob Clarkfreedreno: simplify pctx->clear()
2018-08-16 Kristian H. Kristensenfreedreno: Add a6xx backend
2018-07-17 Rob Clarkfreedreno: re-work fd_batch_reference() locking
2018-07-17 Rob Clarkfreedreno: make fd_batch a one-shot thing
2018-06-21 Rob Clarkfreedreno/a5xx: MSAA
2017-12-17 Rob Clarkfreedreno: add non-draw batches for compute/blit
2017-12-03 Rob Clarkfreedreno: deferred flush support
2017-12-03 Rob Clarkfreedreno: rework fence tracking
2017-12-03 Rob Clarkfreedreno: proper locking for iterating dependent batches
2017-10-02 Rob Clarkfreedreno: fix PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
2017-06-07 Rob Clarkfreedreno/a5xx: LRZ support
2016-12-02 Rob Clarkfreedreno: native fence fd support
2016-11-30 Rob Clarkfreedreno/a5xx: initial support
2016-07-30 Rob Clarkfreedreno: some locking
2016-07-30 Rob Clarkfreedreno: move needs_wfi into batch
2016-07-30 Rob Clarkfreedreno: drop mem2gmem/gmem2mem query stages
2016-07-30 Rob Clarkfreedreno: threaded batch flush
2016-07-30 Rob Clarkfreedreno: track batch/blit types
2016-07-30 Rob Clarkfreedreno: re-order support for hw queries
2016-07-30 Rob Clarkfreedreno: add batch-cache and batch reordering
2016-07-30 Rob Clarkfreedreno: move more batch related tracking to fd_batch
2016-07-30 Rob Clarkfreedreno: push resource tracking down into batch
2016-07-30 Rob Clarkfreedreno: introduce fd_batch