summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2009-04-28gallium-intel: Create a i965_dri.so symlinkJakob Bornecrantz
2009-04-28gallium-intel: Fix build of dri driverJakob Bornecrantz
2009-04-28radeon-r300: Fix a bit of breakage.Corbin Simpson
2009-04-28radeon: Use PCI_MATCH_ANY for xorg driver.Corbin Simpson
2009-04-28gallium: Rename the dri state tracker lib to libdridrm.aThomas Hellstrom
2009-04-28gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom
2009-04-28gallium: Update the drm_api.Thomas Hellstrom
2009-04-25gallium-intel: Fix warningJakob Bornecrantz
2009-04-25gallium-intel: Cache software switchJakob Bornecrantz
2009-04-25gallium-intel: Link dri2 driver with softpipeJakob Bornecrantz
2009-04-23gallium: Make the intel xorg winsys start up with any Intel chipset.Michel Dänzer
2009-04-23gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer
2009-04-18softpipe: Simplify softpipe_create's prototype.José Fonseca
2009-04-18softpipe: Remove softpipe_winsys.José Fonseca
2009-04-17xlib/trace: Fixup xlib traceJakob Bornecrantz
2009-04-17egl: don't crash with one more khronos apiZack Rusin
2009-04-09gdi: Use stw_* names.José Fonseca
2009-04-08wgl: Integrate the trace driver on debug builds.José Fonseca
2009-04-06r300-gallium: Skeleton for integrating into the python statetracker.José Fonseca
2009-04-04radeon: A bit of indent and line break cleanup.Corbin Simpson
2009-04-04radeon: If the CS emit fails, dump it to stderr.Corbin Simpson
2009-04-04Add scons build support for radeon/r300.Corbin Simpson
2009-04-04radeon: Fix compile warnings, compile errors.Corbin Simpson
2009-03-25scons: Support building with the Windows SDK.José Fonseca
2009-03-24nouveau: Frontbuffer needs to be marked as linear.Younes Manton
2009-03-20winsys/gdi: Init state tracker's per-thread data.Michal Krol
2009-03-18nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs
2009-03-15radeon-gallium: Add my R580 to the xorg PCI ID list.Corbin Simpson
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-03-10radeon-gallium: Unbreak non-RADEON_SOFTPIPE.Corbin Simpson
2009-03-10radeon-gallium: Unbreak RADEON_SOFTPIPE.Corbin Simpson
2009-03-07nouveau: use bo_handle_ref instead of bo_fake to get front-buffer boBen Skeggs
2009-03-07nouveau: fix more breakage from pipe_reference..Ben Skeggs
2009-03-07Fix nouveau_pipe_create() / nouveau_context_init(): raise an error if the scr...Victor Stinner
2009-03-06st/xorg: Install to XORG_DRIVER_INSTALL_DIRJoel Bosveld
2009-03-05radeon-gallium: fix dri2 buildJoakim Sindholt
2009-03-04radeon-gallium: Add Xorg state tracker Radeon winsys stub.Corbin Simpson
2009-03-04radeon-gallium: Only build drivers for state trackers that are enabled.Corbin Simpson
2009-03-04radeon-gallium: Enable EGL and Xorg state trackers.Corbin Simpson
2009-03-04radeon-gallium: DRI2 state tracker, part 3.Corbin Simpson
2009-03-05intel: Fixup from refcount changesJakob Bornecrantz
2009-03-04cell: update cell driver after gallium reference count changesBrian Paul
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-03-03r300-gallium, radeon-gallium: Continue migration to DRI2 state_tracker, part 2.Corbin Simpson
2009-03-03r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1.Corbin Simpson
2009-03-03st/drm: s/hocks/hooks/Jakob Bornecrantz
2009-03-03winsys: return null for DONTBLOCK flag on existing winsysKeith Whitwell
2009-03-03intel: Add Xorg driverJakob Bornecrantz
2009-03-03intel: Add dri2 driver for galliumJakob Bornecrantz