summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi
Commit message (Expand)AuthorAgeFilesLines
* Fix dumb build errors.Ian Romanick2006-10-131-1/+1
* include glapi.h to fix broken buildBrian Paul2006-10-131-0/+1
* remove some debug code invalidated by prev check-inBrian Paul2006-10-121-7/+0
* Fix bug #4681.Ian Romanick2006-10-1118-2176/+2193
* List of source (.c) files in each directory.Brian Paul2006-10-111-0/+3
* Updates for XCB. Bug 8560.Ian Romanick2006-10-091-1/+1
* Changes to generated code caused by the previous commits.Ian Romanick2006-10-045-76/+76
* Fix the ordering of extensions.Ian Romanick2006-10-041-53/+53
* Keep indentation consistent with indent.Ian Romanick2006-10-043-72/+67
* Divide categories into four groups as they are processed from the XML. AddIan Romanick2006-10-042-129/+109
* Add utility method client_supported_for_indirect.Ian Romanick2006-10-041-3/+10
* Added function convertStringForXCB. Deals with the recent XCB naming convent...Jeremy Kolb2006-09-261-9/+25
* Use correct opcodes for GLX_EXT_texture_from_pixmap.Ian Romanick2006-09-141-2/+2
* Add API description for GLX_SGI_swap_control.Ian Romanick2006-08-311-0/+7
* Fix problems with vertex program protocolIan Romanick2006-08-311-17/+17
* remove assertion that referenced &glSetFenceNV for debug testBrian Paul2006-08-291-1/+0
* Deprecate GL_EXT_vertex_weighting.Ian Romanick2006-08-296-966/+912
* More static dispatch function removal.Ian Romanick2006-08-293-249/+370
* Add two new gl_function methods. dispatch_name returns the name ofIan Romanick2006-08-286-220/+208
* Add dependencies for all API XML files.Ian Romanick2006-08-281-2/+6
* Explicitly store the names for each function that should have a staticIan Romanick2006-08-266-30/+41
* Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick2006-08-253-81/+108
* Add missing enums for GL_SGI_color_table.Ian Romanick2006-08-251-0/+45
* GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick2006-08-246-981/+948
* Add a new offset mode to the GL API XML. This mode, called "assign,"Ian Romanick2006-08-2410-6199/+5364
* Fix some problems with the generation of the size tables. EnableIan Romanick2006-08-241-7/+13
* New script and API description file to enable generate of GLX protocolIan Romanick2006-08-234-3/+629
* Correct the name of the GL_NV_texture_expand_normal extension.Ian Romanick2006-08-221-1/+1
* The TLS dispatch functions for x86-64 are fixed-size, just like onIan Romanick2006-08-221-18/+22
* Add new attribute called static_dispatch to the <function> element. ThisIan Romanick2006-08-2212-53/+169
* Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick2006-08-156-180/+232
* Fix long standing bug that prevented newer drivers from working withIan Romanick2006-08-111-1/+6
* Add support for GL_MESA_shader_debug.Michal Krol2006-07-301-0/+32
* Remove the extraneous GL_ prefix from the enums for GL_EXT_timer_query andIan Romanick2006-06-271-5/+5
* Thread safety for Win32. SourceForge bug #1507315.Brian Paul2006-06-163-22/+37
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-127-180/+281
* Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg2006-04-172-0/+8
* added 'const' (Dan Schikore)Brian Paul2006-04-131-1/+1
* regenerate SPARC assembly dispatch (bug 6484)Brian Paul2006-04-071-0/+5
* Fixes to silence warnings in code generated by glapi scripts.Kristian Høgsberg2006-03-294-2/+12
* assorted code clean-ups, comments, etc.Brian Paul2006-03-151-41/+26
* remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa...Brian Paul2006-03-151-1/+0
* Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXTBrian Paul2006-03-152-16/+15
* Set always_array=true for glGenProgramsNV (Dave Reveman)Brian Paul2006-03-141-2/+2
* Later versions of Python handle formats like '% 5u' differently. ForIan Romanick2006-03-063-4/+4
* Generate server-side GLX protocol decode functions using the 'make server'Ian Romanick2006-03-063-2/+588
* New comments. Use tuples () instead of lists [] in a few places.Brian Paul2006-03-011-19/+23
* Added glBlitFramebufferEXT function.Brian Paul2006-03-016-180/+217
* commit to fixup MGL namespacing for XGLDave Airlie2006-02-102-9/+11
* added wglGetExtensionsStringARBBrian Paul2006-01-251-1/+2