summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2011-01-24st/xorg: Fix build failure against xserver with XF86_CRTC_VERSION < 3.Michel Dänzer
2011-01-05st/xorg: Flesh out colour map support and support depth 8.Michel Dänzer
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-24st/xorg: Add a function to flush pending rendering and damageThomas Hellstrom
2010-11-05scons: Unify state tracker SConscriptsJakob Bornecrantz
2010-11-05scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz
2010-11-03st/xorg: Detect libkms with scons too.José Fonseca
2010-11-03st/xorg: Add missing \n to error message.José Fonseca
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-10-19st/xorg: Fix memory leak on error path.Vinson Lee
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-19st/xorg: Fix compilation errors for Xservers compiled without CompositeThomas Hellstrom
2010-10-19st/xorg, xorg/vmwgfx: Be a bit more frendly towards cross-compiling environmentsThomas 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: Kill a couple of compilation warningsThomas 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-30st/xorg: s/free/FREE for matching MALLOC/CALLOCnobled
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-31st/xorg: Fix Xv cliprect scaling.Thomas Hellstrom
2010-05-31st/xorg Avoid advertizing rotation / reflection support.Thomas Hellstrom
2010-05-26st/xorg: Remove unnecessary headers.Vinson Lee
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17st/xorg: adapt to interface changesRoland Scheidegger
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
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-29st/xorg: Get new connection status from kernelJakob Bornecrantz
2010-05-18st/xorg: Don't advertise DRI2 version we don't actually support yet.Michel Dänzer
2010-05-15st/xorg: Remove unnecessary header.Vinson Lee
2010-05-11st/xorg: Fix SCons build.Michel Dänzer
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-09st/xorg: Fix thinko.Corbin Simpson