summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/queryobj.h
Commit message (Expand)AuthorAgeFilesLines
* main: Added entry points for glGetQueryBufferObject*Martin Peres2015-03-251-0/+12
* main: Added entry point for glCreateQueriesMartin Peres2015-03-251-0/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Initially populate the display list with the exec list.Eric Anholt2013-01-211-4/+0
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-10/+10
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-0/+29
* _mesa_create_exec_table: GLES3 fixes.Paul Berry2012-10-231-1/+2
* mesa: remove FEATURE_queryobj define.Oliver McFadden2012-09-151-22/+0
* 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