summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* runtime selectable depth buffer depthBrian Paul2000-03-0315-262/+912
|
* save ColorTable and ColorSubTable commandsBrian Paul2000-03-031-3/+3
|
* moved device driver DrawPixels callBrian Paul2000-03-031-8/+8
|
* added device driver ReadPixels and CopyPixels functionsBrian Paul2000-03-031-1/+20
|
* removed GLX_VERSION_1_3 for nowBrian Paul2000-03-031-2/+1
|
* changes to _WIN32 test and APIENTRY testBrian Paul2000-03-031-2/+2
|
* minor clean-upBrian Paul2000-03-021-14/+12
|
* simplification of GLNAME macro setup (David Dawes)Brian Paul2000-03-011-4/+1
|
* inserted static const in make_null_texture()Brian Paul2000-03-011-2/+2
|
* minor reformattingBrian Paul2000-03-011-10/+9
|
* added readpix programBrian Paul2000-03-013-6/+6
|
* test glDraw/Read/CopyPixels()Brian Paul2000-03-011-0/+253
|
* added GL_GLEXT_VERSION_EXTBrian Paul2000-03-011-0/+2
|
* test for GL 1.2Brian Paul2000-03-011-3/+7
|
* added proxy texture targets to GetColorTableParameter (Steven Fuller)Brian Paul2000-02-281-1/+10
|
* added GL_BGR and GL_BGRA supportBrian Paul2000-02-281-59/+5
|
* add callbacks for stippleKeith Whitwell2000-02-274-5/+15
|
* changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul2000-02-274-8/+8
|
* added a bit of GLAPIENTRY, APIENTRY setupBrian Paul2000-02-271-0/+4
|
* patched for NetBSD support (Allen Briggs)Brian Paul2000-02-271-2/+3
|
* added all the PFNGL...PROC typedefsBrian Paul2000-02-261-159/+291
|
* fixed bug when using display listsBrian Paul2000-02-251-4/+7
|
* added GL_HAS_GLEXTBrian Paul2000-02-251-1/+2
|
* inserted a tabBrian Paul2000-02-251-2/+2
|
* removed the GET_BITS_PER_PIXEL macroBrian Paul2000-02-252-10/+2
|
* added XMesaUnbindContext (for DRI)Brian Paul2000-02-251-1/+7
|
* changed glXCopyContext mask back to GLuintBrian Paul2000-02-253-7/+6
|
* changed glXCopyContext's mask to unsigned longBrian Paul2000-02-251-3/+3
|
* fixed front/back buffer stride problem for XF86DRIBrian Paul2000-02-251-1/+6
|
* Committing in .Jouk Jansen2000-02-252-3/+10
| | | | | | | | VMS & type-mismatch problems Modified Files: Mesa/include/GL/glext.h Mesa/include/GL/glx.h ----------------------------------------------------------------------
* added note about double buffering for in-window renderingBrian Paul2000-02-251-0/+3
|
* new fxDDClear(), fxDDDrawBitmp(), example extension registration codeBrian Paul2000-02-251-181/+261
|
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-259-45/+165
| | | | | | mechanism. LogicOp state change callback
* now using SGI-specified dispatch orderBrian Paul2000-02-242-623/+960
|
* now generated with Python scriptBrian Paul2000-02-241-847/+557
|
* added more entrypointsBrian Paul2000-02-241-82/+433
|
* bunch of dispatch and extension-related changesBrian Paul2000-02-248-953/+687
|
* bunch of extension clean-upBrian Paul2000-02-241-16/+30
|
* added some error checkingBrian Paul2000-02-241-3/+11
|
* use quotes for gl.h and glext.h includesBrian Paul2000-02-241-3/+3
|
* added missing backslash on line 483Brian Paul2000-02-241-2/+2
|
* added more extension entrypointsBrian Paul2000-02-241-1/+300
|
* changed glXCopyContext()'s mask to unsigned longBrian Paul2000-02-234-10/+11
|
* fixed problem in print_extension_list() when ext ended in a spaceBrian Paul2000-02-231-1/+3
|
* GL_EXT_blend_color is now DEFAULT_ONBrian Paul2000-02-231-3/+3
|
* changed a GLuint to GLintBrian Paul2000-02-231-2/+2
|
* fixed a few glitchesBrian Paul2000-02-232-10/+10
|
* fixed a typo in GL_MESA_resize_buffersBrian Paul2000-02-231-1/+1
|
* include GL/glext.hBrian Paul2000-02-231-1/+2
|
* added a bunch of extensionsBrian Paul2000-02-231-1/+446
|