summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
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
2003-08-27make _glapi_get_proc_address() return NULL if function doesn't start with gl ...Brian Paul
2003-08-24Fix compile problems with `glMultiModeDrawArraysIBM'Jon Smirl
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick
2003-08-19glPixelMap[f/ui/us]v()'s size parameter is GLsizei, not GLint.Brian Paul
2003-08-19simplify some python codeBrian Paul
2003-07-26VC 6 Project FileKarl Schultz
2003-07-02 Committing in .Jouk Jansen
2003-06-17 Committing in .Jouk Jansen
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul
2003-06-10moved from main/ to glapi/Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-05-10fix MapBufferARB() return typeBrian Paul
2003-04-21alias ARB/NV program functions where possibleBrian Paul
2003-03-29GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program en...Brian Paul
2003-03-29added entries for GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_f...Brian Paul
2002-12-12Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell
2002-11-30added const to castsBrian Paul
2002-11-08fixed a few category linesBrian Paul
2002-11-07added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul
2002-11-07added missing 1.4 glFogCoord functionsBrian Paul
2002-10-29added some casts for mallocs (bug 630379)Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-17s/functionOffset/offset/Brian Paul