util: use C99 declaration in the for-loop set_foreach() macro
[mesa.git] / src / gallium / drivers / freedreno / freedreno_batch.c
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-10-17 Rob Clarkfreedreno/a6xx: don't allocate binning rb
2018-09-27 Rob Clarkfreedreno: handle invalidated buffers harder
2018-09-27 Rob Clarkfreedreno: fix potential hang when destroying batch
2018-09-27 Rob Clarkfreedreno: simplify pctx->clear()
2018-09-27 Rob Clarkfreedreno: fix FD_MESA_DEBUG=flush
2018-09-05 Rob Clarkfreedreno: allocate ctx's batch on demand
2018-09-05 Rob Clarkfreedreno/batch: fix crash in !reorder case
2018-08-16 Kristian H. Kristensenfreedreno: Add a6xx backend
2018-07-17 Rob Clarkfreedreno: re-work fd_batch_reference() locking
2018-07-17 Rob Clarkfreedreno: make fd_batch a one-shot thing
2018-07-17 Rob Clarkfreedreno: flush immediately when reading a pending...
2018-07-17 Rob Clarkfreedreno: get rid of noop render
2018-02-10 Rob Clarkfreedreno: small fix for flushing dependent batches
2017-12-17 Rob Clarkfreedreno: add non-draw batches for compute/blit
2017-12-04 Rob Clarkfreedreno: mark stencil buffer valid too in case of...
2017-12-03 Rob Clarkfreedreno: avoid unneccessary batch flush
2017-12-03 Rob Clarkfreedreno: deferred flush support
2017-12-03 Rob Clarkfreedreno: rework fence tracking
2017-10-24 Rob Clarkfreedreno: per-context fd_pipe
2017-06-07 Thomas Hellandutil: Port nir_array functionality to u_dynarray
2017-06-07 Marek Olšákutil/u_queue: add an option to set the minimum thread...
2017-06-07 Rob Clarkfreedreno/a5xx: LRZ support
2017-04-22 Rob Clarkfreedreno: drop ring arg from _set_stage()
2017-04-22 Rob Clarkfreedreno: make hw-query a helper
2017-04-18 Rob Clarkfreedreno: add helper to mark all state dirty
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()
2017-02-22 Marek Olšákgallium/u_queue: isolate util_queue_fence implementation
2017-01-11 Rob Clarkfreedreno: add "nogrow" debug param
2016-12-02 Rob Clarkfreedreno: native fence fd support
2016-12-02 Rob Clarkfreedreno: some fence cleanup
2016-11-30 Rob Clarkfreedreno/a5xx: initial support
2016-07-30 Rob Clarkfreedreno: defer flush_queue allocation
2016-07-30 Rob Clarkfreedreno: some locking
2016-07-30 Rob Clarkfreedreno: move needs_wfi into batch
2016-07-30 Rob Clarkfreedreno: threaded batch flush
2016-07-30 Rob Clarkfreedreno: re-order support for hw queries
2016-07-30 Rob Clarkfreedreno: add batch-cache and batch reordering
2016-07-30 Rob Clarkfreedreno: move more batch related tracking to fd_batch
2016-07-30 Rob Clarkfreedreno: dynamically sized/growable cmd buffers
2016-07-30 Rob Clarkfreedreno: push resource tracking down into batch
2016-07-30 Rob Clarkfreedreno: introduce fd_batch