| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/queryobject: return INVALID_VALUE if offset < 0 (v2) | Dave Airlie | 2016-05-23 | 1 | -0/+5 |
* | mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results | Ilia Mirkin | 2016-02-09 | 1 | -5/+0 |
* | mesa: add core implementation of ARB_query_buffer_object | Ilia Mirkin | 2016-02-04 | 1 | -147/+138 |
* | mesa: add _mesa_has_tessellation | Marek Olšák | 2015-07-23 | 1 | -1/+1 |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 1 | -14/+14 |
* | Revert "mesa: Add ARB_direct_state_access checks in query object functions" | Ian Romanick | 2015-05-28 | 1 | -7/+0 |
* | mesa: Add ARB_direct_state_access checks in query object functions | Fredrik Höglund | 2015-05-14 | 1 | -0/+7 |
* | main/queryobj: add GL_QUERY_TARGET support to GetQueryObjectiv() | Martin Peres | 2015-05-06 | 1 | -0/+12 |
* | main: Added entry points for glGetQueryBufferObject* | Martin Peres | 2015-03-25 | 1 | -0/+39 |
* | main: Added entry point for glCreateQueries | Martin Peres | 2015-03-25 | 1 | -7/+69 |
* | main: replace tabs by 8 spaces in bufferobj.c | Martin Peres | 2015-03-25 | 1 | -8/+8 |
* | mesa: move declaration before code | Brian Paul | 2015-02-27 | 1 | -2/+3 |
* | mesa: Return error if BeginQuery is called with an existing object of differe... | Eduardo Lima Mitev | 2015-02-24 | 1 | -0/+16 |
* | mesa: Return INVALID_OPERATION when querying a never bound Query obj | Eduardo Lima Mitev | 2015-02-24 | 1 | -4/+4 |
* | mesa: Add support for the ARB_pipeline_statistics_query extension | Ben Widawsky | 2015-02-17 | 1 | -0/+89 |
* | mesa: Enable simultaneous queries on different streams. | Iago Toral Quiroga | 2014-06-30 | 1 | -8/+9 |
* | mesa: Include stream information in indexed queries. | Iago Toral Quiroga | 2014-06-30 | 1 | -0/+1 |
* | Remove error when calling glGenQueries/glDeleteQueries while a query is active | Carl Worth | 2013-10-28 | 1 | -15/+10 |
* | mesa: Ensure gl_query_object is fully initialized. | Vinson Lee | 2013-09-06 | 1 | -1/+1 |
* | mesa: free object labels when deleting | Timothy Arceri | 2013-09-04 | 1 | -0/+1 |
* | mesa: Set query->EverBound in glQueryCounter(). | Kenneth Graunke | 2013-08-25 | 1 | -0/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functions | Marek Olšák | 2013-04-24 | 1 | -3/+4 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Add a new QueryCounter() hook for TIMESTAMP queries. | Kenneth Graunke | 2013-03-01 | 1 | -3/+8 |
* | mesa: Initially populate the display list with the exec list. | Eric Anholt | 2013-01-21 | 1 | -27/+0 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -10/+0 |
* | queryobj: Add EverBound flag, making ISQuery() return false before BeginQuery() | Carl Worth | 2013-01-15 | 1 | -3/+18 |
* | Update comment to specify actual text being referenced from the specification. | Carl Worth | 2013-01-15 | 1 | -1/+6 |
* | mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query target | Ian Romanick | 2013-01-11 | 1 | -2/+10 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -1/+1 |
* | mesa: Require gen'd names in glBeginQuery on ES 3.0. | Kenneth Graunke | 2012-11-19 | 1 | -1/+1 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -20/+20 |
* | mesa: Fix typo in glDeleteQueriesARB debug message. | Kenneth Graunke | 2012-11-08 | 1 | -1/+1 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -14/+14 |
* | mesa: Fix core GL genned-name handling for glBeginQuery(). | Eric Anholt | 2012-11-04 | 1 | -5/+11 |
* | _mesa_create_exec_table: GLES3 fixes. | Paul Berry | 2012-10-23 | 1 | -8/+12 |
* | mesa: Return 0 for GL_CURRENT_QUERY with a mismatched query target. | Eric Anholt | 2012-10-22 | 1 | -1/+1 |
* | mesa: Refuse to EndQuery with a mismatched query target. | Eric Anholt | 2012-10-22 | 1 | -0/+10 |
* | mesa: Throw an error for a new query on an already-active query target. | Eric Anholt | 2012-10-22 | 1 | -0/+13 |
* | mesa: remove FEATURE_EXT_transform_feedback define. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
* | mesa: remove FEATURE_queryobj define. | Oliver McFadden | 2012-09-15 | 1 | -6/+0 |
* | mesa: Add constants for the GL_QUERY_COUNTER_BITS per target. | Eric Anholt | 2012-08-26 | 1 | -1/+36 |
* | mesa: implement indexed query functions from ARB_transform_feedback3 | Marek Olšák | 2012-07-12 | 1 | -15/+67 |
* | mesa: implement TIMESTAMP query and glQueryCounter | Marek Olšák | 2012-07-10 | 1 | -6/+72 |
* | mesa: make query object API functions static | Brian Paul | 2011-05-26 | 1 | -6/+6 |
* | mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objects | Brian Paul | 2011-03-11 | 1 | -0/+1 |