summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/freedreno_context.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-30freedreno: use prsc for hw queriesRob Clark1-1/+1
2016-07-30freedreno: support discarding previous rendering in special casesRob Clark1-0/+6
2016-07-30freedreno: shadow textures if possible to avoid stall/flushRob Clark1-0/+5
2016-07-30freedreno: add batch-cache and batch reorderingRob Clark1-2/+0
2016-07-30freedreno: move more batch related tracking to fd_batchRob Clark1-68/+9
2016-07-30freedreno: push resource tracking down into batchRob Clark1-3/+0
2016-07-30freedreno: introduce fd_batchRob Clark1-26/+12
2016-07-23freedreno: prep work for timestamp queriesRob Clark1-6/+7
2016-07-03freedreno: fix crash on smaller gpus and higher resolutionsRob Clark1-1/+1
2016-07-02freedreno: switch emit_const_bo() to take prsc'sRob Clark1-1/+2
2016-06-14freedreno: support start param for sampler views/statesRob Clark1-1/+2
2016-05-04freedreno: allow ctx->draw_vbo to failRob Clark1-1/+1
2016-05-04freedreno: move shader-stage dirty bits to global dirty flagRob Clark1-19/+22
2016-04-30freedreno: wire up core pipe_debug_callbackRob Clark1-0/+2
2016-04-13freedreno: fix prims-emitted queryRob Clark1-0/+1
2016-02-17freedreno/query: add optional enable hookRob Clark1-0/+3
2016-01-18freedreno: per-generation OUT_IB packetRob Clark1-0/+4
2016-01-02u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák1-0/+2
2015-11-18freedreno: add support for conditional rendering, required for GL3.0Ilia Mirkin1-0/+4
2015-09-16freedreno/a3xx: add support for dual-source blendingIlia Mirkin1-0/+1
2015-08-29freedreno/a3xx: add basic clip plane supportIlia Mirkin1-0/+2
2015-08-04freedreno: small bit of cleanup about max rendertargetsRob Clark1-1/+1