summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
2000-06-12changed dispatch of GL_EXT_vertex_array functionsBrian Paul
2000-05-24replaced assertion with a conditional in _glapi_add_entrypoint()Brian Paul
2000-05-19changed internalFormat to GLenum in TexImage4DSGI and all compressed textimag...Brian Paul
2000-05-19added const to compressed tex image functionsBrian Paul
2000-05-18added glTbufferMask3DFX(), enabled texture compression functionsBrian Paul
2000-05-18bunch of updates to static_functions[]Brian Paul
2000-05-18added tbuffer and compressed teximage extension functionsBrian Paul
2000-05-11generate X86 dispatch codeBrian Paul
2000-05-11recover from offset=? condition, code clean-upBrian Paul
2000-05-11recover from offset=? conditionBrian Paul
2000-04-10added some more functionsBrian Paul
2000-03-29renamed mesaStrDup() to str_dup()Brian Paul
2000-03-27Updated to compile under Irix 6.5Randy Frank
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-02-24now using SGI-specified dispatch orderBrian Paul
2000-02-24now generated with Python scriptBrian Paul
2000-02-24bunch of dispatch and extension-related changesBrian Paul
2000-02-24added some error checkingBrian Paul
2000-02-23changed a GLuint to GLintBrian Paul
2000-02-23fixed a few glitchesBrian Paul
2000-02-22sort the offsets by numberBrian Paul
2000-02-22initial check-inBrian Paul
2000-02-12always include thread.hBrian Paul
2000-02-12added more error checking to _glapi_add_entrypoint()Brian Paul
2000-02-12clean-upBrian Paul
2000-02-11fixed WIN32_THREADS errorBrian Paul
2000-02-11added code for all GL_MESA_window_pos functionsBrian Paul
2000-02-10THREADS now defined by glthread.h, added more prototypesBrian Paul
2000-02-10changed thread TSD initializationBrian Paul
2000-02-10added support for XFree86 threads. misc clean-upBrian Paul
2000-02-03 Committing in .Jouk Jansen
2000-02-02replace offset with functionOffset in generate_entrypoint()Brian Paul
2000-02-01added normal, vertex, viewport message stringsBrian Paul
2000-02-01added more message stringsBrian Paul
2000-01-31added Mutex macrosBrian Paul
2000-01-31removed unneeded \n charsBrian Paul
2000-01-31added more function templates, changed message formatBrian Paul
2000-01-31fixed protos for glTexImage3DEXT and GetDetailTexFuncSGISBrian Paul
2000-01-31added Josh's dynamic display assembly generatorBrian Paul
2000-01-28renamed _glapi_CurrentContext to _glapi_ContextBrian Paul
2000-01-28removed actual GL entrypoints (glapitemp.h)Brian Paul
2000-01-28added default template macrosBrian Paul
2000-01-28updated commentsBrian Paul
2000-01-27include conf.h if HAVE_CONFIG_H definedBrian Paul
2000-01-17disabled X86-optimized dispatch when using XF86DRI (temporary)Brian Paul
2000-01-17added _glapi_DispatchBrian Paul
2000-01-17renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-upBrian Paul
2000-01-16x86 assembly dispatchJosh Vanderhoof
2000-01-14minor change for DEBUG buildsBrian Paul
2000-01-10added printf-message to dispatch templatesBrian Paul