mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 21:50:11 +01:00
egl/dri2: Fix typo in the previous commit
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>
This commit is contained in:
parent
45575ff388
commit
d786bf2c2a
1 changed files with 1 additions and 1 deletions
|
|
@ -742,7 +742,7 @@ dri2_create_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf,
|
|||
api = __DRI_API_GLES;
|
||||
break;
|
||||
case 2:
|
||||
api = __DRI_API_GLES3;
|
||||
api = __DRI_API_GLES2;
|
||||
break;
|
||||
case 3:
|
||||
api = __DRI_API_GLES3;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue