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 /src/egl/main/egldriver.c | |
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 'src/egl/main/egldriver.c')
-rw-r--r-- | src/egl/main/egldriver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/egldriver.c b/src/egl/main/egldriver.c index 0574f83f450..f890df1bb1b 100644 --- a/src/egl/main/egldriver.c +++ b/src/egl/main/egldriver.c @@ -61,7 +61,7 @@ library_suffix(void) #elif defined(_EGL_PLATFORM_POSIX) -static const char DefaultDriverName[] = "egl_softpipe"; +static const char DefaultDriverName[] = "egl_glx"; typedef void * lib_handle; |