Age | Commit message (Expand) | Author |
2006-08-24 | Add a new offset mode to the GL API XML. This mode, called "assign," | Ian Romanick |
2006-08-24 | Fix some problems with the generation of the size tables. Enable | Ian Romanick |
2006-08-23 | New script and API description file to enable generate of GLX protocol | Ian Romanick |
2006-08-22 | Correct the name of the GL_NV_texture_expand_normal extension. | Ian Romanick |
2006-08-22 | The TLS dispatch functions for x86-64 are fixed-size, just like on | Ian Romanick |
2006-08-22 | Add new attribute called static_dispatch to the <function> element. This | Ian Romanick |
2006-08-15 | Add support for GL_EXT_gpu_program_parameters. Any driver that enables | Ian Romanick |
2006-08-11 | Fix long standing bug that prevented newer drivers from working with | Ian Romanick |
2006-07-30 | Add support for GL_MESA_shader_debug. | Michal Krol |
2006-06-27 | Remove the extraneous GL_ prefix from the enums for GL_EXT_timer_query and | Ian Romanick |
2006-06-16 | Thread safety for Win32. SourceForge bug #1507315. | Brian Paul |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-04-17 | Add .note.GNU-stack section to assembler files to avoid the default behavior | Kristian Høgsberg |
2006-04-13 | added 'const' (Dan Schikore) | Brian Paul |
2006-04-07 | regenerate SPARC assembly dispatch (bug 6484) | Brian Paul |
2006-03-29 | Fixes to silence warnings in code generated by glapi scripts. | Kristian Høgsberg |
2006-03-15 | assorted code clean-ups, comments, etc. | Brian Paul |
2006-03-15 | remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa... | Brian Paul |
2006-03-15 | Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXT | Brian Paul |
2006-03-14 | Set always_array=true for glGenProgramsNV (Dave Reveman) | Brian Paul |
2006-03-06 | Later versions of Python handle formats like '% 5u' differently. For | Ian Romanick |
2006-03-06 | Generate server-side GLX protocol decode functions using the 'make server' | Ian Romanick |
2006-03-01 | New comments. Use tuples () instead of lists [] in a few places. | Brian Paul |
2006-03-01 | Added glBlitFramebufferEXT function. | Brian Paul |
2006-02-10 | commit to fixup MGL namespacing for XGL | Dave Airlie |
2006-01-25 | added wglGetExtensionsStringARB | Brian Paul |
2005-12-07 | Updates for GL_EXT_timer_query: | Brian Paul |
2005-12-02 | Fix build issues on x86-64 due to missing include path in | Ian Romanick |
2005-11-04 | remove unneeded HIDDEN definition (bug 4956) | Brian Paul |
2005-11-02 | implement USE_MGL_NAMESPACE for x86-64 dispatch code (Mark Bolstad) | Brian Paul |
2005-10-20 | restore FASTCALL stuff | Brian Paul |
2005-10-20 | Disable the FASTCALL optimization because it still breaks server-side GLX. | Brian Paul |
2005-10-11 | ifdef out some code to make glapi.c linkable in libglx.so (on the | Ian Romanick |
2005-10-10 | Add 'get' data for glGetFramebufferAttachmentParameterivEXT enums. | Ian Romanick |
2005-10-03 | Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". This | Ian Romanick |
2005-10-03 | Remove the non-existant --get-alias-set option from the help text. | Ian Romanick |
2005-09-23 | Committing in . | Jouk Jansen |
2005-09-05 | remove _swrast_DrawBuffer | Karl Schultz |
2005-08-26 | /dri/msg | Adam Jackson |
2005-08-26 | Fix the scripts for the cygwin & mingw changes | Alan Hourihane |
2005-08-11 | Remove the logic that determines at compile time whether or not HAVE_ALIAS | Ian Romanick |
2005-08-10 | Remove _glapi_check_multithread from the interface exported by the loader to | Ian Romanick |
2005-08-09 | Add rules and target to build src/mesa/x86-64/glapi_x86-64.S. | Ian Romanick |
2005-08-08 | s/Disaptch/Dispatch/ (bug 3918) | Brian Paul |
2005-08-05 | Fix recent problems with display lists and other parts of the code. | Ian Romanick |
2005-08-03 | Convert all instances of XTHREADS to USE_XTHREADS. This fixes one of | Ian Romanick |
2005-07-28 | Major rip-up of internal function insertion interface. The old | Ian Romanick |
2005-07-28 | Fix SPARC assembly for 64-bit | Ian Romanick |
2005-07-18 | Missed this on the previous commit. | Ian Romanick |
2005-07-18 | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick |