summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_driver.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-01-05st/xorg: Flesh out colour map support and support depth 8.Michel Dänzer
2010-11-24st/xorg: Add a function to flush pending rendering and damageThomas Hellstrom
2010-11-03st/xorg: Add missing \n to error message.José Fonseca
2010-10-19st/xorg: Fix compilation for Xservers >= 1.10Thomas Hellstrom
2010-10-19st/xorg: Don't use deprecated x*alloc / xfree functionsThomas Hellstrom
2010-10-12st/xorg: Fix typoThomas Hellstrom
2010-10-12st/xorg: Don't try to remove invalid fbsThomas Hellstrom
2010-10-12st/xorg: Add a customizer option to get rid of annoying cursor update flickerThomas Hellstrom
2010-10-12st/xorg: Don't try to use option values before processing optionsThomas Hellstrom
2010-07-26st/xorg: fix use-after-freenobled
2010-07-23st/xorg: Init the Gallium3D / libkms resources in pre-init.Thomas Hellstrom
2010-07-23st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom
2010-07-23st/xorg: Add a possibility to prune modes and limit fb allocation size based ...Thomas Hellstrom
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz
2010-06-09st/xorg: Add a customizable option to disable 3D.Thomas Hellstrom
2010-06-06gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz
2010-05-31st/xorg, vmware: Make throttling configurable.Thomas Hellstrom
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz
2010-04-29st/xorg: Try hard to not touch hardware after dropping the masterJakob Bornecrantz
2010-04-29st/xorg: Remove save and restore hw stateJakob Bornecrantz
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-09st/xorg: Fix thinko.Corbin Simpson
2010-04-09st/xorg: Fix bad paramf.Corbin Simpson
2010-03-10Merge branch '7.8'Michel Dänzer
2010-03-10st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz
2010-02-27st/xorg: Re-enable crtc on resizeJakob Bornecrantz
2010-02-27st/xorg: Fix copy-topyJakob Bornecrantz
2010-02-27st/xorg: Make resize fail gracefullyJakob Bornecrantz
2010-02-27st/xorg: Obey max {width|height} from kernel and GalliumJakob Bornecrantz
2010-02-27st/xorg: Encapsulate all customizable stuff in a separate class.Thomas Hellstrom
2010-02-27st/xorg: A bit more debugging infoJakob Bornecrantz
2010-02-27st/xorg: Make default of debugging fallbacks smartJakob Bornecrantz
2010-02-27st/xorg, vmware/xorg: Fix xnfcalloc arguments.Thomas Hellstrom
2010-01-28st/xorg: Update to new libkms interface but be backwards compatibleJakob Bornecrantz
2010-01-25st/xorg: Fix crash on resize with libkmsJakob Bornecrantz
2010-01-25st/xorg: Improve options and print them to logJakob Bornecrantz
2010-01-25st/xorg: Export helper function for detecting modesettingJakob Bornecrantz
2010-01-21st/xorg: Remove unnecessary headers.Vinson Lee
2010-01-20st/xorg: Fic bug and close drm_api at proper placeJakob Bornecrantz
2010-01-19st/xorg: Don't leak BusID bufferJakob Bornecrantz
2010-01-19st/xorg: Pass kernel driver name to drmOpenJakob Bornecrantz
2010-01-04st/xorg: Proper calculation of screen pitch.Michel Dänzer
2009-12-30st/xorg: Fix warning and add a TODO commentJakob Bornecrantz
2009-12-30st/xorg: On close wait on fences and then destroy the screenJakob Bornecrantz
2009-12-30st/xorg: Make sure we don't overrun the fence array in block handlerJakob Bornecrantz
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul