aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_batch_cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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