summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_composite.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+2
* st/xorg: fix up xorg state tracker to use cso changesRoland Scheidegger2010-03-161-8/+21
* st/xorg: Remove flushes no longer necessary thanks to context transfers.Michel Dänzer2010-03-121-8/+0
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-6/+6
|\
| * xorg: adapt to blend changesRoland Scheidegger2010-01-251-6/+6
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-3/+0
|\ \ | |/ |/|
| * st/xorg: Remove unnecessary headers.Vinson Lee2010-01-211-3/+0
* | Merge commit 'origin/mesa_7_7_branch'Keith Whitwell2009-12-011-48/+39
|\ \ | |/
| * st/xorg: proper fix for compositing after rounding upKeith Whitwell2009-11-271-2/+5
| * st/xorg: fix refcounting bugs introduced in earlier commitKeith Whitwell2009-11-261-0/+3
| * st/xorg: don't set up constant buffer for non-xv fragment shadersKeith Whitwell2009-11-261-17/+0
| * st/xorg: split up shared Done callKeith Whitwell2009-11-261-0/+10
| * st/xorg: set up rasterizer state in initKeith Whitwell2009-11-261-2/+0
| * st/xorg: consolidate some dest surface state settingKeith Whitwell2009-11-261-20/+6
| * st/xorg: accelerate src luminanceZack Rusin2009-11-251-7/+17
* | Merge branch 'width0'Roland Scheidegger2009-11-271-2/+2
|\ \ | |/ |/|
| * gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-2/+2
* | st/xorg: Reorder cases in switch statement.Vinson Lee2009-11-221-1/+3
* | st/xorg: Unbind any textures in solidJakob Bornecrantz2009-11-181-0/+2
* | st/xorg: Fix type of 'unknown'.Vinson Lee2009-11-201-1/+1
* | st/xorg: Don't complain about convolution filter being 'unknown'.Michel Dänzer2009-11-191-1/+2
|/
* st/xorg: Fix copy-pastoJakob Bornecrantz2009-11-171-1/+1
* st/xorg: Fix comp alpha code and deal with luminance masksJakob Bornecrantz2009-11-161-1/+4
* st/xorg: Incase of format missmatch swizzle channels and set alphaJakob Bornecrantz2009-11-161-2/+55
* st/xorg: implement repeatnone and make some code smell less like assZack Rusin2009-11-111-4/+5
* st/xorg: fallback until daddy can implement you properlyZack Rusin2009-11-111-0/+5
* st/xorg: wrap to border colorZack Rusin2009-11-101-1/+1
* st/xorg: remove deprecated rendering codeZack Rusin2009-11-091-8/+0
* st/xorg: fix composite batchingZack Rusin2009-11-091-1/+9
* st/xorg: implement batching for the composite opZack Rusin2009-11-061-2/+16
* st/xorg: batch solid fill requestsZack Rusin2009-11-061-5/+9
* st/xorg: these flushes shouldn't be necessaryZack Rusin2009-11-041-6/+0
* st/xorg: fix text with component alpha renderingZack Rusin2009-10-231-18/+32
* st/xorg: lots of fixes related to compositingZack Rusin2009-10-231-6/+6
* st/xorg: cleanup the checks for whether the op is acceleratedZack Rusin2009-10-221-60/+36
* st/xorg: lots of render fixesZack Rusin2009-10-221-79/+89
* st/xorg: implement basic src/mask transformationsZack Rusin2009-10-191-13/+113
* st/xorg: refix source overZack Rusin2009-10-151-1/+1
* st/xorg: fix most of the composition modesZack Rusin2009-10-151-8/+32
* st/xorg: get transparency on fills working (fixes Qt/KDE apps)Zack Rusin2009-10-141-7/+12
* st/xorg: solid fills with masks are supportedZack Rusin2009-10-131-6/+1
* st/xorg: fix and enable by default xrender accelerationZack Rusin2009-10-131-1/+1
* st/xorg: lots of rendering and xv changesZack Rusin2009-10-111-714/+32
* st/xorg: More fallback debuggingJakob Bornecrantz2009-10-081-4/+7
* st/xorg: Make debug printing optionalJakob Bornecrantz2009-09-281-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: 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