Mesa (master): radeong: Fix EGL driver names.

Corbin Simpson csimpson at kemper.freedesktop.org
Wed Jan 20 20:22:15 UTC 2010


Module: Mesa
Branch: master
Commit: c1334ce23550a8321023c0b8fa58ad266199afa1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1334ce23550a8321023c0b8fa58ad266199afa1

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed Jan 20 12:21:21 2010 -0800

radeong: Fix EGL driver names.

Using "radeon" instead of "radeong" because we don't have classic EGL.

---

 src/gallium/winsys/drm/radeon/egl/Makefile     |    2 +-
 src/gallium/winsys/drm/radeon/egl_g3d/Makefile |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/winsys/drm/radeon/egl/Makefile b/src/gallium/winsys/drm/radeon/egl/Makefile
index c5fdc9a..fcbfd09 100644
--- a/src/gallium/winsys/drm/radeon/egl/Makefile
+++ b/src/gallium/winsys/drm/radeon/egl/Makefile
@@ -2,7 +2,7 @@ TOP = ../../../../../..
 GALLIUMDIR = ../../../..
 include $(TOP)/configs/current
 
-LIBNAME = egl_r300.so
+LIBNAME = egl_radeon.so
 
 PIPE_DRIVERS = \
 	$(TOP)/src/gallium/state_trackers/egl/libegldrm.a \
diff --git a/src/gallium/winsys/drm/radeon/egl_g3d/Makefile b/src/gallium/winsys/drm/radeon/egl_g3d/Makefile
index 9027a5f..e0de68c 100644
--- a/src/gallium/winsys/drm/radeon/egl_g3d/Makefile
+++ b/src/gallium/winsys/drm/radeon/egl_g3d/Makefile
@@ -1,7 +1,7 @@
 TOP = ../../../../../..
 include $(TOP)/configs/current
 
-EGL_DRIVER_NAME = r300
+EGL_DRIVER_NAME = radeon
 EGL_DRIVER_SOURCES = dummy.c
 EGL_DRIVER_LIBS = -ldrm_radeon
 




More information about the mesa-commit mailing list