From 1a3ea852ea659f22cb016b02bf2375817874266a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 27 Feb 2013 12:47:09 -0800 Subject: [PATCH] glapi: Add parameter count information for uniforms. This is the kind of information that would have been present for GLX, if GLX supported modern GL. This allows these entrypoints to get automatic asynchronous marshalling code generated for glthread. --- src/mapi/glapi/gen/GL3x.xml | 16 ++++----- src/mapi/glapi/gen/gl_API.xml | 68 +++++++++++++++++------------------ 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml index c17a6440279..9ca3d47a7e9 100644 --- a/src/mapi/glapi/gen/GL3x.xml +++ b/src/mapi/glapi/gen/GL3x.xml @@ -424,26 +424,26 @@ - - + + - - + + - - + + - - + + diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index df9592477c2..b59d90bee97 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5685,83 +5685,83 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + @@ -6004,44 +6004,44 @@ - + - + - + - + - + - + - + - + - + - + - + - + -- 2.30.2