| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: don't lock hashtables that are not shared across contexts | Timothy Arceri | 2017-04-22 | 1 | -1/+1 |
* | main: Added entry points for glGetQueryBufferObject* | Martin Peres | 2015-03-25 | 1 | -0/+12 |
* | main: Added entry point for glCreateQueries | Martin Peres | 2015-03-25 | 1 | -0/+2 |
* | 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: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Initially populate the display list with the exec list. | Eric Anholt | 2013-01-21 | 1 | -4/+0 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -10/+10 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -0/+29 |
* | _mesa_create_exec_table: GLES3 fixes. | Paul Berry | 2012-10-23 | 1 | -1/+2 |
* | mesa: remove FEATURE_queryobj define. | Oliver McFadden | 2012-09-15 | 1 | -22/+0 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -4/+4 |
* | mesa: make query object API functions static | Brian Paul | 2011-05-26 | 1 | -18/+0 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -4/+4 |
* | mesa: Remove unused _MESA_INIT_*_FUNCTIONS. | Chia-I Wu | 2010-09-14 | 1 | -13/+0 |
* | mesa: Add dummy _mesa_lookup_query_object to queryobj.h. | Chia-I Wu | 2010-05-12 | 1 | -0/+6 |
* | mesa: make _mesa_lookup_query_object() an non-private inline function | Brian Paul | 2009-12-31 | 1 | -0/+10 |
* | mesa/main: New feature FEATURE_queryobj. | Chia-I Wu | 2009-09-30 | 1 | -19/+40 |
* | mesa: make query-related driver fallback functions static | Brian Paul | 2009-06-19 | 1 | -16/+1 |
* | mesa: add default function for ctx->Driver.CheckQuery() hook | Brian Paul | 2009-06-11 | 1 | -0/+3 |
* | mesa: add missing GLcontext param to _mesa_delete_query(). | Brian Paul | 2008-10-06 | 1 | -1/+1 |
* | mesa: improved driver query interface | Keith Whitwell | 2008-09-21 | 1 | -2/+15 |
* | Rename occlude.[ch] to queryobj.[ch] to better reflect contents. | Brian | 2007-04-21 | 1 | -0/+70 |