Generate GLX protocol for pixel single commands.
[mesa.git] / src / mesa / glapi /
2005-02-09 Ian RomanickGenerate GLX protocol for pixel single commands.
2005-02-08 Ian RomanickCorrect a couple problems / omissions in the DTD.
2005-02-08 Brian PaulAdd new entrypoints for GL_EXT_framebuffer_object.
2005-02-08 Ian RomanickDefinitions for EXT_framebuffer_object. Just <include...
2005-02-08 Ian RomanickAdd the ability to include other XML files by using a
2005-02-05 Ian RomanickFix some mixed spaces / tabs issues in generated code...
2005-02-04 Ian RomanickEnable client-side GLX support for texture compression...
2005-02-03 Ian RomanickAdded a bunch of extensions that were previously suppor...
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-28 Ian RomanickProperly annotate variable-length output parameters...
2005-01-28 Ian RomanickFix some get / set errors with COLOR_TABLE_*. SCALE...
2005-01-28 Ian RomanickSlightly modify the meaning of the 'handcode' attribute...
2005-01-28 Ian RomanickAdd an option to emit extra debug code in the generated...
2005-01-27 Ian RomanickMark a couple more function parameters as counters.
2005-01-27 Ian RomanickAdd numerous 'get'-type functions to most of the enums...
2005-01-27 Ian RomanickThe 'mode' setting of a function within an 'enum' eleme...
2005-01-25 Ian RomanickAdd a glFunctionIterator class to iterate over the...
2005-01-25 Ian RomanickStupid text editor...convert wayward tabs to spaces.
2005-01-25 Ian RomanickAdd a "count" attribute to "enums" elements to set...
2005-01-24 Ian RomanickCorrectly set the name of the generating script.
2005-01-24 Ian RomanickMove all the code for generating "size" related functio...
2005-01-24 Ian RomanickCorrect some of the dependencies and clean things up...
2005-01-24 Ian RomanickRemove glEnum::startElement, but refactor out some...
2005-01-24 Ian RomanickSince only one of the places that used glXFunction...
2005-01-24 Ian RomanickMake sure that functions added to gl_API.xml that do...
2005-01-12 Brian PaulSome initial work for OpenGL 2.0: glStencilFunc/Op...
2005-01-07 Ian RomanickUse GNU AS label aliasing, if available. This must...
2005-01-07 Ian RomanickScript to generate rough GLX protocol documentation...
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
2005-01-07 Ian RomanickThe generic_*_byte functions did not rount the command...
2005-01-03 Ian RomanickThe opcode and command length fields of RenderLarge...
2004-12-27 Ian RomanickFixed two problems with the handling of GLX protocol...
2004-12-21 Ian RomanickUsed GCC's __builtin_expect when available. Change...
2004-12-21 Ian RomanickAdded some comments and fixed typeos. Slightly refacto...
2004-12-20 Ian RomanickUse GLX protocol code generated by glX_proto_send.py.
2004-12-20 Ian RomanickNo GLX protocol for GL_ATI_fragment_shader.
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-15 Adam Jackson_glapi_* is effectively PUBLIC API for the DRI drivers.
2004-12-13 Ian RomanickAdded many (hopefully all) missing 'output="true"'...
2004-12-13 Ian RomanickTrivial shell script to search the API definition file...
2004-12-08 Alan Hourihanesilence warning
2004-12-03 Ian RomanickMove common GLX code to glX_XML.py. This will make...
2004-12-03 Ian RomanickFix a minor bug in glXEnumFunction::PrintUsingTable...
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-12-02 Ian RomanickUpdated the schema. Added comments explaining some...
2004-12-01 Ian RomanickCorrected a problem with the sizes of the MAP[12]_...
2004-12-01 Ian RomanickAdded a couple missing always_array annotations and...
2004-12-01 Ian RomanickSlightly tweak the format of the size prototypes.
2004-12-01 Ian RomanickPython script to generate various bits of client-side...
2004-12-01 Ian RomanickAdded the ability to get the size of a parameter as...
2004-12-01 Ian RomanickAdded enums for GL_OES_read_format.
2004-11-30 Ian RomanickPrioritizeTextures, GetClipPlane, and WindowPos3fMESA...
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-11-27 Brian PaulSet symbol visibility to 'default', if supported by...
2004-11-27 Brian Paulmake get_static_proc_address() return a _glapi_proc
2004-11-27 Brian PaulUse new _glapi_proc typedef instead of void * for funct...
2004-11-24 Ian RomanickAdded support for several additional enum-only extensions:
2004-11-24 Ian RomanickAdded information about numerous enums to aid the devel...
2004-11-23 Ian RomanickSet the "ignore" flag for any functions that the open...
2004-11-22 Brian Paulapplied SPARC patch (freedesktop bug 1898)
2004-11-22 Brian Paulinclude <X11/Xthreads.h> instead of "Xthreads.h"
2004-11-05 Brian Paulshorter error messages when calling a GL function witho...
2004-10-28 Brian Paulobsolete
2004-10-28 Brian Paulminor clean-ups, found with pychecker
2004-10-28 Brian Paulname parameter to glGetActiveAttribARB() should not...
2004-10-28 Michal Krolrenumber ARB_shader_objects and ARB_vertex_shader offsets
2004-10-27 Michal Kroladd support for ARB_shader_objects and ARB_vertex_shader
2004-10-27 Michal Krolassign api offsets for ARB_shader_objects and ARB_verte...
2004-10-27 Michal Krolregenerate with correct script
2004-10-27 Michal Krolregenerate with correct script
2004-10-27 Michal Krolfix DrawBufferARB entry
2004-10-27 Michal Krolfix DrawBuffersARB entry
2004-10-27 Michal Krolthe file was empty!
2004-10-27 Michal Krolby karoshi - add support for ARB_shader objects and...
2004-10-02 Brian Paulput glapi_x86.S into the x86/ directory
2004-10-02 Brian Paulremove unused413 stuff, glDrawBuffersARB uses that...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-10 Brian PaulMore updates for Doxygen.
2004-09-09 Brian PaulAnother attempt at fixing name mangling and gl__unused4...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-25 Brian Paulregenerated with license info
2004-08-25 Brian PaulMakefile for python-generated files (Ian Romanick)
2004-08-25 Brian Pauluse version generated from the XML database
2004-08-25 Brian Paulfix MGL namespace warning (patch 1014800)
2004-08-25 Brian Paulreturn type for MapBuffer was not specified
2004-08-25 Brian PaulFix mgl name mangling (patch 1014800)
2004-08-17 Ian RomanickFixed an assembler warning / error (depending on the...
2004-08-14 Philippe HoudoinBeOS's _glthread_DECLARE_STATIC_MUTEX() couldn't be...
2004-07-06 Roland Scheideggercorrect X86_DISPATCH_FUNCTION_SIZE if THREADS is defined
2004-07-05 Ian RomanickFix typos in comments.
2004-07-05 Ian RomanickAnother "if it ain't broke, don't fix it" moment. ...
2004-07-05 Daniel Borcafixed non-threaded codepath
2004-07-02 Daniel Borcaput back the correct dispatcher for non-threaded builds.
2004-07-02 Ian RomanickFix a potential race condition. Fix a couple of places...
2004-07-01 Ian RomanickMake sure THREADS is set no matter which threading...
2004-06-30 Keith WhitwellAdd infrastructure for t_vertex.c codegen. Add an...
next