summaryrefslogtreecommitdiff
path: root/src/mesa/main/occlude.c
AgeCommit message (Collapse)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
objects for future types of queries.
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 ↵Brian Paul
clean-ups.
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
points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler.
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ↵Karl Schultz
explicit casts and/or tweaking constant and variable definitions.
2003-07-22Restore more code lost during last big merge.Brian Paul
Rename colortable-related functions.
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