freedreno: replace fnv1a hash function with xxhash
[mesa.git] / src / gallium / drivers / freedreno / freedreno_batch_cache.c
2020-05-25 Dmitriy Nesterfreedreno: replace fnv1a hash function with xxhash
2020-05-12 Rob Clarkfreedreno: initialize max_scissor
2020-04-29 Rob Clarkfreedreno: add screen lock wrappers
2020-02-04 Rob Clarkfreedreno: allow ctx->batch to be NULL
2020-01-29 Rob Clarkfreedreno: remove flush-queue
2019-06-26 Rob Clarkfreedreno: drop unused arg from fd_batch_flush()
2019-01-29 Rob Clarkfreedreno: stop frob'ing pipe_resource::nr_samples
2018-12-07 Kristian H. Kristensenfreedreno: Add support for EXT_multisampled_render_to_t...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
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