summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/freedreno_batch_cache.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06freedreno: Add support for EXT_multisampled_render_to_textureKristian H. Kristensen1-1/+3
2018-10-25util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom1-1/+0
2018-10-17freedreno: adds nondraw param to fd_bc_alloc_batchHyunjun Ko1-3/+3
2018-09-05freedreno: add fd_context_batch() accessorRob Clark1-2/+3
2018-07-17freedreno: fix samples=0 vs samples=1 confusionRob Clark1-1/+1
2018-07-17freedreno: comment for _invalidate_batch()Rob Clark1-3/+13
2018-07-17freedreno: hold batch references when flushingRob Clark1-32/+38
2018-05-15freedreno: batch cache doesn't hold a ref to batchRob Clark1-1/+1
2017-12-17freedreno: add non-draw batches for compute/blitRob Clark1-1/+1
2017-12-04freedreno: remove use of u_transferRob Clark1-1/+1
2017-12-03freedreno: deferred flush supportRob Clark1-0/+24
2017-12-03freedreno: rework fence trackingRob Clark1-2/+3
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-7/+7
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-7/+7
2016-12-01freedreno: some fence cleanupRob Clark1-3/+1
2016-07-30freedreno: some lockingRob Clark1-12/+44
2016-07-30freedreno: threaded batch flushRob Clark1-5/+10
2016-07-30freedreno: add batch-cache and batch reorderingRob Clark1-0/+354