summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-03-09 19:47:30 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-03-09 19:47:56 +0000
commit02716cf7d16543d5dedc6e550895d77139ad2432 (patch)
tree714c83682b7c9bd17baa756f4fa8fb73f397edfe /configs
parent9cdaadc92f7ca91d01daf5573bff2c75416ad274 (diff)
null: Add a null software winsys.
One where framebuffer data will be read via texture transfers. Useful for e.g., python state tracker.
Diffstat (limited to 'configs')
-rw-r--r--configs/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default
index fb1a35522e..a6a92efe8f 100644
--- a/configs/default
+++ b/configs/default
@@ -100,7 +100,7 @@ GALLIUM_DIRS = auxiliary drivers state_trackers
GALLIUM_AUXILIARIES = $(TOP)/src/gallium/auxiliary/libgallium.a
GALLIUM_DRIVERS_DIRS = softpipe failover svga i915 i965 r300 trace identity
GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVERS_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)
-GALLIUM_WINSYS_DIRS = drm xlib
+GALLIUM_WINSYS_DIRS = drm null xlib
GALLIUM_TARGET_DIRS = libgl-xlib
GALLIUM_WINSYS_DRM_DIRS = swrast
GALLIUM_STATE_TRACKERS_DIRS = glx vega