From: Brian Paul Date: Mon, 9 Jun 2008 18:26:20 +0000 (-0600) Subject: egl: s/softpipe_egl.so/egl_softpipe.so/ X-Git-Tag: mesa-7.8~4139^2~390^2~1309 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6420a62cf0f5812708a4c649691ba62c573eaced;p=platform%2Fupstream%2Fmesa.git egl: s/softpipe_egl.so/egl_softpipe.so/ --- diff --git a/src/egl/main/eglx.c b/src/egl/main/eglx.c index 63ad5a7..1bba149 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 4666665..d5595b8 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)" \