aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/queryobj.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Add dummy _mesa_lookup_query_object to queryobj.h.Chia-I Wu2010-05-121-0/+6
| | | | This allows condrender.c to be compiled without FEATURE_queryobj.
* mesa: make _mesa_lookup_query_object() an non-private inline functionBrian Paul2009-12-311-0/+10
|
* mesa/main: New feature FEATURE_queryobj.Chia-I Wu2009-09-301-19/+40
| | | | | It merges FEATURE_ARB_occlusion_query and FEATURE_EXT_timer_query, and follows the feature conventions.
* mesa: make query-related driver fallback functions staticBrian Paul2009-06-191-16/+1
| | | | Plug them in via _mesa_init_query_object_functions().
* mesa: add default function for ctx->Driver.CheckQuery() hookBrian Paul2009-06-111-0/+3
|
* mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul2008-10-061-1/+1
| | | | Fixes vtk crash and others.
* mesa: improved driver query interfaceKeith Whitwell2008-09-211-2/+15
| | | | Brought over from gallium-0.2 branch.
* Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian2007-04-211-0/+70