summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/queryobj.c
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: add/update VERBOSE_API loggingBrian Paul2011-02-081-0/+38
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: fix queryobj whitespace.Dave Airlie2010-12-181-26/+26
* mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie2010-12-181-12/+31
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* mesa: add new query/buffer targets for transform feedbackBrian Paul2010-03-301-0/+12
* mesa: simplify query code with get_query_binding_point()Brian Paul2010-03-301-71/+47
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* mesa: make _mesa_lookup_query_object() an non-private inline functionBrian Paul2009-12-311-16/+7
* mesa/main: New feature FEATURE_queryobj.Chia-I Wu2009-09-301-19/+29
* mesa: make query-related driver fallback functions staticBrian Paul2009-06-191-6/+18
* mesa: add default function for ctx->Driver.CheckQuery() hookBrian Paul2009-06-111-1/+15
* mesa: Pass the context to query object delete cb to avoid null dereference.Eric Anholt2008-10-071-1/+1
* mesa: updated _mesa_delete_query() commentsBrian Paul2008-10-061-2/+1
* mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul2008-10-061-1/+1
* mesa: improved driver query interfaceKeith Whitwell2008-09-211-52/+65
* Rename occlude.[ch] to queryobj.[ch]Brian2007-04-211-1/+1
* Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian2007-04-211-0/+538