summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm
AgeCommit message (Expand)Author
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-24nouveau: Frontbuffer needs to be marked as linear.Younes Manton
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-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
2009-03-03intel: Increase max relocs per batchbufferJakob Bornecrantz
2009-02-27radeon: Add DRM stubs.Corbin Simpson
2009-02-27intel: Use flink for global buffer idsJakob Bornecrantz
2009-02-25intel: Adopt to the new drm_api.hJakob Bornecrantz
2009-02-25i915: Clean up i915_winsys.h a bitJakob Bornecrantz
2009-02-23gallium: Install winsys/drm to DESTDIR rather than /Joel Bosveld
2009-02-20gallium: Improve recursive makefilesJakob Bornecrantz
2009-02-20gallium: Improve winsys dri template MakefileJakob Bornecrantz
2009-02-20intel: Use new makefile template for drm gemJakob Bornecrantz
2009-02-20nouveau: Use new makefile template for drm commonJakob Bornecrantz
2009-02-20nouveau: reenable all the non-nv50 pipe driversBen Skeggs
2009-02-20nv50: rework for texture_transfer changesBen Skeggs
2009-02-14radeon-gallium: Clean out extensions explicitly enabled by Mesa.Corbin Simpson
2009-02-13intel: Only build winsys with built state trackersJakob Bornecrantz
2009-02-12intel: Make gem export the drm_api_hocksJakob Bornecrantz
2009-02-12intel: Remove the old depricated dri1 winsysJakob Bornecrantz
2009-02-12intel: Remove the ttm backendJakob Bornecrantz
2009-02-10gallium: Don't rebuild common drm codeJakob Bornecrantz
2009-02-10gallium: Install DRI drivers into lib/galliumJakob Bornecrantz
2009-02-10gallium: Introduce new subdirs build variablesJakob Bornecrantz
2009-02-09mesa: build/use libmesagallium.a for gallium buildsBrian Paul
2009-02-06Merge branch 'gallium-0.2-radeon' into gallium-0.2Corbin Simpson