summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xa
AgeCommit message (Expand)AuthorFilesLines
2014-05-09st/xa: Fix performance regression introduced by commit "Cache render target s...Thomas Hellstrom1-1/+1
2014-05-04xa: fix segfaultRob Clark1-0/+3
2014-04-17st/xa: Cache render target surfaceThomas Hellstrom1-3/+15
2014-04-17st/xa: scissor to help tilersRob Clark4-0/+48
2014-04-17st/xa: remove unneeded argsRob Clark5-12/+8
2014-04-09Partially revert "st/xa: Fix advertized version number and try to avoid futur...Emil Velikov1-3/+3
2014-04-07st/xa: Make sure unused samplers are set to NULLThomas Hellstrom1-2/+3
2014-04-07st/xa: Bind destination before setting new stateThomas Hellstrom1-3/+3
2014-04-04st/xa: Fix advertized version number and try to avoid future discrepanciesThomas Hellstrom1-3/+3
2014-02-16st/xa: missing handle typeRob Clark1-0/+1
2014-02-16st/xa: use pipe-loader to get screenRob Clark3-1/+10
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák1-1/+1
2013-12-17st/xa: Add new map flagsThomas Hellstrom2-9/+21
2013-12-06st/xa: Bump major version number to 2Thomas Hellstrom1-1/+1
2013-10-01st/xa: consolidate C sources list into Makefile.sourcesEmil Velikov2-7/+9
2013-07-25xa: move surface to ref/unref apiJerome Glisse3-2/+18
2013-07-25xa: let ddx handle flushJerome Glisse2-9/+2
2013-07-25xa: export a common context flush functionJerome Glisse4-7/+17
2013-07-25xa: add handle type parameter to get handleJerome Glisse2-2/+18
2013-07-25xa: add xa_surface_from_handle()Rob Clark2-4/+46
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+2
2013-03-16gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst1-1/+3
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10state_trackers/xa: Convert to automakeMatt Turner3-64/+48
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák4-7/+7
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-2/+1
2012-10-11gallium: unify transfer functionsMarek Olšák1-21/+9
2012-08-03st/xa: updates for CSO interface changesBrian Paul4-9/+9
2012-04-30st/xa: don't use user_buffer_createMarek Olšák1-44/+15
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-1/+1
2012-04-07st/xa: Link with -Wl,-r instead of -r.Johannes Obermayr1-1/+1
2012-04-05xatracker: fix the build of a 32bit lib on a 64bit osAlexandre Demers1-1/+1
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