summaryrefslogtreecommitdiff
path: root/glx/indirect_size_get.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-25glx: Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith1-2/+2
Sun cc 5.9 and later (__SUNPRO_C >= 0x590) support __attribute__ calls for aligned, always_inline, noinline, pure, const, and malloc. This commit consists of the related updates to files that were regenerated by gl_XML.py in mesa after adding the __SUNPRO_C checks to it Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Brian Paul <brianp@vmware.com>
2008-07-02VBO: Regenerate files based on recent changes to gl_API.xmlIan Romanick1-0/+12
Since GL_ARB_vertex_buffer_object protocol isn't supported yet, these changes are innocuous.
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg1-0/+1210