Module: Mesa Branch: master Commit: f103f7e460131f582c0ea8129640ad19178a1ff9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f103f7e460131f582c0ea8129640ad19178a1ff9
Author: Brian Paul <[email protected]> Date: Tue Jan 26 17:31:06 2010 -0700 configs: added vega to default GALLIUM_STATE_TRACKERS_DIRS --- configs/default | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configs/default b/configs/default index d790395..ad6d93c 100644 --- a/configs/default +++ b/configs/default @@ -102,7 +102,7 @@ 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_DRM_DIRS = swrast -GALLIUM_STATE_TRACKERS_DIRS = glx +GALLIUM_STATE_TRACKERS_DIRS = glx vega # native displays EGL should support EGL_DISPLAYS = x11 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
