summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/queryobj.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: s/INLINE/inline/Brian Paul2011-10-011-4/+4
* mesa: make query object API functions staticBrian Paul2011-05-261-18/+0
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu2010-09-141-13/+0
* mesa: Add dummy _mesa_lookup_query_object to queryobj.h.Chia-I Wu2010-05-121-0/+6
* 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
* mesa: make query-related driver fallback functions staticBrian Paul2009-06-191-16/+1
* 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
* mesa: improved driver query interfaceKeith Whitwell2008-09-211-2/+15
* Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian2007-04-211-0/+70