diff options
author | Ilia Mirkin <[email protected]> | 2018-02-02 07:47:54 +0200 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2018-02-06 07:28:11 +0200 |
commit | 02a6d901eee188492af54e98c92680a607b02bf8 (patch) | |
tree | 2e46e3a2f1ba25b82bbba2fb3d21a601e6c022d4 /src/mesa/main | |
parent | fe32f796f2657af966addb9d1f5d54dced3a7abc (diff) |
mesa: add OES_EGL_image_external_essl3 support
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/extensions_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index 4f3e040ac35..f4925ed442b 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -352,6 +352,7 @@ EXT(NV_vdpau_interop , NV_vdpau_interop EXT(OES_EGL_image , OES_EGL_image , GLL, GLC, ES1, ES2, 2006) /* FIXME: Mesa expects GL_OES_EGL_image to be available in OpenGL contexts. */ EXT(OES_EGL_image_external , OES_EGL_image_external , x , x , ES1, ES2, 2010) +EXT(OES_EGL_image_external_essl3 , OES_EGL_image_external , x , x , x , 30, 2015) EXT(OES_EGL_sync , dummy_true , x , x , ES1, ES2, 2010) EXT(OES_blend_equation_separate , EXT_blend_equation_separate , x , x , ES1, x , 2009) EXT(OES_blend_func_separate , EXT_blend_func_separate , x , x , ES1, x , 2009) |