summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_driver.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-2/+4
* st/xorg: Flesh out colour map support and support depth 8.Michel Dänzer2011-01-051-0/+65
* st/xorg: Add a function to flush pending rendering and damageThomas Hellstrom2010-11-241-30/+36
* st/xorg: Add missing \n to error message.José Fonseca2010-11-031-1/+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-191-7/+7
* 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-121-1/+3
* st/xorg: Don't try to use option values before processing optionsThomas Hellstrom2010-10-121-13/+13
* st/xorg: fix use-after-freenobled2010-07-261-1/+1
* st/xorg: Init the Gallium3D / libkms resources in pre-init.Thomas Hellstrom2010-07-231-86/+73
* st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom2010-07-231-1/+4
* st/xorg: Add a possibility to prune modes and limit fb allocation size based ...Thomas Hellstrom2010-07-231-0/+11
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-281-23/+6
|\
| * gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz2010-06-061-22/+5
* | st/xorg: Add a customizable option to disable 3D.Thomas Hellstrom2010-06-091-3/+15
|/
* st/xorg, vmware: Make throttling configurable.Thomas Hellstrom2010-05-311-18/+45
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-1/+1
* st/xorg: Try hard to not touch hardware after dropping the masterJakob Bornecrantz2010-04-291-12/+25
* st/xorg: Remove save and restore hw stateJakob Bornecrantz2010-04-291-35/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-8/+8
* st/xorg: Fix thinko.Corbin Simpson2010-04-091-0/+1
* st/xorg: Fix bad paramf.Corbin Simpson2010-04-091-3/+1
* Merge branch '7.8'Michel Dänzer2010-03-101-0/+5
|\
| * st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer2010-03-101-0/+5
* | gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-011-7/+8
|/
* st/xorg: Re-enable crtc on resizeJakob Bornecrantz2010-02-271-3/+21
* st/xorg: Fix copy-topyJakob Bornecrantz2010-02-271-1/+1
* st/xorg: Make resize fail gracefullyJakob Bornecrantz2010-02-271-14/+55
* st/xorg: Obey max {width|height} from kernel and GalliumJakob Bornecrantz2010-02-271-2/+23
* st/xorg: Encapsulate all customizable stuff in a separate class.Thomas Hellstrom2010-02-271-8/+27
* st/xorg: A bit more debugging infoJakob Bornecrantz2010-02-271-0/+6
* st/xorg: Make default of debugging fallbacks smartJakob Bornecrantz2010-02-271-1/+1
* st/xorg, vmware/xorg: Fix xnfcalloc arguments.Thomas Hellstrom2010-02-271-1/+1
* st/xorg: Update to new libkms interface but be backwards compatibleJakob Bornecrantz2010-01-281-0/+4
* st/xorg: Fix crash on resize with libkmsJakob Bornecrantz2010-01-251-2/+12
* st/xorg: Improve options and print them to logJakob Bornecrantz2010-01-251-3/+17
* st/xorg: Export helper function for detecting modesettingJakob Bornecrantz2010-01-251-0/+22
* st/xorg: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* st/xorg: Fic bug and close drm_api at proper placeJakob Bornecrantz2010-01-201-7/+17
* st/xorg: Don't leak BusID bufferJakob Bornecrantz2010-01-191-0/+1
* st/xorg: Pass kernel driver name to drmOpenJakob Bornecrantz2010-01-191-4/+12
* st/xorg: Proper calculation of screen pitch.Michel Dänzer2010-01-041-2/+1
* st/xorg: Fix warning and add a TODO commentJakob Bornecrantz2009-12-301-0/+6
* st/xorg: On close wait on fences and then destroy the screenJakob Bornecrantz2009-12-301-1/+11
* st/xorg: Make sure we don't overrun the fence array in block handlerJakob Bornecrantz2009-12-301-1/+1
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-271-0/+6
|\
| * st/xorg: Use C-style comments.Vinson Lee2009-12-231-4/+6
* | vmware/xorg: Fix failure paths and add some debug printingJakob Bornecrantz2009-12-121-20/+46