summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* added proxy texture targets to GetColorTableParameter (Steven Fuller)Brian Paul2000-02-281-1/+10
* add callbacks for stippleKeith Whitwell2000-02-274-5/+15
* changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul2000-02-273-6/+6
* patched for NetBSD support (Allen Briggs)Brian Paul2000-02-271-2/+3
* inserted a tabBrian Paul2000-02-251-2/+2
* 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
* 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
* 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
* added some error checkingBrian Paul2000-02-241-3/+11
* use quotes for gl.h and glext.h includesBrian Paul2000-02-241-3/+3
* added more extension entrypointsBrian Paul2000-02-241-1/+300
* changed glXCopyContext()'s mask to unsigned longBrian Paul2000-02-233-7/+8
* 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
* include GL/glext.hBrian Paul2000-02-231-1/+2
* sort the offsets by numberBrian Paul2000-02-221-4/+14
* initial check-inBrian Paul2000-02-222-0/+390
* fixed bug in 24bpp ximage pixel addressingBrian Paul2000-02-221-3/+3
* disabled an fprintf in FX_grSstQueryHardware()Brian Paul2000-02-221-0/+2
* added aatriangle.c sourceBrian Paul2000-02-213-3/+6
* fixed off by one error in matrix stack depths (Eero Pajarre)Brian Paul2000-02-211-4/+4
* fixed minor bug in copytexsubimage_error_check()Brian Paul2000-02-211-2/+2
* fixed bug in GL_UNSIGNED_INT_10_10_10_2 unpackingBrian Paul2000-02-211-11/+25
* fixed GL_SRC_ALPHA_SATURATE bug, lots clean-upBrian Paul2000-02-211-26/+27
* added CHAN_MAX, CHAN_MAXFBrian Paul2000-02-211-2/+3
* removed driver RendererString() and ExtensionString() funcsBrian Paul2000-02-172-55/+27
* replaced gl_ggiRendererString() with gl_ggiGetString()Brian Paul2000-02-171-3/+6
* replaced renderer_string() with get_string() funcBrian Paul2000-02-171-6/+14
* update fog near/far bug fixBrian Paul2000-02-162-47/+37
* updated with changes from DRI project CVSBrian Paul2000-02-166-29/+63
* initialize fxMesa->verbose with MESA_FX_INFO env varBrian Paul2000-02-131-0/+5
* always include thread.hBrian Paul2000-02-121-3/+1
* added more error checking to _glapi_add_entrypoint()Brian Paul2000-02-121-7/+14
* now using dynamically allocated api dispatch tablesBrian Paul2000-02-123-216/+229
* clean-upBrian Paul2000-02-122-23/+67
* always include <float.h>Brian Paul2000-02-121-3/+4
* fixed reference count but in DeleteTextures()Brian Paul2000-02-121-10/+13