summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xa/xa_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* xa: don't leak fencesRob Clark2015-07-101-1/+5
* cso: put cso_release_all into cso_destroy_contextMarek Olšák2014-12-101-1/+0
* st/xa: Fix performance regression introduced by commit "Cache render target s...Thomas Hellstrom2014-05-091-1/+1
* st/xa: Cache render target surfaceThomas Hellstrom2014-04-171-3/+15
* st/xa: scissor to help tilersRob Clark2014-04-171-0/+3
* st/xa: remove unneeded argsRob Clark2014-04-171-4/+1
* st/xa: Add new map flagsThomas Hellstrom2013-12-171-6/+14
* xa: let ddx handle flushJerome Glisse2013-07-251-8/+2
* xa: export a common context flush functionJerome Glisse2013-07-251-6/+11
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-4/+4
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-21/+9
* st/xa: updates for CSO interface changesBrian Paul2012-08-031-2/+2
* st/xa: Fix format conversion copy alpha channelThomas Hellstrom2011-12-151-1/+3
* st/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate global visibilityThomas Hellstrom2011-11-251-15/+15
* st/xa: Plug a pipe context leak.Thomas Hellstrom2011-10-311-0/+2
* st/xa: Don't call fence_reference with an unitialized fence handle as dstThomas Hellstrom2011-09-291-1/+1
* st/xa: surfaces and sampler views are per contextThomas Hellstrom2011-09-291-17/+33
* st/xa: Fix render to xa_format_a8, which is backed by a gallium L8 textureThomas Hellstrom2011-07-071-3/+6
* st/xa: Solid fill (tested) and composite (yet untested)Thomas Hellstrom2011-06-211-14/+113
* st/xa: Support format-changing copy.Thomas Hellstrom2011-06-201-7/+36
* st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target.Thomas Hellstrom2011-06-151-0/+258