aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_context.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* freedreno: add transform-feedback stateRob Clark2015-07-271-0/+16
* freedreno/ir3: move emit_const to ir3Rob Clark2015-07-271-1/+8
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-4/+4
* freedreno: enable a306Rob Clark2015-05-141-1/+1
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* freedreno/a3xx: add Z32F supportIlia Mirkin2015-04-271-0/+1
* freedreno: mark resources as being read so that writes flush the queueIlia Mirkin2015-04-051-0/+3
* freedreno: convert blit program to array for each number of rtsIlia Mirkin2015-04-021-1/+1
* freedreno: add core infrastructure support for MRTsIlia Mirkin2015-04-021-1/+1
* freedreno: rename draw->draw_vboRob Clark2014-11-141-1/+1
* freedreno: clear vs scissorRob Clark2014-10-211-1/+13
* freedreno/a3xx: refactor vertex state emitRob Clark2014-10-151-2/+10
* gallium/freedreno: remove unused draw headerEmil Velikov2014-09-241-1/+0
* freedreno/a3xx: 3d/array texturesRob Clark2014-09-131-1/+1
* freedreno: "fix" problems with excessive flushesRob Clark2014-09-121-0/+8
* freedreno/a3xx: WFI fixes/cleanupRob Clark2014-06-221-0/+11