summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
2006-10-13Fix dumb build errors.Ian Romanick
2006-10-13include glapi.h to fix broken buildBrian Paul
2006-10-12remove some debug code invalidated by prev check-inBrian Paul
2006-10-11Fix bug #4681.Ian Romanick
2006-10-11List of source (.c) files in each directory.Brian Paul
2006-10-09Updates for XCB. Bug 8560.Ian Romanick
2006-10-04Changes to generated code caused by the previous commits.Ian Romanick
2006-10-04Fix the ordering of extensions.Ian Romanick
2006-10-04Keep indentation consistent with indent.Ian Romanick
2006-10-04Divide categories into four groups as they are processed from the XML. AddIan Romanick
2006-10-04Add utility method client_supported_for_indirect.Ian Romanick
2006-09-26Added function convertStringForXCB. Deals with the recent XCB naming convent...Jeremy Kolb
2006-09-14Use correct opcodes for GLX_EXT_texture_from_pixmap.Ian Romanick
2006-08-31Add API description for GLX_SGI_swap_control.Ian Romanick
2006-08-31Fix problems with vertex program protocolIan Romanick
2006-08-29remove assertion that referenced &glSetFenceNV for debug testBrian Paul
2006-08-29Deprecate GL_EXT_vertex_weighting.Ian Romanick
2006-08-29More static dispatch function removal.Ian Romanick
2006-08-28Add two new gl_function methods. dispatch_name returns the name ofIan Romanick
2006-08-28Add dependencies for all API XML files.Ian Romanick
2006-08-26Explicitly store the names for each function that should have a staticIan Romanick
2006-08-25Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick
2006-08-25Add missing enums for GL_SGI_color_table.Ian Romanick
2006-08-24GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick
2006-08-24Add a new offset mode to the GL API XML. This mode, called "assign,"Ian Romanick
2006-08-24Fix some problems with the generation of the size tables. EnableIan Romanick
2006-08-23New script and API description file to enable generate of GLX protocolIan Romanick
2006-08-22Correct the name of the GL_NV_texture_expand_normal extension.Ian Romanick
2006-08-22The TLS dispatch functions for x86-64 are fixed-size, just like onIan Romanick
2006-08-22Add new attribute called static_dispatch to the <function> element. ThisIan Romanick
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick
2006-08-11Fix long standing bug that prevented newer drivers from working withIan Romanick
2006-07-30Add support for GL_MESA_shader_debug.Michal Krol
2006-06-27Remove the extraneous GL_ prefix from the enums for GL_EXT_timer_query andIan Romanick
2006-06-16Thread safety for Win32. SourceForge bug #1507315.Brian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-04-17Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg
2006-04-13added 'const' (Dan Schikore)Brian Paul
2006-04-07regenerate SPARC assembly dispatch (bug 6484)Brian Paul
2006-03-29Fixes to silence warnings in code generated by glapi scripts.Kristian Høgsberg
2006-03-15assorted code clean-ups, comments, etc.Brian Paul
2006-03-15remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa...Brian Paul
2006-03-15Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXTBrian Paul
2006-03-14Set always_array=true for glGenProgramsNV (Dave Reveman)Brian Paul
2006-03-06Later versions of Python handle formats like '% 5u' differently. ForIan Romanick
2006-03-06Generate server-side GLX protocol decode functions using the 'make server'Ian Romanick
2006-03-01New comments. Use tuples () instead of lists [] in a few places.Brian Paul
2006-03-01Added glBlitFramebufferEXT function.Brian Paul
2006-02-10commit to fixup MGL namespacing for XGLDave Airlie
2006-01-25added wglGetExtensionsStringARBBrian Paul