[Mesa-dev] [PATCH 3/3] (gles3) egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR
Chad Versace
chad.versace at linux.intel.com
Tue Nov 20 17:52:32 PST 2012
>> @@ -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.
More information about the mesa-dev
mailing list