summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xa
AgeCommit message (Expand)AuthorFilesLines
2012-01-12st/xa: Bump version to 1.0.0 according to the READMEThomas Hellstrom1-2/+2
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-0/+1
2011-12-15st/xa: Disable composite solid fill with maskThomas Hellstrom1-1/+19
2011-12-15st/xa: Fix format conversion copy alpha channelThomas Hellstrom3-3/+13
2011-12-15st/xa: Fix component alpha checkThomas Hellstrom1-2/+1
2011-12-08st/xa: Update xa_yuv_planar_blit semanticsThomas Hellstrom4-11/+15
2011-11-25st/xa: Kill a couple of compilation warningsThomas Hellstrom2-1/+6
2011-11-25st/xa, xa/vmwgfx: Generate exported symbol list from the st/xa symbols.Thomas Hellstrom1-30/+0
2011-11-25st/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate global visibilityThomas Hellstrom6-34/+41
2011-11-25st/xa, xa/vmwgfx: Set the right version on library suffixThomas Hellstrom1-3/+0
2011-11-01st/xa: Add a scanout flag for surfacesThomas Hellstrom2-1/+14
2011-10-31st/xa: Plug a pipe context leak.Thomas Hellstrom1-0/+2
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-2/+2
2011-09-29st/xa: Don't call fence_reference with an unitialized fence handle as dstThomas Hellstrom1-1/+1
2011-09-29st/xa: surfaces and sampler views are per contextThomas Hellstrom5-63/+65
2011-07-07st/xa: Fix up error reporting. Disable component alpha.Thomas Hellstrom1-11/+26
2011-07-07st/xa: Fix render to xa_format_a8, which is backed by a gallium L8 textureThomas Hellstrom5-38/+87
2011-07-04st/xa: Fix crosscompile builds with nonstandard ld locationsThomas Hellstrom1-1/+1
2011-06-27st/xa: Update README.Thomas Hellstrom1-6/+14
2011-06-27st/xa: Add a function to check for supported formatsThomas Hellstrom4-8/+35
2011-06-27st/xa: Various fixes for composite.Thomas Hellstrom3-16/+29
2011-06-21st/xa: Solid fill (tested) and composite (yet untested)Thomas Hellstrom9-22/+972
2011-06-21st/xa: Really support xa_surface_format. Bump minor.Thomas Hellstrom4-3/+10
2011-06-20st/xa: Support format-changing copy.Thomas Hellstrom3-13/+53
2011-06-16st/xa: Make sure we blit all yuv regions.Thomas1-0/+1
2011-06-16st/xa: Fix a typo pointed out by Keith Whitwell.Thomas1-1/+1
2011-06-15st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target.Thomas Hellstrom12-0/+2560