summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-03-03save ColorTable and ColorSubTable commandsBrian Paul
2000-03-03moved device driver DrawPixels callBrian Paul
2000-03-03added device driver ReadPixels and CopyPixels functionsBrian Paul
2000-03-03removed GLX_VERSION_1_3 for nowBrian Paul
2000-03-03changes to _WIN32 test and APIENTRY testBrian Paul
2000-03-02minor clean-upBrian Paul
2000-03-01simplification of GLNAME macro setup (David Dawes)Brian Paul
2000-03-01inserted static const in make_null_texture()Brian Paul
2000-03-01minor reformattingBrian Paul
2000-03-01added readpix programBrian Paul
2000-03-01test glDraw/Read/CopyPixels()Brian Paul
2000-03-01added GL_GLEXT_VERSION_EXTBrian Paul
2000-03-01test for GL 1.2Brian Paul
2000-02-28added proxy texture targets to GetColorTableParameter (Steven Fuller)Brian Paul
2000-02-28added GL_BGR and GL_BGRA supportBrian Paul
2000-02-27add callbacks for stippleKeith Whitwell
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul
2000-02-27added a bit of GLAPIENTRY, APIENTRY setupBrian Paul
2000-02-27patched for NetBSD support (Allen Briggs)Brian Paul
2000-02-26added all the PFNGL...PROC typedefsBrian Paul
2000-02-25fixed bug when using display listsBrian Paul
2000-02-25added GL_HAS_GLEXTBrian Paul
2000-02-25inserted a tabBrian Paul
2000-02-25removed the GET_BITS_PER_PIXEL macroBrian Paul
2000-02-25added XMesaUnbindContext (for DRI)Brian Paul
2000-02-25changed glXCopyContext mask back to GLuintBrian Paul
2000-02-25changed glXCopyContext's mask to unsigned longBrian Paul
2000-02-25fixed front/back buffer stride problem for XF86DRIBrian Paul
2000-02-25 Committing in .Jouk Jansen
VMS & type-mismatch problems Modified Files: Mesa/include/GL/glext.h Mesa/include/GL/glx.h ----------------------------------------------------------------------
2000-02-25added note about double buffering for in-window renderingBrian Paul
2000-02-25new fxDDClear(), fxDDDrawBitmp(), example extension registration codeBrian Paul
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
mechanism. LogicOp state change callback
2000-02-24now using SGI-specified dispatch orderBrian Paul
2000-02-24now generated with Python scriptBrian Paul
2000-02-24added more entrypointsBrian Paul
2000-02-24bunch of dispatch and extension-related changesBrian Paul
2000-02-24bunch of extension clean-upBrian Paul
2000-02-24added some error checkingBrian Paul
2000-02-24use quotes for gl.h and glext.h includesBrian Paul
2000-02-24added missing backslash on line 483Brian Paul
2000-02-24added more extension entrypointsBrian Paul
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul
2000-02-23fixed problem in print_extension_list() when ext ended in a spaceBrian Paul
2000-02-23GL_EXT_blend_color is now DEFAULT_ONBrian Paul
2000-02-23changed a GLuint to GLintBrian Paul
2000-02-23fixed a few glitchesBrian Paul
2000-02-23fixed a typo in GL_MESA_resize_buffersBrian Paul
2000-02-23include GL/glext.hBrian Paul
2000-02-23added a bunch of extensionsBrian Paul