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". ;)
This commit is contained in:
Ian Romanick
2005-01-24 20:08:28 +00:00
parent f9f2db5132
commit 7f958e9e11
2 changed files with 28 additions and 0 deletions

View File

@@ -789,6 +789,8 @@ class PrintGlxSizeStubs(glX_XML.GlxProto):
print '#include <GL/gl.h>'
print '#include "indirect_size.h"'
print ''
glX_XML.printHaveAlias()
print ''
glX_XML.printPure()
print ''