summaryrefslogtreecommitdiff
path: root/src/mesa/main/queryobj.h
AgeCommit message (Collapse)Author
2009-12-31mesa: make _mesa_lookup_query_object() an non-private inline functionBrian Paul
2009-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu
It merges FEATURE_ARB_occlusion_query and FEATURE_EXT_timer_query, and follows the feature conventions.
2009-06-19mesa: make query-related driver fallback functions staticBrian Paul
Plug them in via _mesa_init_query_object_functions().
2009-06-11mesa: add default function for ctx->Driver.CheckQuery() hookBrian Paul
2008-10-06mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul
Fixes vtk crash and others.
2008-09-21mesa: improved driver query interfaceKeith Whitwell
Brought over from gallium-0.2 branch.
2007-04-21Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian