summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2000-03-17added missing error checksBrian Paul
2000-03-17removed old Depth buffer pointer varBrian Paul
2000-03-16fix for tristrip bug and unfilled quad/polygon bugKeith Whitwell
2000-03-13removed old commentBrian Paul
2000-03-13fixed polygon stipple packing/unpackingBrian Paul
2000-03-13 Committing in .Jouk Jansen
2000-03-11initial implementation of GL_HP_occlusion_test extensionBrian Paul
2000-03-10glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functionsBrian Paul
2000-03-07removed Driver.UseGlobalTexturePalette()Brian Paul
2000-03-07minor clean-upBrian Paul
2000-03-07implemented FX_grSstPerfStats()Brian Paul
2000-03-07added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul
2000-03-07made gl_make_fog_coords() staticBrian Paul
2000-03-07added target parameter to Driver.TexEnv()Brian Paul
2000-03-06fixed off-by-one errors in matrix stack setup/cleanupBrian Paul
2000-03-03removed obsolete logicop functionBrian Paul
2000-03-03added LineWidth device driver functionBrian Paul
2000-03-03depth buffer change, BGR/RGB setup changeBrian Paul
2000-03-03clean-up warningsBrian Paul
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-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-02-28added proxy texture targets to GetColorTableParameter (Steven Fuller)Brian Paul
2000-02-27add callbacks for stippleKeith Whitwell
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul
2000-02-27patched for NetBSD support (Allen Briggs)Brian Paul
2000-02-25inserted a tabBrian 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-25new fxDDClear(), fxDDDrawBitmp(), example extension registration codeBrian Paul
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
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-24added some error checkingBrian Paul
2000-02-24use quotes for gl.h and glext.h includesBrian Paul
2000-02-24added more extension entrypointsBrian Paul
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian 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-23include GL/glext.hBrian Paul
2000-02-22sort the offsets by numberBrian Paul
2000-02-22initial check-inBrian Paul