summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/queryobj.c
Commit message (Expand)AuthorAgeFilesLines
* Remove error when calling glGenQueries/glDeleteQueries while a query is activeCarl Worth2013-10-281-15/+10
* mesa: Ensure gl_query_object is fully initialized.Vinson Lee2013-09-061-1/+1
* mesa: free object labels when deletingTimothy Arceri2013-09-041-0/+1
* mesa: Set query->EverBound in glQueryCounter().Kenneth Graunke2013-08-251-0/+1
* 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: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functionsMarek Olšák2013-04-241-3/+4
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Add a new QueryCounter() hook for TIMESTAMP queries.Kenneth Graunke2013-03-011-3/+8
* mesa: Initially populate the display list with the exec list.Eric Anholt2013-01-211-27/+0
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-10/+0
* queryobj: Add EverBound flag, making ISQuery() return false before BeginQuery()Carl Worth2013-01-151-3/+18
* Update comment to specify actual text being referenced from the specification.Carl Worth2013-01-151-1/+6
* mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query targetIan Romanick2013-01-111-2/+10
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* mesa: Require gen'd names in glBeginQuery on ES 3.0.Kenneth Graunke2012-11-191-1/+1
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-20/+20
* mesa: Fix typo in glDeleteQueriesARB debug message.Kenneth Graunke2012-11-081-1/+1
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-14/+14
* mesa: Fix core GL genned-name handling for glBeginQuery().Eric Anholt2012-11-041-5/+11
* _mesa_create_exec_table: GLES3 fixes.Paul Berry2012-10-231-8/+12
* mesa: Return 0 for GL_CURRENT_QUERY with a mismatched query target.Eric Anholt2012-10-221-1/+1
* mesa: Refuse to EndQuery with a mismatched query target.Eric Anholt2012-10-221-0/+10
* mesa: Throw an error for a new query on an already-active query target.Eric Anholt2012-10-221-0/+13
* mesa: remove FEATURE_EXT_transform_feedback define.Oliver McFadden2012-09-151-2/+0
* mesa: remove FEATURE_queryobj define.Oliver McFadden2012-09-151-6/+0
* mesa: Add constants for the GL_QUERY_COUNTER_BITS per target.Eric Anholt2012-08-261-1/+36
* mesa: implement indexed query functions from ARB_transform_feedback3Marek Olšák2012-07-121-15/+67
* mesa: implement TIMESTAMP query and glQueryCounterMarek Olšák2012-07-101-6/+72
* mesa: make query object API functions staticBrian Paul2011-05-261-6/+6
* mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objectsBrian Paul2011-03-111-0/+1
* 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