aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_context.h
Commit message (Expand)AuthorAgeFilesLines
* freedreno: avoid no-op flushes by re-using last-fenceRob Clark2018-10-261-0/+6
* freedreno: Remove the Emacs mode linesNeil Roberts2018-10-171-2/+0
* freedreno/a6xx: hwbinningRob Clark2018-10-021-1/+1
* freedreno: allocate ctx's batch on demandRob Clark2018-09-051-0/+9
* freedreno: add fd_context_batch() accessorRob Clark2018-09-051-0/+6
* freedreno/a5xx: fix txf_msRob Clark2018-07-301-0/+2
* freedreno: register usage queriesRob Clark2018-07-181-0/+1
* freedreno: remove per-stateobj dirty_mask'sRob Clark2018-06-191-4/+0
* freedreno: add global_bindings stateRob Clark2018-03-051-0/+7
* freedreno/a5xx: texture tilingRob Clark2018-01-141-1/+1
* freedreno/ir3: add ctx->mem_to_mem()Rob Clark2017-12-191-0/+5
* freedreno: add generic blitterRob Clark2017-12-171-0/+3
* freedreno: add non-draw batches for compute/blitRob Clark2017-12-171-2/+2
* freedreno: track staging and shadow perf ctrs for the HUDRob Clark2017-12-171-0/+1
* freedreno: rework fence trackingRob Clark2017-12-031-2/+0
* freedreno: add image view state trackingRob Clark2017-11-121-0/+8
* freedreno: per-context fd_pipeRob Clark2017-10-241-0/+1
* freedreno: rename pipe -> vsc_pipeRob Clark2017-10-241-1/+1
* freedreno: pass context flags through to fd_context_init()Rob Clark2017-10-241-1/+1
* freedreno/a5xx: fallback to slow-clear for z32Rob Clark2017-05-161-1/+1
* freedreno/a5xx: hw binning supportRob Clark2017-05-131-1/+1
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-3/+3
* freedreno: core compute state supportRob Clark2017-05-041-1/+13
* freedreno: core SSBO supportRob Clark2017-05-041-0/+8
* freedreno: drop ring arg from _set_stage()Rob Clark2017-04-221-5/+3
* freedreno: add support for hw accumulating queriesRob Clark2017-04-221-2/+13
* freedreno: a bit of query refactorRob Clark2017-04-221-0/+13
* freedreno: make hw-query a helperRob Clark2017-04-221-0/+17
* freedreno: refactor dirty state handlingRob Clark2017-04-181-28/+44
* freedreno: add helper to mark all state cleanRob Clark2017-04-181-0/+6
* freedreno: add helper to mark all state dirtyRob Clark2017-04-181-0/+7
* freedreno: make texture state an arrayRob Clark2017-04-181-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-1/+1
* freedreno/a5xx: cargo-cult end-batch sequence more faithfullyRob Clark2016-12-181-0/+1
* freedreno: some fence cleanupRob Clark2016-12-011-1/+1
* freedreno/a5xx: initial supportRob Clark2016-11-301-0/+1
* freedreno: use the new parent/child pools for transfersNicolai Hähnle2016-10-051-1/+1
* gallium: switch drivers to the slab allocator in src/utilMarek Olšák2016-09-061-4/+4
* freedreno: support for using generic clear pathRob Clark2016-08-161-0/+1
* freedreno/a3xx+a4xx: move common VBOs to fd_contextRob Clark2016-08-131-0/+24
* freedreno: some lockingRob Clark2016-07-301-0/+18
* freedreno: drop needs_rb_fbdRob Clark2016-07-301-6/+0
* freedreno: move needs_wfi into batchRob Clark2016-07-301-34/+0
* freedreno: threaded batch flushRob Clark2016-07-301-0/+4
* freedreno: track batch/blit typesRob Clark2016-07-301-13/+13
* freedreno: re-order support for hw queriesRob Clark2016-07-301-55/+0
* freedreno: use prsc for hw queriesRob Clark2016-07-301-1/+1
* freedreno: support discarding previous rendering in special casesRob Clark2016-07-301-0/+6
* freedreno: shadow textures if possible to avoid stall/flushRob Clark2016-07-301-0/+5