From 9540c9c04fa0b691202f419520d9c4d8d495588d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 22 Nov 2006 16:01:48 +0000 Subject: GLX protocol fixes for glMap* functions (bug 8899) --- src/mesa/glapi/gl_API.dtd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/glapi/gl_API.dtd') diff --git a/src/mesa/glapi/gl_API.dtd b/src/mesa/glapi/gl_API.dtd index 2f0c88aae5..f89d381866 100644 --- a/src/mesa/glapi/gl_API.dtd +++ b/src/mesa/glapi/gl_API.dtd @@ -40,6 +40,7 @@ mode (get | set) "set"> ' tag. param: name - name of the parameter type - fully qualified type (e.g., with "const", etc.) + client_only - boolean flag set on parameters which are interpreted only + by the client and are not present in the protocol encoding (e.g., + the stride parameters to Map1f, etc.) count - for counted arrays (e.g., the 'lists' parameter to glCallLists), the parameter or literal that represents the count. For functions like glVertex3fv it will be a litteral, for others it will be one of -- cgit v1.2.3