>> @@ -737,8 +742,10 @@ dri2_create_context(_EGLDriver *drv, _EGLDisplay *disp, >> _EGLConfig *conf, >> api = __DRI_API_GLES; >> break; >> case 2: >> + api = __DRI_API_GLES3; >> + break; >> case 3: >> - api = __DRI_API_GLES2; >> + api = __DRI_API_GLES3; >> break; > > Typo in case 2?
Oops. Maybe, in addition to gles3 tests, I should also test my series against some gles2 tests... Yeah, that's a probably good idea. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev