summaryrefslogtreecommitdiffstats
path: root/src/egl
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-06-27 03:25:30 +0200
committerMarek Olšák <[email protected]>2011-07-14 03:03:26 +0200
commit5fe54df58f31e5d321f7cbd5b095eb8c2417deb1 (patch)
tree7b3cd91b55b01b82a6f5314507317e329941ba54 /src/egl
parentb82db9a3c0a1b96d8eb5d0d78aecaf0ab331431a (diff)
Rename swrastg_dri to swrast_dri
I prefer it this way and it has been suggested earlier by others too. Opinions?
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/drivers/dri2/egl_dri2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
index 35a598ecab8..0aca929e6aa 100644
--- a/src/egl/drivers/dri2/egl_dri2.c
+++ b/src/egl/drivers/dri2/egl_dri2.c
@@ -416,11 +416,6 @@ dri2_load_driver_swrast(_EGLDisplay *disp)
dri2_dpy->driver_name = "swrast";
extensions = dri2_open_driver(disp);
- if (!extensions) {
- /* try again with swrastg */
- dri2_dpy->driver_name = "swrastg";
- extensions = dri2_open_driver(disp);
- }
if (!extensions)
return EGL_FALSE;