summaryrefslogtreecommitdiff
path: root/src/mesa/main/queryobj.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-22mesa: don't lock hashtables that are not shared across contextsTimothy Arceri1-1/+1
2015-03-25main: Added entry points for glGetQueryBufferObject*Martin Peres1-0/+12
2015-03-25main: Added entry point for glCreateQueriesMartin Peres1-0/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Initially populate the display list with the exec list.Eric Anholt1-4/+0
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-10/+10
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-0/+29
2012-10-23_mesa_create_exec_table: GLES3 fixes.Paul Berry1-1/+2
2012-09-15mesa: remove FEATURE_queryobj define.Oliver McFadden1-22/+0
2011-10-01mesa: s/INLINE/inline/Brian Paul1-4/+4
2011-05-26mesa: make query object API functions staticBrian Paul1-18/+0
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-09-14mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu1-13/+0
2010-05-12mesa: Add dummy _mesa_lookup_query_object to queryobj.h.Chia-I Wu1-0/+6
2009-12-31mesa: make _mesa_lookup_query_object() an non-private inline functionBrian Paul1-0/+10
2009-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu1-19/+40
2009-06-19mesa: make query-related driver fallback functions staticBrian Paul1-16/+1
2009-06-11mesa: add default function for ctx->Driver.CheckQuery() hookBrian Paul1-0/+3
2008-10-06mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul1-1/+1
2008-09-21mesa: improved driver query interfaceKeith Whitwell1-2/+15
2007-04-21Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian1-0/+70