aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_exa.c
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: fix merge droppingsKeith Whitwell2009-12-011-4/+0
* Merge commit 'origin/mesa_7_7_branch'Keith Whitwell2009-12-011-70/+219
|\
| * st/xorg: proper fix for compositing after rounding upKeith Whitwell2009-11-271-11/+38
| * Revert "st/xorg: fix composite after texture size changes"Keith Whitwell2009-11-271-27/+5
| * st/xorg: fix composite after texture size changesKeith Whitwell2009-11-271-5/+27
| * st/xorg: speculatively round textures up to nearest POTKeith Whitwell2009-11-271-0/+18
| * st/xorg: Use pipe clear hook for solid fills of whole pixmaps.Michel Dänzer2009-11-261-0/+6
| * st/xorg: formattingKeith Whitwell2009-11-261-9/+9
| * st/xorg: split copy operation into prepare/copy/done phasesKeith Whitwell2009-11-261-6/+40
| * st/xorg: split up shared Done callKeith Whitwell2009-11-261-53/+85
| * st/xorg: consolidate some dest surface state settingKeith Whitwell2009-11-261-1/+1
| * st/xorg: accelerate src luminanceZack Rusin2009-11-251-2/+0
| * st/xorg: use surface_copy for blits if availableKeith Whitwell2009-11-241-3/+33
* | Merge branch 'width0'Roland Scheidegger2009-11-271-15/+15
|\ \ | |/ |/|
| * gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-15/+15
* | st/xorg: Flush any pending operations on uploadJakob Bornecrantz2009-11-181-0/+5
* | st/xorg: Replace compile-time acceleration switch with Option "2DAccel".Michel Dänzer2009-11-191-10/+14
* | st/xorg: Remove superfluous flushes from the EXA WaitMarker hook.Michel Dänzer2009-11-191-9/+1
|/
* st/xorg: Fix comp alpha code and deal with luminance masksJakob Bornecrantz2009-11-161-0/+3
* st/xorg: Incase of format missmatch swizzle channels and set alphaJakob Bornecrantz2009-11-161-2/+37
* st/xorg: Only reference new picture formats when they're defined.Michel Dänzer2009-11-161-4/+6
* st/xorg: implement repeatnone and make some code smell less like assZack Rusin2009-11-111-2/+0
* st/xorg: Fallback if picture format doesn't match texture formatJakob Bornecrantz2009-11-101-3/+24
* st/xorg: Don't segfault when debug printingJakob Bornecrantz2009-11-101-3/+3
* st/xorg: print ouf the picture formats when compositingZack Rusin2009-11-101-0/+63
* st/xorg: implement batching for the composite opZack Rusin2009-11-061-2/+2
* st/xorg: batch solid fill requestsZack Rusin2009-11-061-44/+2
* st/xorg: lots of fixes related to compositingZack Rusin2009-10-231-2/+15
* st/xorg: lots of render fixesZack Rusin2009-10-221-7/+12
* st/xorg: implement basic src/mask transformationsZack Rusin2009-10-191-0/+2
* st/xorg: Massivly redo root pixmap creationJakob Bornecrantz2009-10-181-0/+44
* st/xorg: Change how disable accel is handledJakob Bornecrantz2009-10-181-21/+6
* gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-3/+9
* st/xorg: fix and enable by default xrender accelerationZack Rusin2009-10-131-1/+4
* st/xorg: lots of rendering and xv changesZack Rusin2009-10-111-40/+10
* st/xorg: Old X servers don't deal well with failing accessesJakob Bornecrantz2009-10-081-1/+5
* st/xorg: More fallback debuggingJakob Bornecrantz2009-10-081-21/+21
* 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: Use PIPE_TRANSFER_MAP_DIRECTLY flag in EXA PrepareAccess hook.Michel Dänzer2009-10-021-59/+34
* st/xorg: Add debug for fallbacksJakob Bornecrantz2009-09-281-34/+43
* st/xorg: Make debug printing optionalJakob Bornecrantz2009-09-281-1/+14
* st/xorg: Re-enable accelerated fills and copies.Michel Dänzer2009-09-251-1/+1
* 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: fills are supported plussome minor clenupsZack Rusin2009-09-241-4/+7
* st/xorg: add easier way of disabling/enabling accelerationZack Rusin2009-09-241-7/+16
* st/xorg: Fix two leeksJakob Bornecrantz2009-09-221-0/+2
* st/xorg: fixing copies and composite shadersZack Rusin2009-09-151-8/+12