diff options
author | Ian Romanick <idr@us.ibm.com> | 2005-03-17 22:01:39 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2005-03-17 22:01:39 +0000 |
commit | 8a7dcd97bdc560a12cb7ea6bd66b17939946d5a6 (patch) | |
tree | e9742b0845d24cbb01bba6e0a172f2febffccb17 /src/mesa/glapi/gl_API.xml | |
parent | a78bbd0816a894a366bf3824fbbfbc5c794cd61d (diff) |
xmllint fixes. Revert 'note_unflushed' changes that were accidetnally
committed in the last version.
Diffstat (limited to 'src/mesa/glapi/gl_API.xml')
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index 88e11ceed3..77d4204483 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -23,6 +23,7 @@ offset CDATA #IMPLIED vectorequiv CDATA #IMPLIED> <!ATTLIST size name CDATA #REQUIRED + count CDATA #IMPLIED mode CDATA #IMPLIED> <!ATTLIST param name CDATA #REQUIRED type CDATA #REQUIRED @@ -44,6 +45,7 @@ img_send_null CDATA #IMPLIED img_null_flag CDATA #IMPLIED img_pad_dimensions CDATA #IMPLIED + doubles_in_order CDATA #IMPLIED variable_param CDATA #IMPLIED> <!ATTLIST return type CDATA #REQUIRED> <!ATTLIST glx rop CDATA #IMPLIED @@ -1222,7 +1224,7 @@ glx: <function name="NewList" offset="0"> <param name="list" type="GLuint"/> <param name="mode" type="GLenum"/> - <glx sop="101" note_unflushed="true"/> + <glx sop="101"/> </function> <function name="EndList" offset="1"> @@ -1244,7 +1246,7 @@ glx: <function name="DeleteLists" offset="4"> <param name="list" type="GLuint"/> <param name="range" type="GLsizei"/> - <glx sop="103" note_unflushed="true"/> + <glx sop="103"/> </function> <function name="GenLists" offset="5"> @@ -2684,13 +2686,13 @@ glx: <function name="PixelStoref" offset="249"> <param name="pname" type="GLenum"/> <param name="param" type="GLfloat"/> - <glx sop="109" handcode="client" note_unflushed="true"/> + <glx sop="109" handcode="client"/> </function> <function name="PixelStorei" offset="250"> <param name="pname" type="GLenum"/> <param name="param" type="GLint"/> - <glx sop="110" handcode="client" note_unflushed="true"/> + <glx sop="110" handcode="client"/> </function> <function name="PixelMapfv" offset="251"> |