Merge remote branch 'origin/opengl-es-v2'
[mesa.git] / src / mesa / glapi / gl_XML.py
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-19 Alan CoopersmithSun compilers now support some gcc __attribute__ values
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2009-11-06 Chia-I Wuglapi: Add is_abi() to test if a function is in the...
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-15 Ian RomanickGLX: Fix protocol for glTexSubImage#D
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-22 Brian PaulGLX protocol fixes for glMap* functions (bug 8899)
2006-10-11 Ian RomanickFix bug #4681.
2006-10-04 Ian RomanickDivide categories into four groups as they are processe...
2006-08-28 Ian RomanickAdd two new gl_function methods. dispatch_name returns...
2006-08-26 Ian RomanickExplicitly store the names for each function that shoul...
2006-08-24 Ian RomanickAdd a new offset mode to the GL API XML. This mode...
2006-08-22 Ian RomanickAdd new attribute called static_dispatch to the <functi...
2005-10-20 Brian Paulrestore FASTCALL stuff
2005-10-20 Brian PaulDisable the FASTCALL optimization because it still...
2005-08-26 Adam Jackson/dri/msg
2005-08-26 Alan HourihaneFix the scripts for the cygwin & mingw changes
2005-08-11 Ian RomanickRemove the logic that determines at compile time whethe...
2005-07-02 Ian RomanickAdd support for assembly (static) dispatch functions...
2005-06-24 Ian RomanickFix non-x86 specific builds. The changes from glTexIma...
2005-06-21 Ian RomanickMammoth update to the Python code generator scripts...
2005-04-18 Ian RomanickIf the file name passed to parse_GL_API is None or...
2005-04-18 Ian RomanickRefactor a bunch of common code from the "leaf" scripts...
2005-04-18 Ian RomanickConvert all Python scripts to use XML namespaces.
2005-04-14 Ian RomanickConvert 'variable_param' from a CDATA attribute to...
2005-04-14 Ian RomanickRefactor the handling of the '(true | false)' enumerate...
2005-03-17 Ian RomanickEnable the generation of server-side __glGetBooleanv_si...
2005-03-17 Ian RomanickMinor refactoring and code tweaking. The only notable...
2005-03-06 Ian RomanickActually *use* the count_scale value associated with...
2005-03-03 Ian RomanickCheck for some common function parameter description...
2005-02-26 Ian RomanickFairly significant changes to enums.c and the way it...
2005-02-22 Brian Paulgenerate enums.c file (Zack Rusin)
2005-02-08 Ian RomanickAdd the ability to include other XML files by using a
2005-02-02 Ian RomanickSmall refactor. Add glXFunctionIterator, which derrive...
2005-02-01 Ian RomanickSmall refactor. Move several utility functions from...
2005-02-01 Ian RomanickAdd GlxProto::createEnumFunction and add a 'context...
2005-01-28 Ian RomanickRefactor the code to emit multiple-inclusion protection to
2005-01-25 Ian RomanickAdd a glFunctionIterator class to iterate over the...
2005-01-25 Ian RomanickAdd a "count" attribute to "enums" elements to set...
2005-01-24 Ian RomanickRemove glEnum::startElement, but refactor out some...
2005-01-07 Ian RomanickTrack the GLX protocol names for GL types.
2005-01-07 Ian RomanickPixel oriented render functions are now generated by the
2004-12-21 Ian RomanickAdded some comments and fixed typeos. Slightly refacto...
2004-12-01 Ian RomanickAdded the ability to get the size of a parameter as...
2004-10-28 Brian Paulminor clean-ups, found with pychecker
2004-05-19 Ian RomanickAdded some in-code documentation. Modifed glParameter...
2004-05-18 Ian RomanickNew scripts for processing the XML version of APIspec...