aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xa
Commit message (Expand)AuthorAgeFilesLines
* 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-295-63/+65
* 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-075-38/+87
* st/xa: Fix crosscompile builds with nonstandard ld locationsThomas Hellstrom2011-07-041-1/+1
* st/xa: Update README.Thomas Hellstrom2011-06-271-6/+14
* st/xa: Add a function to check for supported formatsThomas Hellstrom2011-06-274-8/+35
* st/xa: Various fixes for composite.Thomas Hellstrom2011-06-273-16/+29
* st/xa: Solid fill (tested) and composite (yet untested)Thomas Hellstrom2011-06-219-22/+972
* st/xa: Really support xa_surface_format. Bump minor.Thomas Hellstrom2011-06-214-3/+10
* st/xa: Support format-changing copy.Thomas Hellstrom2011-06-203-13/+53
* st/xa: Make sure we blit all yuv regions.Thomas2011-06-161-0/+1
* st/xa: Fix a typo pointed out by Keith Whitwell.Thomas2011-06-161-1/+1
* st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target.Thomas Hellstrom2011-06-1512-0/+2560