summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/freedreno_batch_cache.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-13freedreno: c++-proofingRob Clark1-0/+4
2023-02-16freedreno: Add seqno helperRob Clark1-1/+1
2021-10-04Revert "freedreno: Move the batch cache to the context."Rob Clark1-14/+22
2021-09-17freedreno: Move the batch cache to the context.Emma Anholt1-22/+14
2021-06-21freedreno: Move the rsc-based batch flushing to helper functions.Emma Anholt1-0/+2
2021-06-17freedreno: Flush batches upon destroying the ctx.Emma Anholt1-1/+0
2021-06-15freedreno: Drop a bit of indirection around the batch cache flush path.Emma Anholt1-2/+1
2021-06-15freedreno: Make a bunch of the batch cache take ctx as the arg.Emma Anholt1-8/+5
2021-04-14freedreno: Re-indentRob Clark1-20/+27
2021-02-18freedreno: driver-thread annotationsRob Clark1-4/+6
2020-05-26freedreno: add batch debuggingRob Clark1-0/+2
2018-10-17freedreno: adds nondraw param to fd_bc_alloc_batchHyunjun Ko1-1/+1
2017-12-03freedreno: deferred flush supportRob Clark1-0/+1
2016-12-01freedreno: some fence cleanupRob Clark1-1/+1
2016-07-30freedreno: some lockingRob Clark1-1/+3
2016-07-30freedreno: add batch-cache and batch reorderingRob Clark1-0/+73