summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-02-244-8/+10
|\
| * gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+1
| * gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-141-2/+2
| * st/xorg: Fix build failure against xserver with XF86_CRTC_VERSION < 3.Michel Dänzer2011-01-241-4/+2
* | Merge remote branch 'vdpau/pipe-video' into pipe-videoChristian König2011-01-101-2/+11
|\ \
| * | vl: commited Orasanu Lucian's patch containing va stubs.Thomas Balling Sørensen2010-10-271-1/+1
| * | Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-268-49/+75
| |\ \
| * | | 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
| |\ \ \
* | \ \ \ Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-083-1/+80
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | st/xorg: Flesh out colour map support and support depth 8.Michel Dänzer2011-01-053-1/+80
* | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-1111-94/+111
|\| | | |
| * | | | gallium: support for array textures and related changesRoland Scheidegger2010-12-027-56/+59
| * | | | st/xorg: Add a function to flush pending rendering and damageThomas Hellstrom2010-11-242-30/+37
* | | | | [g3dvl] add dump option to xvmcChristian König2010-11-251-0/+14
* | | | | [g3dvl] inverse check for iDCTChristian König2010-11-211-2/+2
* | | | | [g3dvl] ups missed this checkChristian König2010-11-141-2/+2
* | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-112-25/+29
|\| | | |
| * | | | scons: Unify state tracker SConscriptsJakob Bornecrantz2010-11-051-4/+7
| * | | | scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz2010-11-051-3/+0
| * | | | st/xorg: Detect libkms with scons too.José Fonseca2010-11-031-0/+3
| * | | | st/xorg: Add missing \n to error message.José Fonseca2010-11-031-1/+1
| * | | | scons: Revamp how to specify targets to build.José Fonseca2010-11-011-31/+32
| | |_|/ | |/| |
* | | | [g3dvl] start handling motion_vertical_field_selectChristian König2010-11-091-0/+5
* | | | [g3dvl] motion type depends on picture structure not dct typeChristian König2010-11-061-7/+8
* | | | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-288-49/+75
|\| | |
| * | | st/xorg: Fix memory leak on error path.Vinson Lee2010-10-191-0/+1
| * | | st/xorg: Fix compilation for Xservers >= 1.10Thomas Hellstrom2010-10-191-0/+5
| * | | st/xorg: Don't use deprecated x*alloc / xfree functionsThomas Hellstrom2010-10-195-29/+29
| * | | st/xorg: Fix compilation errors for Xservers compiled without CompositeThomas Hellstrom2010-10-191-2/+9
| * | | st/xorg, xorg/vmwgfx: Be a bit more frendly towards cross-compiling environmentsThomas Hellstrom2010-10-191-1/+1
| * | | st/xorg: Fix typoThomas Hellstrom2010-10-121-1/+1
| * | | st/xorg: Don't try to remove invalid fbsThomas Hellstrom2010-10-121-3/+5
| * | | st/xorg: Add a customizer option to get rid of annoying cursor update flickerThomas Hellstrom2010-10-123-1/+12
| * | | st/xorg: Don't try to use option values before processing optionsThomas Hellstrom2010-10-121-13/+13
| | |/ | |/|
* | | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-1212-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