summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_driver.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-07st/xorg: Delete.Matt Turner1-1323/+0
2013-11-04st/xorg: handle updates to DamageUnregister APIEmil Velikov1-0/+4
2013-10-29st/xorg: add sanity checks after mallocEmil Velikov1-0/+6
2013-10-29st/xorg: remove unnecessary headersEmil Velikov1-1/+0
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+1
2012-10-30st/xorg: Remove superfluous miInitializeBackingStore() callMarvin Schmidt1-1/+0
2012-06-12st/xorg: Fix crash on startup.Dave Airlie1-4/+11
2012-06-06xorg: port to new compat API.Dave Airlie1-38/+37
2012-04-30st/xorg: fix compilation - wrong libkms include fileMarek Olšák1-1/+1
2011-08-26st/xorg: Disable dirty throttling by default.Michel Dänzer1-1/+1
2011-05-02st/xorg: fix typosMarcin Slusarz1-3/+3
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-1/+1
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-2/+2
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-2/+4
2011-01-05st/xorg: Flesh out colour map support and support depth 8.Michel Dänzer1-0/+65
2010-11-24st/xorg: Add a function to flush pending rendering and damageThomas Hellstrom1-30/+36
2010-11-03st/xorg: Add missing \n to error message.José Fonseca1-1/+1
2010-10-19st/xorg: Fix compilation for Xservers >= 1.10Thomas Hellstrom1-0/+5
2010-10-19st/xorg: Don't use deprecated x*alloc / xfree functionsThomas Hellstrom1-7/+7
2010-10-12st/xorg: Fix typoThomas Hellstrom1-1/+1
2010-10-12st/xorg: Don't try to remove invalid fbsThomas Hellstrom1-3/+5
2010-10-12st/xorg: Add a customizer option to get rid of annoying cursor update flickerThomas Hellstrom1-1/+3
2010-10-12st/xorg: Don't try to use option values before processing optionsThomas Hellstrom1-13/+13
2010-07-26st/xorg: fix use-after-freenobled1-1/+1
2010-07-23st/xorg: Init the Gallium3D / libkms resources in pre-init.Thomas Hellstrom1-86/+73
2010-07-23st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom1-1/+4
2010-07-23st/xorg: Add a possibility to prune modes and limit fb allocation size based ...Thomas Hellstrom1-0/+11
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz1-23/+6
2010-06-09st/xorg: Add a customizable option to disable 3D.Thomas Hellstrom1-3/+15
2010-06-06gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz1-22/+5
2010-05-31st/xorg, vmware: Make throttling configurable.Thomas Hellstrom1-18/+45
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz1-1/+1
2010-04-29st/xorg: Try hard to not touch hardware after dropping the masterJakob Bornecrantz1-12/+25
2010-04-29st/xorg: Remove save and restore hw stateJakob Bornecrantz1-35/+0
2010-04-10Squashed commit of the following:Keith Whitwell1-8/+8
2010-04-09st/xorg: Fix thinko.Corbin Simpson1-0/+1
2010-04-09st/xorg: Fix bad paramf.Corbin Simpson1-3/+1
2010-03-10Merge branch '7.8'Michel Dänzer1-0/+5
2010-03-10st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer1-0/+5
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz1-7/+8
2010-02-27st/xorg: Re-enable crtc on resizeJakob Bornecrantz1-3/+21
2010-02-27st/xorg: Fix copy-topyJakob Bornecrantz1-1/+1
2010-02-27st/xorg: Make resize fail gracefullyJakob Bornecrantz1-14/+55
2010-02-27st/xorg: Obey max {width|height} from kernel and GalliumJakob Bornecrantz1-2/+23
2010-02-27st/xorg: Encapsulate all customizable stuff in a separate class.Thomas Hellstrom1-8/+27
2010-02-27st/xorg: A bit more debugging infoJakob Bornecrantz1-0/+6
2010-02-27st/xorg: Make default of debugging fallbacks smartJakob Bornecrantz1-1/+1
2010-02-27st/xorg, vmware/xorg: Fix xnfcalloc arguments.Thomas Hellstrom1-1/+1
2010-01-28st/xorg: Update to new libkms interface but be backwards compatibleJakob Bornecrantz1-0/+4
2010-01-25st/xorg: Fix crash on resize with libkmsJakob Bornecrantz1-2/+12