projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45575ff
)
egl/dri2: Fix typo in the previous commit
author
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 15 Jan 2013 22:17:46 +0000
(14:17 -0800)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 15 Jan 2013 22:19:04 +0000
(14:19 -0800)
I didn't notice this due to a noobed piglit run. It wasn't previously
noticed because the patch was only run on a driver that supported GLES3.
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/egl/drivers/dri2/egl_dri2.c
patch
|
blob
|
history
diff --git
a/src/egl/drivers/dri2/egl_dri2.c
b/src/egl/drivers/dri2/egl_dri2.c
index 09659597044d54fb5c6b87ff68c0527c80e9eb63..351fbf48278465f21658996778181a7db54aa773 100644
(file)
--- a/
src/egl/drivers/dri2/egl_dri2.c
+++ b/
src/egl/drivers/dri2/egl_dri2.c
@@
-742,7
+742,7
@@
dri2_create_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf,
api = __DRI_API_GLES;
break;
case 2:
- api = __DRI_API_GLES
3
;
+ api = __DRI_API_GLES
2
;
break;
case 3:
api = __DRI_API_GLES3;