diff options
author | Chia-I Wu <[email protected]> | 2010-01-22 16:02:39 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-22 16:44:13 +0800 |
commit | 3b0ffd5a36c4626b44eafc43f5eaebb7c758bfbd (patch) | |
tree | 0bc065ef5db701558ad950a5eecc85715538d9f8 /configs/linux-opengl-es | |
parent | a1306f4ef6f83a86d03720641f3cdc5e13485fa6 (diff) |
egl: Remove egl_softpipe.
With the addition egl_x11_swrast, egl_softpipe is sort of deprecated.
The new driver serves the same purpose as egl_softpipe does. It is
based on egl_g3d and provides more features.
Diffstat (limited to 'configs/linux-opengl-es')
-rw-r--r-- | configs/linux-opengl-es | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/configs/linux-opengl-es b/configs/linux-opengl-es index e0136587167..af784551a71 100644 --- a/configs/linux-opengl-es +++ b/configs/linux-opengl-es @@ -18,13 +18,11 @@ EGL_DRIVERS_DIRS = GALLIUM_DRIVERS_DIRS = softpipe -# build egl_softpipe.so -GALLIUM_WINSYS_DIRS = egl_xlib -# and libGLES*.so +# build libGLES*.so GALLIUM_STATE_TRACKERS_DIRS = es -# build egl_i915.so +# build egl_x11_{swrast,i915}.so GALLIUM_DRIVERS_DIRS += trace i915 GALLIUM_STATE_TRACKERS_DIRS += egl_g3d GALLIUM_WINSYS_DIRS += drm -GALLIUM_WINSYS_DRM_DIRS = intel +GALLIUM_WINSYS_DRM_DIRS += intel swrast |