summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/occlude.c
Commit message (Expand)AuthorAgeFilesLines
* 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