summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)AuthorFilesLines
2005-12-07Updates for GL_EXT_timer_query:Brian Paul6-180/+232
2005-12-02Fix build issues on x86-64 due to missing include path inIan Romanick1-1/+1
2005-11-04remove unneeded HIDDEN definition (bug 4956)Brian Paul1-14/+0
2005-11-02implement USE_MGL_NAMESPACE for x86-64 dispatch code (Mark Bolstad)Brian Paul1-5/+14
2005-10-20restore FASTCALL stuffBrian Paul1-3/+5
2005-10-20Disable the FASTCALL optimization because it still breaks server-side GLX.Brian Paul1-5/+3
2005-10-11ifdef out some code to make glapi.c linkable in libglx.so (on theIan Romanick1-1/+5
2005-10-10Add 'get' data for glGetFramebufferAttachmentParameterivEXT enums.Ian Romanick2-6/+16
2005-10-03Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". ThisIan Romanick2-2/+4
2005-10-03Remove the non-existant --get-alias-set option from the help text.Ian Romanick1-11/+30
2005-09-23 Committing in .Jouk Jansen1-1/+1
2005-09-05remove _swrast_DrawBufferKarl Schultz1-2/+1
2005-08-26/dri/msgAdam Jackson2-2/+2
2005-08-26Fix the scripts for the cygwin & mingw changesAlan Hourihane2-2/+8
2005-08-11Remove the logic that determines at compile time whether or not HAVE_ALIASIan Romanick2-21/+0
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick5-286/+62
2005-08-09Add rules and target to build src/mesa/x86-64/glapi_x86-64.S.Ian Romanick1-0/+4
2005-08-08s/Disaptch/Dispatch/ (bug 3918)Brian Paul1-1/+1
2005-08-05Fix recent problems with display lists and other parts of the code.Ian Romanick4-9/+475
2005-08-03Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick4-6/+6
2005-07-28Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick8-116/+1939
2005-07-28Fix SPARC assembly for 64-bitIan Romanick2-21/+22
2005-07-18Missed this on the previous commit.Ian Romanick1-0/+2498
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick3-12/+102
2005-07-02Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick2-4/+314
2005-07-01Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, andBrian Paul1-3/+3
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2-0/+293
2005-06-24Ignore files generated as part of the build process.Ian Romanick1-0/+11
2005-06-24Fix non-x86 specific builds. The changes from glTexImage3DEXT toIan Romanick5-109/+117
2005-06-24Fixed the XCB implementation when always_array is true, thanks to Ian Romanic...Jeremy Kolb1-1/+2
2005-06-22Mark GenQueriesARB at 'always_array="true"'. This eliminates the needIan Romanick2-2/+2
2005-06-22Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou...Jeremy Kolb1-1/+1
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick19-3448/+3832
2005-06-20ran "make" after update to glX_proto_send.py.Jeremy Kolb1-397/+397
2005-06-20Fixed some issues where XCB replies were being freed and data was not being c...Jeremy Kolb1-4/+2
2005-05-26Fix gl_enums.py so that enums that are listed with the same name inIan Romanick1-2/+9
2005-05-26Minor correction to EXT_framebuffer_object XML. Fix gl_table.py so that itIan Romanick4-7/+7
2005-05-26Make a couple minor corrections to gl_API.xml. Fixes the name of anIan Romanick3-11/+11
2005-05-25Fix a couple typeos in enum names.Ian Romanick1-2/+2
2005-05-24moved to windows build dirKarl Schultz1-124/+0
2005-05-16another GLX / XCB patch (Jeremy Kolb)Brian Paul1-4/+4
2005-05-07Patches for XCB (Jeremy Kolb)Brian Paul1-5/+60
2005-04-28Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell1-1/+1
2005-04-28Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell1-1/+1
2005-04-18If the file name passed to parse_GL_API is None or "-", read from standardIan Romanick1-1/+7
2005-04-18Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick12-141/+29
2005-04-18Fill-in function offsets and correct a couple typos.Ian Romanick1-25/+28
2005-04-18Convert all Python scripts to use XML namespaces.Ian Romanick12-92/+106
2005-04-18Move the DTD to its own file.Ian Romanick2-122/+121
2005-04-15Reverted the last change back to fix bug 3035Ben Crossman1-1/+1