summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/occlude.c
Commit message (Expand)AuthorAgeFilesLines
* added FEATURE_EXT_timer_query and testsBrian Paul2006-08-171-0/+12
* use _mesa_HashDeleteAll()Brian Paul2006-06-301-14/+15
* silence -pedantic warningBrian Paul2006-04-141-0/+1
* Updates for GL_EXT_timer_query:Brian Paul2005-12-071-4/+97
* make lookup_query_object() staticBrian Paul2005-09-121-1/+1
* commentsBrian Paul2005-09-021-2/+2
* Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul2005-09-021-42/+81
* check the Ready flag when getting GL_QUERY_RESULT_ARBBrian Paul2005-08-271-0/+15
* Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul2005-08-271-73/+99
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-251-4/+2
* fix some memory leaks (bug #1002030)Brian Paul2004-08-141-15/+39
* added missing error check in _mesa_BeginQueryARB (Cedric Gautier). minor cle...Brian Paul2004-03-021-10/+7
* more tweaks to error checking and reportingBrian Paul2003-11-281-7/+8
* if id==0 in glGetQueryObject, raise GL_INVALID_OPERATIONBrian Paul2003-11-281-6/+9
* fix an error testBrian Paul2003-11-281-1/+1
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-8/+8
* Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz2003-08-301-1/+1
* Restore more code lost during last big merge.Brian Paul2003-07-221-0/+14
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-1/+1
* Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul2003-06-131-0/+314