aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/queryobj.c
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-1/+1
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-211-0/+1
* mesa: don't ever bind NullBufferObj for glBindBuffer targetsMarek Olšák2020-04-061-1/+1
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* mesa: allow bit queries for EXT_disjoint_timer_queryTapani Pälli2019-11-151-4/+14
* Revert "mesa: allow bit queries for EXT_disjoint_timer_query"Tapani Pälli2019-11-141-14/+4
* mesa: allow bit queries for EXT_disjoint_timer_queryTapani Pälli2019-11-141-4/+14
* mesa: use _mesa_delete_query in driversYevhenii Kolesnikov2019-08-071-2/+7
* mesa/main: fixup requirements for GL_PRIMITIVES_GENERATEDErik Faye-Lund2018-11-261-0/+1
* mesa/main: remove overly strict query-validationErik Faye-Lund2018-11-231-14/+0
* mesa/main: fix validation of GL_TIMESTAMPErik Faye-Lund2018-11-231-1/+2
* mesa/main: fix validation of ARB_query_buffer_objectErik Faye-Lund2018-11-231-2/+2
* mesa/main: fix validation of transform-feedback overflow queriesErik Faye-Lund2018-11-231-2/+2
* mesa/main: fix validation of transform-feedback queriesErik Faye-Lund2018-11-231-2/+3
* mesa/main: fix validation of GL_TIME_ELAPSEDErik Faye-Lund2018-11-231-1/+2
* mesa/main: fix validation of GL_ANY_SAMPLES_PASSED_CONSERVATIVEErik Faye-Lund2018-11-231-2/+2
* mesa/main: fix validation of GL_ANY_SAMPLES_PASSEDErik Faye-Lund2018-11-231-1/+2
* mesa/main: fix validation of GL_SAMPLES_PASSEDErik Faye-Lund2018-11-231-1/+2
* mesa/main: simplify pipeline-statistics query validationErik Faye-Lund2018-11-231-2/+1
* mesa/main: use non-prefixed enums for consistencyErik Faye-Lund2018-11-231-33/+33
* mesa: remove incorrect change for EXT_disjoint_timer_queryMarek Olšák2018-08-231-2/+1
* mesa: Return number of result bits for GL_ANY_SAMPLES_PASSED_CONSERVATIVEDanylo Piliaiev2018-06-271-0/+1
* mesa: include dispatch.h lessMarek Olšák2018-04-121-1/+0
* mesa: GL_EXT_disjoint_timer_query extension API bitsTapani Pälli2017-12-151-1/+2
* mesa: enum checks for GL_EXT_occlusion_query_booleanTapani Pälli2017-10-251-0/+44
* mesa: don't lock hashtables that are not shared across contextsTimothy Arceri2017-04-221-4/+4
* mesa: Track transform feedback overflow query objects.Rafael Antognolli2017-02-211-0/+21
* 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