summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xa
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst2013-03-161-1/+3
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* state_trackers/xa: Convert to automakeMatt Turner2013-01-103-64/+48
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-044-7/+7
* 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-034-9/+9
* st/xa: don't use user_buffer_createMarek Olšák2012-04-301-44/+15
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+1
* st/xa: Link with -Wl,-r instead of -r.Johannes Obermayr2012-04-071-1/+1
* xatracker: fix the build of a 32bit lib on a 64bit osAlexandre Demers2012-04-051-1/+1
* st/xa: Bump version to 1.0.0 according to the READMEThomas Hellstrom2012-01-121-2/+2
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+1
* st/xa: Disable composite solid fill with maskThomas Hellstrom2011-12-151-1/+19
* st/xa: Fix format conversion copy alpha channelThomas Hellstrom2011-12-153-3/+13
* st/xa: Fix component alpha checkThomas Hellstrom2011-12-151-2/+1
* st/xa: Update xa_yuv_planar_blit semanticsThomas Hellstrom2011-12-084-11/+15
* st/xa: Kill a couple of compilation warningsThomas Hellstrom2011-11-252-1/+6
* st/xa, xa/vmwgfx: Generate exported symbol list from the st/xa symbols.Thomas Hellstrom2011-11-251-30/+0
* st/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate global visibilityThomas Hellstrom2011-11-256-34/+41
* st/xa, xa/vmwgfx: Set the right version on library suffixThomas Hellstrom2011-11-251-3/+0
* st/xa: Add a scanout flag for surfacesThomas Hellstrom2011-11-012-1/+14
* st/xa: Plug a pipe context leak.Thomas Hellstrom2011-10-311-0/+2
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+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-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