aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_batch.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno: small fix for flushing dependent batchesRob Clark2018-02-101-0/+13
* freedreno: add non-draw batches for compute/blitRob Clark2017-12-171-8/+19
* freedreno: mark stencil buffer valid too in case of z32x24s8Rob Clark2017-12-041-0/+3
* freedreno: avoid unneccessary batch flushRob Clark2017-12-031-0/+2
* freedreno: deferred flush supportRob Clark2017-12-031-4/+4
* freedreno: rework fence trackingRob Clark2017-12-031-8/+28
* freedreno: per-context fd_pipeRob Clark2017-10-241-3/+3
* util: Port nir_array functionality to u_dynarrayThomas Helland2017-06-071-3/+3
* util/u_queue: add an option to set the minimum thread priorityMarek Olšák2017-06-071-1/+1
* freedreno/a5xx: LRZ supportRob Clark2017-06-071-0/+4
* freedreno: drop ring arg from _set_stage()Rob Clark2017-04-221-1/+1
* freedreno: make hw-query a helperRob Clark2017-04-221-1/+1
* freedreno: add helper to mark all state dirtyRob Clark2017-04-181-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-4/+4
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-4/+4
* gallium/u_queue: isolate util_queue_fence implementationMarek Olšák2017-02-221-1/+1
* freedreno: add "nogrow" debug paramRob Clark2017-01-101-1/+2
* freedreno: native fence fd supportRob Clark2016-12-011-0/+5
* freedreno: some fence cleanupRob Clark2016-12-011-2/+0
* freedreno/a5xx: initial supportRob Clark2016-11-301-0/+15
* freedreno: defer flush_queue allocationRob Clark2016-07-301-0/+4
* freedreno: some lockingRob Clark2016-07-301-6/+24
* freedreno: move needs_wfi into batchRob Clark2016-07-301-0/+2
* freedreno: threaded batch flushRob Clark2016-07-301-7/+57
* freedreno: re-order support for hw queriesRob Clark2016-07-301-0/+13
* freedreno: add batch-cache and batch reorderingRob Clark2016-07-301-39/+204
* freedreno: move more batch related tracking to fd_batchRob Clark2016-07-301-1/+21
* freedreno: dynamically sized/growable cmd buffersRob Clark2016-07-301-10/+15
* freedreno: push resource tracking down into batchRob Clark2016-07-301-0/+35
* freedreno: introduce fd_batchRob Clark2016-07-301-0/+93