aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_exa.c
Commit message (Expand)AuthorAgeFilesLines
* xorg: Use util_format_name().José Fonseca2010-02-141-6/+7
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-1/+4
* st/xorg: Remove unnecessary headers.Vinson Lee2010-01-281-1/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * st/xorg: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* | st/xorg: remove unused xorg_exa_get_pixmap_handle functionKeith Whitwell2010-01-071-27/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-0/+4
|\|
| * st/xorg: Be proper with pipe pointers on close in exaJakob Bornecrantz2009-12-301-0/+3
| * st/xorg: Silence unused variable warnings.Vinson Lee2009-12-271-0/+1
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-9/+22
|\|
| * st/xorg Fail early if we don't intend to accelerate.Thomas Hellstrom2009-12-081-9/+22
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-4/+2
|\ \
| * \ Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-4/+2
| |\ \
| | * | fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-4/+2
* | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-2/+3
|/ / /
* | | 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