From f6e290f80cc6728647e9cee35546190f081197e2 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 26 Mar 2014 15:25:08 -0700 Subject: glapi/es1: Don't mark core functions as static_dispatch=false Functions that are part of OpenGL ES 1.0 or 1.1 should have static dispatch functions in libGLESv1_CM. This doesn't affect any change yet, but it will prevent later regressions. Signed-off-by: Ian Romanick Reviewed-by: Matt Turner Acked-by: Chad Versace --- src/mapi/glapi/gen/gl_and_es_API.xml | 129 ++++++++++++----------------------- 1 file changed, 43 insertions(+), 86 deletions(-) diff --git a/src/mapi/glapi/gen/gl_and_es_API.xml b/src/mapi/glapi/gen/gl_and_es_API.xml index 18b0eb4ec89..d158a6b31f7 100644 --- a/src/mapi/glapi/gen/gl_and_es_API.xml +++ b/src/mapi/glapi/gen/gl_and_es_API.xml @@ -18,53 +18,45 @@ - + - + - + - + - + - + - + - + @@ -73,63 +65,53 @@ - + - + - + - + - + - + - + - + - + - + @@ -137,15 +119,13 @@ - + - + @@ -154,69 +134,59 @@ - + - + - + - + - + - + - + - + - + - + @@ -225,8 +195,7 @@ - + @@ -238,80 +207,68 @@ - + - + - + - + - + - + - + - + - + - + - + - + -- cgit v1.2.3