summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: Re-enable accelerated fills and copies.Michel Dänzer2009-09-251-1/+1
* st/xorg: Flush render cache if but only if a source has pending write operati...Michel Dänzer2009-09-251-1/+9
* st/xorg: Reject Composite acceleration for some cases not working yet.Michel Dänzer2009-09-251-0/+10
* st/xorg: Make sure struct is fully initialized.Michel Dänzer2009-09-251-1/+1
* st/xorg: Use generic semantic for Composite mask coordinates.Michel Dänzer2009-09-251-2/+2
* st/xorg: Flesh out EXA PrepareComposite hook a little.Michel Dänzer2009-09-251-2/+28
* st/xorg: Use I8 format instead of A8 for depth 8 pixmaps.Michel Dänzer2009-09-251-1/+1
* st/xorg: Bind rasterizer state for copies.Michel Dänzer2009-09-251-0/+2
* st/xorg: Source-only pictures always have format PICT_a8r8g8b8.Michel Dänzer2009-09-251-21/+3
* st/xorg: Better checks for unsupported component alpha pictures.Michel Dänzer2009-09-251-12/+7
* st/xorg: start working on the Xv acceleration codeZack Rusin2009-09-242-0/+218
* st/xorg: fills are supported plussome minor clenupsZack Rusin2009-09-242-11/+7
* st/xorg: add easier way of disabling/enabling accelerationZack Rusin2009-09-242-10/+18
* wgl: DWM integration.José Fonseca2009-09-2410-67/+380
* st/xorg: fix a typoZack Rusin2009-09-231-1/+1
* st/xorg: keep the user buffer contents aroundZack Rusin2009-09-232-38/+34
* wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.José Fonseca2009-09-2314-798/+525
* wgl: Flatten the source tree.José Fonseca2009-09-2323-28/+27
* wgl: Fix debug_printf format specifiers.José Fonseca2009-09-231-6/+6
* st/xorg: Fix two leeksJakob Bornecrantz2009-09-222-0/+5
* xorg/st: fixup builds against later dpms headers.Dave Airlie2009-09-212-0/+8
* st/xorg: fixing copies and composite shadersZack Rusin2009-09-153-11/+78
* st/xorg: lots of fixesZack Rusin2009-09-152-13/+32
* st/xorg: Brian suggested that those could be mad'sZack Rusin2009-09-151-4/+2
* st/xorg: Only unreference texture on pixmap destruction, don't destroy it.Michel Dänzer2009-09-151-4/+1
* st/xorg: Explicitly check whether the driver supports the pixmap formats.Michel Dänzer2009-09-151-6/+13
* st/xorg: Use A8 format for depth 8 pixmaps.Michel Dänzer2009-09-151-0/+3
* st/g3dvl: pass color values to softpipe clear functionCooper Yuan2009-09-151-2/+8
* st/xorg: add some debugging helpersZack Rusin2009-09-142-14/+33
* st/xorg: fix ureg_DECL_constant() parametersBrian Paul2009-09-141-5/+5
* g3dvl: update tgsi_opcode in order to build g3dvl libraryCooper Yuan2009-09-142-8/+8
* tgsi/ureg: give ureg_DECL_constant an explicit index parameterKeith Whitwell2009-09-121-2/+2
* tgsi/ureg: VS inputs don't have any semantic tags, just an indexKeith Whitwell2009-09-121-9/+6
* st/xorg: rename ctx to pipe to match every other gallium state trackerZack Rusin2009-09-104-35/+35
* st/xorg: temporarily disablie copiesZack Rusin2009-09-101-1/+2
* st/xorg: implement pipelines surface/texture copiesZack Rusin2009-09-102-7/+329
* st/xorg: unite finalization and stub out pipelined copiesZack Rusin2009-09-104-20/+50
* st/xorg: abstract flushing and syncing for the exa codeZack Rusin2009-09-102-5/+23
* st/xorg: disable solid fills until copies are accelerated as wellZack Rusin2009-09-102-1/+3
* st/xorg: implement exasolids with full pipeliningZack Rusin2009-09-104-32/+135
* st/xorg: start adding support for surface fillsZack Rusin2009-09-105-26/+66
* st/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX.Michel Dänzer2009-09-082-0/+10
* gallium/xlib: minor clean-upsBrian Paul2009-09-041-14/+5
* gallium/xlib: silence unitialized var warningBrian Paul2009-09-031-1/+1
* st/xorg: add linear and radial gradient accelerationZack Rusin2009-09-031-20/+71
* st/xorg: radial gradient shaderZack Rusin2009-09-031-0/+85
* st/xorg: linear gradient shaderZack Rusin2009-09-031-0/+59
* st/xorg: cleanup and adjust to the changes in the ureg codeZack Rusin2009-09-031-3/+3
* st/xorg: adjust enums in preperation for gradientsZack Rusin2009-09-032-7/+15
* st/xorg: fix warningsZack Rusin2009-09-021-3/+3