aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_exa.c
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: Fix memory leak on error path.Vinson Lee2010-10-191-0/+1
* st/xorg: Don't use deprecated x*alloc / xfree functionsThomas Hellstrom2010-10-191-4/+4
* st/xorg: Kill a couple of compilation warningsThomas Hellstrom2010-07-231-1/+0
* st/xorg, vmware: Make throttling configurable.Thomas Hellstrom2010-05-311-0/+3
* st/xorg: Remove unnecessary headers.Vinson Lee2010-05-261-1/+0
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-54/+37
|\
| * st/xorg: adapt to interface changesRoland Scheidegger2010-05-171-54/+37
* | st/xorg: Try hard to not touch hardware after dropping the masterJakob Bornecrantz2010-04-291-0/+2
|/
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-0/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-42/+45
* st/xorg: fix up xorg state tracker to use cso changesRoland Scheidegger2010-03-161-0/+3
* st/xorg: Remove flushes no longer necessary thanks to context transfers.Michel Dänzer2010-03-121-13/+0
* st/xorg: context transfersKeith Whitwell2010-03-121-12/+12
* Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-5/+5
|\
| * gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-5/+5
* | xorg: Rename pipe formats.José Fonseca2010-03-011-5/+5
|/
* 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