summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg
Commit message (Expand)AuthorAgeFilesLines
* vl: initial commit of the bitstream parserThomas Balling Sørensen2010-10-061-1/+1
* vl: change the xvmc state_tracker to the new gallium APIThomas Balling Sørensen2010-10-051-2/+11
* Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-0512-265/+336
|\
| * st/xorg: fix use-after-freenobled2010-07-261-1/+1
| * st/xorg: Init the Gallium3D / libkms resources in pre-init.Thomas Hellstrom2010-07-232-86/+75
| * st/xorg: Kill a couple of compilation warningsThomas Hellstrom2010-07-232-2/+2
| * st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom2010-07-232-2/+6
| * st/xorg: Add a possibility to prune modes and limit fb allocation size based ...Thomas Hellstrom2010-07-233-0/+23
| * st/xorg: s/free/FREE for matching MALLOC/CALLOCnobled2010-06-301-1/+1
| * Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-284-25/+9
| |\
| | * gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz2010-06-064-24/+8
| * | st/xorg: Add a customizable option to disable 3D.Thomas Hellstrom2010-06-092-3/+17
| |/
| * st/xorg, vmware: Make throttling configurable.Thomas Hellstrom2010-05-314-20/+72
| * st/xorg: Fix Xv cliprect scaling.Thomas Hellstrom2010-05-313-9/+9
| * st/xorg Avoid advertizing rotation / reflection support.Thomas Hellstrom2010-05-311-3/+6
| * st/xorg: Remove unnecessary headers.Vinson Lee2010-05-262-2/+0
| * drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-1/+1
| * Merge branch 'gallium-msaa'Roland Scheidegger2010-05-214-76/+54
| |\
| | * st/xorg: adapt to interface changesRoland Scheidegger2010-05-174-76/+54
| * | st/xorg: Try hard to not touch hardware after dropping the masterJakob Bornecrantz2010-04-292-12/+27
| * | st/xorg: Remove save and restore hw stateJakob Bornecrantz2010-04-292-37/+0
| * | st/xorg: Get new connection status from kernelJakob Bornecrantz2010-04-293-12/+57
| * | st/xorg: Don't advertise DRI2 version we don't actually support yet.Michel Dänzer2010-05-181-1/+1
| * | st/xorg: Remove unnecessary header.Vinson Lee2010-05-151-1/+0
| * | st/xorg: Fix SCons build.Michel Dänzer2010-05-111-1/+3
| |/
| * gallium: move surface utility functions into u_surface.cBrian Paul2010-05-032-0/+2
* | vl: Fix RGB subpictures.Younes Manton2010-06-132-18/+19
* | vl: Drop DRI1, clean up DRI2 bits.Younes Manton2010-06-061-11/+15
* | st/xvmc: Restore tests removed by merge.Younes Manton2010-05-297-0/+1160
* | vl: Get softpipe working again.Younes Manton2010-05-231-16/+11
* | vl: Get softpipe building again.Younes Manton2010-05-081-0/+2
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoYounes Manton2010-04-3020-1444/+341
|\|
| * Squashed commit of the following:Keith Whitwell2010-04-1026-2423/+145
| * st/xorg: Fix thinko.Corbin Simpson2010-04-091-0/+1
| * st/xorg: Fix bad paramf.Corbin Simpson2010-04-091-3/+1
| * gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
| * st/xorg: fix up xorg state tracker to use cso changesRoland Scheidegger2010-03-166-23/+78
| * st/xorg: Remove flushes no longer necessary thanks to context transfers.Michel Dänzer2010-03-122-21/+0
| * st/xorg: context transfersKeith Whitwell2010-03-123-42/+42
| * Merge remote branch 'origin/7.8'Michel Dänzer2010-03-111-0/+1
| |\
| | * st/xorg: Include cursorstr.hJakob Bornecrantz2010-03-111-0/+1
| * | Merge branch '7.8'Michel Dänzer2010-03-103-0/+20
| |\|
| | * st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer2010-03-103-0/+20
| * | Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-092-0/+14
| |\ \
| | * | xorg: adapt to new vertex element csoRoland Scheidegger2010-03-012-0/+14
| * | | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-085-25/+31
| |\ \ \ | | |_|/ | |/| |
| | * | gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-014-8/+8
| | * | gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-013-17/+23
* | | | st/xvmc: Mark exported funcs with PUBLIC.Younes Manton2010-04-245-0/+28
* | | | vl: Do some subpicture validation.Younes Manton2010-04-183-23/+122