summaryrefslogtreecommitdiff
path: root/src/mesa/main/queryobj.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-12-18mesa: fix queryobj whitespace.Dave Airlie1-26/+26
2010-12-18mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie1-12/+31
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-10/+10
2010-03-30mesa: add new query/buffer targets for transform feedbackBrian Paul1-0/+12
2010-03-30mesa: simplify query code with get_query_binding_point()Brian Paul1-71/+47
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-1/+1
2009-12-31mesa: make _mesa_lookup_query_object() an non-private inline functionBrian Paul1-16/+7
2009-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu1-19/+29
2009-06-19mesa: make query-related driver fallback functions staticBrian Paul1-6/+18
2009-06-11mesa: add default function for ctx->Driver.CheckQuery() hookBrian Paul1-1/+15
2008-10-07mesa: Pass the context to query object delete cb to avoid null dereference.Eric Anholt1-1/+1
2008-10-06mesa: updated _mesa_delete_query() commentsBrian Paul1-2/+1
2008-10-06mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul1-1/+1
2008-09-21mesa: improved driver query interfaceKeith Whitwell1-52/+65
2007-04-21Rename occlude.[ch] to queryobj.[ch]Brian1-1/+1
2007-04-21Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian1-0/+538