summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/freedreno_context.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-27freedreno: add transform-feedback stateRob Clark1-0/+16
2015-07-27freedreno/ir3: move emit_const to ir3Rob Clark1-1/+8
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-4/+4
2015-05-14freedreno: enable a306Rob Clark1-1/+1
2015-05-08util: Move gallium's linked list to utilJason Ekstrand1-1/+1
2015-04-27freedreno/a3xx: add Z32F supportIlia Mirkin1-0/+1
2015-04-05freedreno: mark resources as being read so that writes flush the queueIlia Mirkin1-0/+3
2015-04-02freedreno: convert blit program to array for each number of rtsIlia Mirkin1-1/+1
2015-04-02freedreno: add core infrastructure support for MRTsIlia Mirkin1-1/+1
2014-11-14freedreno: rename draw->draw_vboRob Clark1-1/+1
2014-10-21freedreno: clear vs scissorRob Clark1-1/+13
2014-10-15freedreno/a3xx: refactor vertex state emitRob Clark1-2/+10
2014-09-24gallium/freedreno: remove unused draw headerEmil Velikov1-1/+0
2014-09-13freedreno/a3xx: 3d/array texturesRob Clark1-1/+1
2014-09-12freedreno: "fix" problems with excessive flushesRob Clark1-0/+8