summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xa/xa_composite.c
Commit message (Expand)AuthorAgeFilesLines
* st/xa: Fixups for PIPE_FORMAT_R8_UNORM A8 usage v2.Thomas Hellstrom2015-09-241-9/+25
* st/xa: Use PIPE_FORMAT_R8_UNORM when availableThomas Hellstrom2015-09-171-26/+14
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* xa: fix segfaultRob Clark2014-05-041-0/+3
* st/xa: scissor to help tilersRob Clark2014-04-171-0/+2
* st/xa: remove unneeded argsRob Clark2014-04-171-2/+1
* xa: let ddx handle flushJerome Glisse2013-07-251-1/+0
* xa: export a common context flush functionJerome Glisse2013-07-251-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+1
* st/xa: updates for CSO interface changesBrian Paul2012-08-031-2/+2
* st/xa: Disable composite solid fill with maskThomas Hellstrom2011-12-151-1/+19
* st/xa: Fix component alpha checkThomas Hellstrom2011-12-151-2/+1
* st/xa: Kill a couple of compilation warningsThomas Hellstrom2011-11-251-1/+1
* st/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate global visibilityThomas Hellstrom2011-11-251-7/+8
* st/xa: surfaces and sampler views are per contextThomas Hellstrom2011-09-291-7/+6
* st/xa: Fix up error reporting. Disable component alpha.Thomas Hellstrom2011-07-071-11/+26
* st/xa: Fix render to xa_format_a8, which is backed by a gallium L8 textureThomas Hellstrom2011-07-071-29/+45
* st/xa: Various fixes for composite.Thomas Hellstrom2011-06-271-14/+18
* st/xa: Solid fill (tested) and composite (yet untested)Thomas Hellstrom2011-06-211-0/+495