summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glX_proto_send.py
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-01-24 20:08:28 +0000
committerIan Romanick <idr@us.ibm.com>2005-01-24 20:08:28 +0000
commit7f958e9e11badab294339c8b83e7b2e58f7dfe21 (patch)
treef8e1b6425343888416f2e4d50763bef96a18dc29 /src/mesa/glapi/glX_proto_send.py
parentf9f2db513211809bd7c6c5c9f5252444f2c5066e (diff)
Make sure that functions added to gl_API.xml that do not have any GLX
section are marked as ignored. Also ignore any functions that don't have assigned dispatch offsets. Fold Adam Jackson's changes to indirect_size.c into the generator scripts so that they don't get lost. "DO NOT EDIT" really means "DO NOT EDIT". ;)
Diffstat (limited to 'src/mesa/glapi/glX_proto_send.py')
-rw-r--r--src/mesa/glapi/glX_proto_send.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/glapi/glX_proto_send.py b/src/mesa/glapi/glX_proto_send.py
index e7cda2f779..32d8d6082e 100644
--- a/src/mesa/glapi/glX_proto_send.py
+++ b/src/mesa/glapi/glX_proto_send.py
@@ -790,6 +790,8 @@ class PrintGlxSizeStubs(glX_XML.GlxProto):
print '#include "indirect_size.h"'
print ''
+ glX_XML.printHaveAlias()
+ print ''
glX_XML.printPure()
print ''
glX_XML.printFastcall()