From 8122e30aec95596397b11a3fe619f9e13dc3d2cc Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Sun, 28 Aug 2016 14:52:10 -0400 Subject: [PATCH] mapi: don't forget to expose GetPointerv in GL ES 3.2 I left this out of my previous commit that went around enabling all of the other ES 3.2 entrypoints. Signed-off-by: Ilia Mirkin Reviewed-by: Ian Romanick --- src/mapi/glapi/gen/gl_API.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index b5d010bbdf8..c39aa222503 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -3185,7 +3185,7 @@ - + -- 2.30.2