summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
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
2005-07-01Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, andBrian Paul
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-24Ignore files generated as part of the build process.Ian Romanick
2005-06-24Fix non-x86 specific builds. The changes from glTexImage3DEXT toIan Romanick
2005-06-24Fixed the XCB implementation when always_array is true, thanks to Ian Romanic...Jeremy Kolb
2005-06-22Mark GenQueriesARB at 'always_array="true"'. This eliminates the needIan Romanick
2005-06-22Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou...Jeremy Kolb
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick
2005-06-20ran "make" after update to glX_proto_send.py.Jeremy Kolb
2005-06-20Fixed some issues where XCB replies were being freed and data was not being c...Jeremy Kolb
2005-05-26Fix gl_enums.py so that enums that are listed with the same name inIan Romanick