summaryrefslogtreecommitdiff
path: root/src/mesa/main/occlude.c
AgeCommit message (Expand)Author
2005-08-27check the Ready flag when getting GL_QUERY_RESULT_ARBBrian Paul
2005-08-27Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul
2004-08-14fix some memory leaks (bug #1002030)Brian Paul
2004-03-02added missing error check in _mesa_BeginQueryARB (Cedric Gautier). minor cle...Brian Paul
2003-11-28more tweaks to error checking and reportingBrian Paul
2003-11-28if id==0 in glGetQueryObject, raise GL_INVALID_OPERATIONBrian Paul
2003-11-28fix an error testBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz
2003-07-22Restore more code lost during last big merge.Brian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul