aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
diff options
context:
space:
mode:
authorGurchetan Singh <[email protected]>2019-08-14 15:16:04 -0700
committerGurchetan Singh <[email protected]>2020-01-13 14:57:18 -0800
commitb68ff2b8731427b3b68c9c81902f7ba93606caaf (patch)
tree1341880fb8b03bee74480a6c24fb74ac0d91d67e /src/mesa/main/dd.h
parent1fe23d0e22afee2cccafaec4d06399bdcca0f7d6 (diff)
glapi / teximage: implement EGLImageTargetTexStorageEXT
Check various parts of the EXT_EGL_image_storage spec, and add a new vfunc for drivers implementing it. Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index 8251af3f667..72af158dd07 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -975,6 +975,13 @@ struct dd_function_table {
void *image_handle);
/**
+ * \name GL_EXT_EGL_image_storage interface
+ */
+ void (*EGLImageTargetTexStorage)(struct gl_context *ctx, GLenum target,
+ struct gl_texture_object *texObj,
+ struct gl_texture_image *texImage,
+ GLeglImageOES image_handle);
+ /**
* \name GL_EXT_transform_feedback interface
*/
struct gl_transform_feedback_object *