fix for-loop in _mesa_GetDouble to avoid out of bounds memory read
[mesa.git] / src / mesa / main / occlude.c
2004-08-14 Brian Paulfix some memory leaks (bug #1002030)
2004-03-02 Brian Pauladded missing error check in _mesa_BeginQueryARB (Cedri...
2003-11-28 Brian Paulmore tweaks to error checking and reporting
2003-11-28 Brian Paulif id==0 in glGetQueryObject, raise GL_INVALID_OPERATION
2003-11-28 Brian Paulfix an error test
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-07-22 Brian PaulRestore more code lost during last big merge.
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).