summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
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
2005-12-07Updates for GL_EXT_timer_query:Brian Paul
2005-12-02Fix build issues on x86-64 due to missing include path inIan Romanick
2005-11-04remove unneeded HIDDEN definition (bug 4956)Brian Paul
2005-11-02implement USE_MGL_NAMESPACE for x86-64 dispatch code (Mark Bolstad)Brian Paul
2005-10-20restore FASTCALL stuffBrian Paul
2005-10-20Disable the FASTCALL optimization because it still breaks server-side GLX.Brian Paul
2005-10-11ifdef out some code to make glapi.c linkable in libglx.so (on theIan Romanick
2005-10-10Add 'get' data for glGetFramebufferAttachmentParameterivEXT enums.Ian Romanick
2005-10-03Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". ThisIan Romanick
2005-10-03Remove the non-existant --get-alias-set option from the help text.Ian Romanick
2005-09-23 Committing in .Jouk Jansen
2005-09-05remove _swrast_DrawBufferKarl Schultz
2005-08-26/dri/msgAdam Jackson
2005-08-26Fix the scripts for the cygwin & mingw changesAlan Hourihane
2005-08-11Remove the logic that determines at compile time whether or not HAVE_ALIASIan Romanick
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick
2005-08-09Add rules and target to build src/mesa/x86-64/glapi_x86-64.S.Ian Romanick
2005-08-08s/Disaptch/Dispatch/ (bug 3918)Brian Paul
2005-08-05Fix recent problems with display lists and other parts of the code.Ian Romanick
2005-08-03Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-28Fix SPARC assembly for 64-bitIan Romanick
2005-07-18Missed this on the previous commit.Ian Romanick
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2005-07-02Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick