aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* freedreno: add batch-cache and batch reorderingRob Clark2016-07-301-2/+0
* freedreno: move more batch related tracking to fd_batchRob Clark2016-07-301-68/+9
* freedreno: push resource tracking down into batchRob Clark2016-07-301-3/+0
* freedreno: introduce fd_batchRob Clark2016-07-301-26/+12
* freedreno: prep work for timestamp queriesRob Clark2016-07-231-6/+7
* freedreno: fix crash on smaller gpus and higher resolutionsRob Clark2016-07-031-1/+1
* freedreno: switch emit_const_bo() to take prsc'sRob Clark2016-07-021-1/+2
* freedreno: support start param for sampler views/statesRob Clark2016-06-141-1/+2
* freedreno: allow ctx->draw_vbo to failRob Clark2016-05-041-1/+1
* freedreno: move shader-stage dirty bits to global dirty flagRob Clark2016-05-041-19/+22
* freedreno: wire up core pipe_debug_callbackRob Clark2016-04-301-0/+2
* freedreno: fix prims-emitted queryRob Clark2016-04-131-0/+1
* freedreno/query: add optional enable hookRob Clark2016-02-171-0/+3
* freedreno: per-generation OUT_IB packetRob Clark2016-01-181-0/+4
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-021-0/+2
* freedreno: add support for conditional rendering, required for GL3.0Ilia Mirkin2015-11-181-0/+4
* freedreno/a3xx: add support for dual-source blendingIlia Mirkin2015-09-161-0/+1
* freedreno/a3xx: add basic clip plane supportIlia Mirkin2015-08-291-0/+2
* freedreno: small bit of cleanup about max rendertargetsRob Clark2015-08-041-1/+1