summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/queryobj.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/queryobject: return INVALID_VALUE if offset < 0 (v2)Dave Airlie2016-05-231-0/+5
* mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED resultsIlia Mirkin2016-02-091-5/+0
* mesa: add core implementation of ARB_query_buffer_objectIlia Mirkin2016-02-041-147/+138
* mesa: add _mesa_has_tessellationMarek Olšák2015-07-231-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-14/+14
* Revert "mesa: Add ARB_direct_state_access checks in query object functions"Ian Romanick2015-05-281-7/+0
* mesa: Add ARB_direct_state_access checks in query object functionsFredrik Höglund2015-05-141-0/+7
* main/queryobj: add GL_QUERY_TARGET support to GetQueryObjectiv()Martin Peres2015-05-061-0/+12
* main: Added entry points for glGetQueryBufferObject*Martin Peres2015-03-251-0/+39
* main: Added entry point for glCreateQueriesMartin Peres2015-03-251-7/+69
* main: replace tabs by 8 spaces in bufferobj.cMartin Peres2015-03-251-8/+8
* mesa: move declaration before codeBrian Paul2015-02-271-2/+3
* mesa: Return error if BeginQuery is called with an existing object of differe...Eduardo Lima Mitev2015-02-241-0/+16
* mesa: Return INVALID_OPERATION when querying a never bound Query objEduardo Lima Mitev2015-02-241-4/+4
* mesa: Add support for the ARB_pipeline_statistics_query extensionBen Widawsky2015-02-171-0/+89
* mesa: Enable simultaneous queries on different streams.Iago Toral Quiroga2014-06-301-8/+9
* mesa: Include stream information in indexed queries.Iago Toral Quiroga2014-06-301-0/+1
* 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