index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
queryobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-1
/
+1
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
1
-0
/
+1
*
mesa: don't ever bind NullBufferObj for glBindBuffer targets
Marek Olšák
2020-04-06
1
-1
/
+1
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
mesa: allow bit queries for EXT_disjoint_timer_query
Tapani Pälli
2019-11-15
1
-4
/
+14
*
Revert "mesa: allow bit queries for EXT_disjoint_timer_query"
Tapani Pälli
2019-11-14
1
-14
/
+4
*
mesa: allow bit queries for EXT_disjoint_timer_query
Tapani Pälli
2019-11-14
1
-4
/
+14
*
mesa: use _mesa_delete_query in drivers
Yevhenii Kolesnikov
2019-08-07
1
-2
/
+7
*
mesa/main: fixup requirements for GL_PRIMITIVES_GENERATED
Erik Faye-Lund
2018-11-26
1
-0
/
+1
*
mesa/main: remove overly strict query-validation
Erik Faye-Lund
2018-11-23
1
-14
/
+0
*
mesa/main: fix validation of GL_TIMESTAMP
Erik Faye-Lund
2018-11-23
1
-1
/
+2
*
mesa/main: fix validation of ARB_query_buffer_object
Erik Faye-Lund
2018-11-23
1
-2
/
+2
*
mesa/main: fix validation of transform-feedback overflow queries
Erik Faye-Lund
2018-11-23
1
-2
/
+2
*
mesa/main: fix validation of transform-feedback queries
Erik Faye-Lund
2018-11-23
1
-2
/
+3
*
mesa/main: fix validation of GL_TIME_ELAPSED
Erik Faye-Lund
2018-11-23
1
-1
/
+2
*
mesa/main: fix validation of GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Erik Faye-Lund
2018-11-23
1
-2
/
+2
*
mesa/main: fix validation of GL_ANY_SAMPLES_PASSED
Erik Faye-Lund
2018-11-23
1
-1
/
+2
*
mesa/main: fix validation of GL_SAMPLES_PASSED
Erik Faye-Lund
2018-11-23
1
-1
/
+2
*
mesa/main: simplify pipeline-statistics query validation
Erik Faye-Lund
2018-11-23
1
-2
/
+1
*
mesa/main: use non-prefixed enums for consistency
Erik Faye-Lund
2018-11-23
1
-33
/
+33
*
mesa: remove incorrect change for EXT_disjoint_timer_query
Marek Olšák
2018-08-23
1
-2
/
+1
*
mesa: Return number of result bits for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Danylo Piliaiev
2018-06-27
1
-0
/
+1
*
mesa: include dispatch.h less
Marek Olšák
2018-04-12
1
-1
/
+0
*
mesa: GL_EXT_disjoint_timer_query extension API bits
Tapani Pälli
2017-12-15
1
-1
/
+2
*
mesa: enum checks for GL_EXT_occlusion_query_boolean
Tapani Pälli
2017-10-25
1
-0
/
+44
*
mesa: don't lock hashtables that are not shared across contexts
Timothy Arceri
2017-04-22
1
-4
/
+4
*
mesa: Track transform feedback overflow query objects.
Rafael Antognolli
2017-02-21
1
-0
/
+21
*
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
[next]