aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_exa.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: unify transfer functionsMarek Olšák2012-10-111-23/+20
* st/xorg: remove superfluous memsetLucas Stach2012-07-181-2/+0
* st/xorg: reorder exa context creation and use screen param queriesLucas Stach2012-07-181-7/+8
* xorg: port to new compat API.Dave Airlie2012-06-061-15/+15
* st/xorg: Better handling of EXA copies.Michel Dänzer2012-05-161-54/+40
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-1/+6
* st/xorg: add some debugging messages to xorg_exa.cMarcin Slusarz2011-05-091-1/+15
* st/xorg: remove DEBUG_PRINT macro and add exa_debug_printfMarcin Slusarz2011-05-091-30/+29
* st/xorg: fix compilation of xorg_exa.c with DEBUG_PRINT set to 1Marcin Slusarz2011-05-091-7/+5
* st/xorg: Fix two more instances of typo 'accle'.Michel Dänzer2011-05-021-2/+2
* st/xorg: fix typosMarcin Slusarz2011-05-021-1/+1
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-3/+3
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-6/+6
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-1/+1
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-31/+33
* 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