freedreno: reduce resource dependency tracking overhead
[mesa.git] / src / gallium / drivers / freedreno / freedreno_batch_cache.c
2018-10-17 Hyunjun Kofreedreno: adds nondraw param to fd_bc_alloc_batch
2018-09-05 Rob Clarkfreedreno: add fd_context_batch() accessor
2018-07-17 Rob Clarkfreedreno: fix samples=0 vs samples=1 confusion
2018-07-17 Rob Clarkfreedreno: comment for _invalidate_batch()
2018-07-17 Rob Clarkfreedreno: hold batch references when flushing
2018-05-15 Rob Clarkfreedreno: batch cache doesn't hold a ref to batch
2017-12-17 Rob Clarkfreedreno: add non-draw batches for compute/blit
2017-12-04 Rob Clarkfreedreno: remove use of u_transfer
2017-12-03 Rob Clarkfreedreno: deferred flush support
2017-12-03 Rob Clarkfreedreno: rework fence tracking
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2016-12-02 Rob Clarkfreedreno: some fence cleanup
2016-07-30 Rob Clarkfreedreno: some locking
2016-07-30 Rob Clarkfreedreno: threaded batch flush
2016-07-30 Rob Clarkfreedreno: add batch-cache and batch reordering