summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/occlude.c
Commit message (Collapse)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
| | | | | New GLint64EXT and GLuint64EXT types (use C99's long long types). New glGetQueryObject[u]i64vEXT() functions.
* 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 ↵Brian Paul2005-09-021-42/+81
| | | | | | yet). Extends the query mechanism to query elapsed time while rendering.
* 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
| | | | objects for future types of queries.
* 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 ↵Brian Paul2004-03-021-10/+7
| | | | clean-ups.
* 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
| | | | | points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler.
* Silence compiler warnings about implicit casts or conversions by supplying ↵Karl Schultz2003-08-301-1/+1
| | | | explicit casts and/or tweaking constant and variable definitions.
* Restore more code lost during last big merge.Brian Paul2003-07-221-0/+14
| | | | Rename colortable-related functions.
* 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