summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
2004-10-02put glapi_x86.S into the x86/ directoryBrian Paul
2004-10-02remove unused413 stuff, glDrawBuffersARB uses that slot nowBrian Paul
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-09-10More updates for Doxygen.Brian Paul
2004-09-09Another attempt at fixing name mangling and gl__unused413().Brian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-08-25regenerated with license infoBrian Paul
2004-08-25Makefile for python-generated files (Ian Romanick)Brian Paul
2004-08-25use version generated from the XML databaseBrian Paul
2004-08-25fix MGL namespace warning (patch 1014800)Brian Paul
2004-08-25return type for MapBuffer was not specifiedBrian Paul
2004-08-25Fix mgl name mangling (patch 1014800)Brian Paul
2004-08-17Fixed an assembler warning / error (depending on the version of GAS used).Ian Romanick
2004-08-14BeOS's _glthread_DECLARE_STATIC_MUTEX() couldn't be used outside a functionPhilippe Houdoin
2004-07-06correct X86_DISPATCH_FUNCTION_SIZE if THREADS is definedRoland Scheidegger
2004-07-05Fix typos in comments.Ian Romanick
2004-07-05Another "if it ain't broke, don't fix it" moment. Revert some moreIan Romanick
2004-07-05fixed non-threaded codepathDaniel Borca
2004-07-02put back the correct dispatcher for non-threaded builds.Daniel Borca
2004-07-02Fix a potential race condition. Fix a couple of places whereIan Romanick
2004-07-01Make sure THREADS is set no matter which threading model is selected.Ian Romanick
2004-06-30Add infrastructure for t_vertex.c codegen. Add an example driverKeith Whitwell
2004-06-29First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick
2004-05-27Modify glprocs.h to have two tables instead of one. The first tableIan Romanick
2004-05-27Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick
2004-05-25Modify the generate assembly code to not use global registers %g2,Ian Romanick
2004-05-24Fixed a bug that caused every dispatch function to call glNewList.Ian Romanick
2004-05-24Generates assembly dispatch stubs for SPARC. Generates different outputIan Romanick
2004-05-21s/sop/rop/ in a couple places to fix some bugs. Added some parameterIan Romanick
2004-05-20Added all of the missing ARB extensions. Added all the enums andIan Romanick
2004-05-19Added some in-code documentation. Modifed glParameter to be aIan Romanick
2004-05-19Re-ordered categories. Added extension number information.Ian Romanick
2004-05-18New scripts for processing the XML version of APIspec. Mail is beingIan Romanick
2004-05-10fixed bugs in fxddtex.cDaniel Borca
2004-04-23minor fixes for entrypoint name manglingBrian Paul
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2004-01-14Generate mesa.def file for Windows.Karl Schultz
2004-01-07no-op table on par with main dispatcherDaniel Borca
2003-12-05don't include GL/gl.h, define GLAPIENTRYP if not definedBrian Paul
2003-12-01fix __sparc_v9__ test to exclude linux (bug 852204)Brian Paul
2003-11-24oops, fix glitches in 1.5 functionsBrian Paul
2003-11-24generate the OpenGL 1.5 entrypointsBrian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-10-23more MinGW fixesDaniel Borca
2003-10-22More SciTech SNAP updates. Some of these files didn't really change, butKendall Bennett
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-10-14Updates to x86 assembler support for Open Watcom and SNAPKendall Bennett
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-08-30Generate browse info for Debug version.Karl Schultz