Patches for XCB (Jeremy Kolb)
[mesa.git] / src / mesa / glapi /
2005-05-07 Brian PaulPatches for XCB (Jeremy Kolb)
2005-04-28 Keith WhitwellStop gcc-4.0 complaining about "type qualifiers ignored...
2005-04-28 Keith WhitwellStop gcc-4.0 complaining about "type qualifiers ignored...
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 RomanickFill-in function offsets and correct a couple typos.
2005-04-18 Ian RomanickConvert all Python scripts to use XML namespaces.
2005-04-18 Ian RomanickMove the DTD to its own file.
2005-04-15 Ben CrossmanReverted the last change back to fix bug 3035
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-04-14 Ian RomanickModify the DTD to use NMTOKEN, enumerants, and explicit...
2005-04-14 Ian RomanickIn GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use...
2005-04-14 Ben CrossmanA few getenv() that werent using the mesa wrapper version
2005-04-13 Ian RomanickAdd TLS support to libGL and, by virtue of using glthre...
2005-03-17 Ian Romanickxmllint fixes. Revert 'note_unflushed' changes that...
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-17 Ian RomanickRefactored some of the code for PrintGlxReqSize_[ch...
2005-03-17 Ian RomanickFix the handling of zero-sized output parameters (i...
2005-03-11 Ian RomanickAdd support for ARB_draw_buffers and ARB_occlusion_quer...
2005-03-06 Ian RomanickActually *use* the count_scale value associated with...
2005-03-03 Ian RomanickFix some errors in the parameter descriptions in server...
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-25 Ian RomanickAdd GLX protocol support for ARB_fragement_program,
2005-02-25 Ian RomanickConvert the static functions read_pixel_reply, read_reply,
2005-02-23 Brian PaulSort the enums in the Python code, instead of at runtim...
2005-02-23 Ian RomanickCorrected the value for X_GLrop_SecondaryColor3svEXT.
2005-02-22 Brian Paulgenerate enums.c file (Zack Rusin)
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
next