summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: fix and enable by default xrender accelerationZack Rusin2009-10-133-4/+17
* st/xorg: initialize pipe in the rendererZack Rusin2009-10-111-0/+1
* st/xorg: lots of rendering and xv changesZack Rusin2009-10-1111-786/+1170
* st/xorg: implement basics of xvZack Rusin2009-10-114-6/+66
* st/xorg: Old X servers don't deal well with failing accessesJakob Bornecrantz2009-10-081-1/+5
* st/xorg: More fallback debuggingJakob Bornecrantz2009-10-083-32/+35
* Revert "st/xorg: Debug fallbacks for composite as well"Jakob Bornecrantz2009-10-081-28/+16
* st/xorg: Debug fallbacks for composite as wellJakob Bornecrantz2009-10-081-16/+28
* st/xorg: Use A8 textures for depth 8 pixmapsJakob Bornecrantz2009-10-081-1/+1
* st/xorg: Fix depth stencil buffers on old X serversJakob Bornecrantz2009-10-081-1/+4
* st/xorg: Use PIPE_TRANSFER_MAP_DIRECTLY flag in EXA PrepareAccess hook.Michel Dänzer2009-10-021-59/+34
* g3dvl: Copyright blocks.Younes Manton2009-10-0113-0/+351
* st/xvmc: Set default CSC matrix to BT.601, no ProcAmp, full range RGB.Younes Manton2009-10-011-0/+11
* st/xorg: Check that ms->api->destroy is not NULL before calling it.Michel Dänzer2009-10-011-1/+3
* st/xorg: Fix debug option function call typo.Michel Dänzer2009-09-301-1/+1
* st/xorg: Add debug for fallbacksJakob Bornecrantz2009-09-284-34/+54
* st/xorg: Make debug printing optionalJakob Bornecrantz2009-09-282-2/+15
* xvmc: Fail on unsupported formats, operations.Younes Manton2009-09-281-2/+21
* g3dvl: Formatting and cleanups.Younes Manton2009-09-272-83/+28
* g3dvl: Move XvMC under the Xorg state tracker.Younes Manton2009-09-2717-0/+1958
* 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
* st/xorg: fix a typoZack Rusin2009-09-231-1/+1
* st/xorg: keep the user buffer contents aroundZack Rusin2009-09-232-38/+34
* 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/xorg: add some debugging helpersZack Rusin2009-09-142-14/+33
* st/xorg: fix ureg_DECL_constant() parametersBrian Paul2009-09-141-5/+5
* 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