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
/
state_tracker
/
st_cb_queryobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: check return value of begin/end_query
Nicolai Hähnle
2016-04-21
1
-22
/
+33
*
st/mesa: make use of the occlusion predicate query
Ilia Mirkin
2016-02-09
1
-2
/
+10
*
st/mesa: add query buffer support
Ilia Mirkin
2016-02-04
1
-1
/
+96
*
gallium/st: add pipe_context::get_timestamp()
Brian Paul
2015-09-02
1
-2
/
+11
*
st/mesa: add ARB_pipeline_statistics_query support
Ilia Mirkin
2015-02-18
1
-4
/
+54
*
mesa/st: add vertex stream support
Ilia Mirkin
2014-07-01
1
-1
/
+1
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-3
/
+3
*
st/mesa: add null pointer checking in query object functions
Brian Paul
2014-03-26
1
-2
/
+16
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
st/mesa: remove #include mfeatures.h
Brian Paul
2013-04-09
1
-1
/
+0
*
mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query target
Ian Romanick
2013-01-11
1
-0
/
+1
*
mesa/st: Implement GL_TIME_ELAPSED w/ PIPE_QUERY_TIMESTAMP.
José Fonseca
2012-12-20
1
-18
/
+67
*
mesa: remove FEATURE_queryobj define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
st/mesa: implement ARB_timer_query
Marek Olšák
2012-07-10
1
-0
/
+14
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
1
-2
/
+2
*
st/mesa: flush bitmap cache on query and conditional render boundaries
Vadim Girlin
2011-07-13
1
-0
/
+5
*
st/mesa: add st_BeginQuery() case for GL_ANY_SAMPLES_PASSED
Brian Paul
2011-01-12
1
-0
/
+2
*
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-10-27
1
-1
/
+0
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-6
/
+6
*
gallium: EXT_timer_query support.
Mathias Fröhlich
2010-05-17
1
-0
/
+3
*
st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.
Chia-I Wu
2010-05-12
1
-0
/
+4
*
st/mesa: update query code for transform feedback
Brian Paul
2010-05-11
1
-3
/
+25
*
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-5
/
+5
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
st/mesa: replace conditional with assertion
Brian Paul
2010-02-17
1
-7
/
+2
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
st/mesa: Remove unnecessary header from st_cb_queryobj.c.
Vinson Lee
2010-01-15
1
-1
/
+0
*
|
st/mesa: move st_query_object type to header to make it public
Brian Paul
2009-12-31
1
-17
/
+0
|
/
*
mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker
Brian Paul
2009-02-12
1
-1
/
+1
*
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-12
1
-1
/
+1
*
gallium: remove stray comment
Brian Paul
2008-04-07
1
-5
/
+1
*
Rework gallium and mesa queries a little.
Keith Whitwell
2007-12-11
1
-19
/
+49
*
Implement query object interface.
Brian
2007-09-11
1
-7
/
+76
*
Begin/EndQuery functions
Brian
2007-08-11
1
-0
/
+76