aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_batch_cache.c
Commit message (Expand)AuthorAgeFilesLines
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-251-1/+0
* freedreno: adds nondraw param to fd_bc_alloc_batchHyunjun Ko2018-10-171-3/+3
* freedreno: add fd_context_batch() accessorRob Clark2018-09-051-2/+3
* freedreno: fix samples=0 vs samples=1 confusionRob Clark2018-07-171-1/+1
* freedreno: comment for _invalidate_batch()Rob Clark2018-07-171-3/+13
* freedreno: hold batch references when flushingRob Clark2018-07-171-32/+38
* freedreno: batch cache doesn't hold a ref to batchRob Clark2018-05-151-1/+1
* freedreno: add non-draw batches for compute/blitRob Clark2017-12-171-1/+1
* freedreno: remove use of u_transferRob Clark2017-12-041-1/+1
* freedreno: deferred flush supportRob Clark2017-12-031-0/+24
* freedreno: rework fence trackingRob Clark2017-12-031-2/+3
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-7/+7
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-7/+7
* freedreno: some fence cleanupRob Clark2016-12-011-3/+1
* freedreno: some lockingRob Clark2016-07-301-12/+44
* freedreno: threaded batch flushRob Clark2016-07-301-5/+10
* freedreno: add batch-cache and batch reorderingRob Clark2016-07-301-0/+354