summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/freedreno_context.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-03freedreno: rework blit APIRob Clark1-1/+1
2018-11-27freedreno/a6xx: set guardband clipRob Clark1-0/+1
2018-11-27freedreno: shader_t -> gl_shader_stageRob Clark1-2/+2
2018-10-26freedreno: avoid no-op flushes by re-using last-fenceRob Clark1-0/+6
2018-10-17freedreno: Remove the Emacs mode linesNeil Roberts1-2/+0
2018-10-02freedreno/a6xx: hwbinningRob Clark1-1/+1
2018-09-05freedreno: allocate ctx's batch on demandRob Clark1-0/+9
2018-09-05freedreno: add fd_context_batch() accessorRob Clark1-0/+6
2018-07-30freedreno/a5xx: fix txf_msRob Clark1-0/+2
2018-07-18freedreno: register usage queriesRob Clark1-0/+1
2018-06-19freedreno: remove per-stateobj dirty_mask'sRob Clark1-4/+0
2018-03-05freedreno: add global_bindings stateRob Clark1-0/+7
2018-01-14freedreno/a5xx: texture tilingRob Clark1-1/+1
2017-12-19freedreno/ir3: add ctx->mem_to_mem()Rob Clark1-0/+5
2017-12-17freedreno: add generic blitterRob Clark1-0/+3
2017-12-17freedreno: add non-draw batches for compute/blitRob Clark1-2/+2
2017-12-17freedreno: track staging and shadow perf ctrs for the HUDRob Clark1-0/+1
2017-12-03freedreno: rework fence trackingRob Clark1-2/+0
2017-11-12freedreno: add image view state trackingRob Clark1-0/+8
2017-10-24freedreno: per-context fd_pipeRob Clark1-0/+1
2017-10-24freedreno: rename pipe -> vsc_pipeRob Clark1-1/+1
2017-10-24freedreno: pass context flags through to fd_context_init()Rob Clark1-1/+1
2017-05-16freedreno/a5xx: fallback to slow-clear for z32Rob Clark1-1/+1
2017-05-13freedreno/a5xx: hw binning supportRob Clark1-1/+1
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák1-3/+3
2017-05-04freedreno: core compute state supportRob Clark1-1/+13
2017-05-04freedreno: core SSBO supportRob Clark1-0/+8
2017-04-22freedreno: drop ring arg from _set_stage()Rob Clark1-5/+3
2017-04-22freedreno: add support for hw accumulating queriesRob Clark1-2/+13
2017-04-22freedreno: a bit of query refactorRob Clark1-0/+13
2017-04-22freedreno: make hw-query a helperRob Clark1-0/+17
2017-04-18freedreno: refactor dirty state handlingRob Clark1-28/+44
2017-04-18freedreno: add helper to mark all state cleanRob Clark1-0/+6
2017-04-18freedreno: add helper to mark all state dirtyRob Clark1-0/+7
2017-04-18freedreno: make texture state an arrayRob Clark1-1/+1
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-1/+1
2016-12-18freedreno/a5xx: cargo-cult end-batch sequence more faithfullyRob Clark1-0/+1
2016-12-01freedreno: some fence cleanupRob Clark1-1/+1
2016-11-30freedreno/a5xx: initial supportRob Clark1-0/+1
2016-10-05freedreno: use the new parent/child pools for transfersNicolai Hähnle1-1/+1
2016-09-06gallium: switch drivers to the slab allocator in src/utilMarek Olšák1-4/+4
2016-08-16freedreno: support for using generic clear pathRob Clark1-0/+1
2016-08-13freedreno/a3xx+a4xx: move common VBOs to fd_contextRob Clark1-0/+24
2016-07-30freedreno: some lockingRob Clark1-0/+18
2016-07-30freedreno: drop needs_rb_fbdRob Clark1-6/+0
2016-07-30freedreno: move needs_wfi into batchRob Clark1-34/+0
2016-07-30freedreno: threaded batch flushRob Clark1-0/+4
2016-07-30freedreno: track batch/blit typesRob Clark1-13/+13
2016-07-30freedreno: re-order support for hw queriesRob Clark1-55/+0