summaryrefslogtreecommitdiff
path: root/src/mesa/main/queryobj.h
AgeCommit message (Expand)Author
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-14mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu
2010-05-12mesa: Add dummy _mesa_lookup_query_object to queryobj.h.Chia-I Wu
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
2009-06-19mesa: make query-related driver fallback functions staticBrian Paul
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
2008-09-21mesa: improved driver query interfaceKeith Whitwell
2007-04-21Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian