summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 12:26:20 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 12:28:07 -0600
commit6420a62cf0f5812708a4c649691ba62c573eaced (patch)
tree2d92b6b464bd00eab474b25ca344a0ce57803fc3 /src
parent50d59c8be1e409f0f96ba5c59d74eb5ff8c35b6a (diff)
egl: s/softpipe_egl.so/egl_softpipe.so/
Diffstat (limited to 'src')
-rw-r--r--src/egl/main/eglx.c2
-rw-r--r--src/gallium/winsys/egl_xlib/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/egl/main/eglx.c b/src/egl/main/eglx.c
index 63ad5a7074..1bba149f70 100644
--- a/src/egl/main/eglx.c
+++ b/src/egl/main/eglx.c
@@ -45,7 +45,7 @@
static const char *DefaultDRIDriver = "egl_xdri";
-static const char *DefaultSoftDriver = "softpipe_egl";
+static const char *DefaultSoftDriver = "egl_softpipe";
/**
diff --git a/src/gallium/winsys/egl_xlib/Makefile b/src/gallium/winsys/egl_xlib/Makefile
index 46666650b0..d5595b819a 100644
--- a/src/gallium/winsys/egl_xlib/Makefile
+++ b/src/gallium/winsys/egl_xlib/Makefile
@@ -1,13 +1,13 @@
# src/gallium/winsys/egl_xlib/Makefile
-# Build softpipe/xlib/EGL driver library/object: "softpipe_egl.so"
+# Build softpipe/xlib/EGL driver library/object: "egl_softpipe.so"
TOP = ../../../..
include $(TOP)/configs/current
-DRIVER_NAME = softpipe_egl.so
+DRIVER_NAME = egl_softpipe.so
INCLUDE_DIRS = \
@@ -49,7 +49,7 @@ default: depend library Makefile
library: $(TOP)/$(LIB_DIR)/$(DRIVER_NAME)
-# Make the softpipe_egl.so library
+# Make the egl_softpipe.so library
$(TOP)/$(LIB_DIR)/$(DRIVER_NAME): $(WINSYS_OBJECTS) $(LIBS)
$(TOP)/bin/mklib -o $(DRIVER_NAME) \
-linker "$(CC)" \