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
/
gallium
/
drivers
/
llvmpipe
/
lp_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe/query: fix transform feedback overflow any queries.
Dave Airlie
2020-04-15
1
-30
/
+50
*
llvmpipe: report tessellation shader statistics.
Dave Airlie
2020-04-15
1
-0
/
+4
*
llvmpipe/query: add support for indexed queries
Dave Airlie
2020-02-07
1
-12
/
+13
*
llvmpipe: enable support for primitives generated outside streamout
Dave Airlie
2019-12-06
1
-0
/
+3
*
llvmpipe: disable occlusion queries when requested by state tracker
Dave Airlie
2019-12-06
1
-0
/
+2
*
llvmpipe: add queries disabled flag
Dave Airlie
2019-12-06
1
-0
/
+3
*
llvmpipe: initial query buffer object support. (v2)
Dave Airlie
2019-11-25
1
-0
/
+151
*
llvmpipe: add compute pipeline statistics support.
Dave Airlie
2019-09-04
1
-1
/
+2
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-8
/
+8
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
2017-09-18
1
-0
/
+3
*
llvmpipe: enable PIPE_CAP_QUERY_SO_OVERFLOW
Roland Scheidegger
2017-08-17
1
-0
/
+3
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
1
-1
/
+3
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+6
*
llvmpipe: (trivial) add parantheses in (!x == y) expression
Roland Scheidegger
2015-05-25
1
-1
/
+1
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-1
/
+2
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-1
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
draw: clean up setting stream out information a bit
Roland Scheidegger
2013-08-27
1
-6
/
+6
*
llvmpipe: support nested/overlapping queries for all query types
Roland Scheidegger
2013-08-27
1
-16
/
+19
*
llvmpipe: remove never reached code for timestamp queries.
Roland Scheidegger
2013-06-27
1
-2
/
+0
*
llvmpipe: add support for nested / overlapping queries
Roland Scheidegger
2013-06-26
1
-3
/
+3
*
llvmpipe: rework query logic
Roland Scheidegger
2013-06-26
1
-8
/
+7
*
llvmpipe: fix wrong results for queries not in a scene
Roland Scheidegger
2013-06-22
1
-12
/
+9
*
llvmpipe: handle more queries
Roland Scheidegger
2013-06-19
1
-2
/
+19
*
llvmpipe: fixes for conditional rendering
Roland Scheidegger
2013-06-18
1
-34
/
+43
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
1
-1
/
+2
*
llvmpipe: Fix queries when screen->num_threads == 0.
José Fonseca
2013-04-29
1
-2
/
+3
*
llvmpipe: implement so_overflow query
Zack Rusin
2013-04-26
1
-0
/
+12
*
llvmpipe: replace LP_MAX_THREADS with screen->num_threads in query code
Brian Paul
2013-04-26
1
-2
/
+4
*
draw: implement pipeline statistics in the draw module
Zack Rusin
2013-04-16
1
-0
/
+37
*
llvmpipe: implement PIPE_QUERY_SO_STATISTICS
Zack Rusin
2013-04-10
1
-0
/
+19
*
llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.
José Fonseca
2012-12-20
1
-7
/
+0
*
llvmpipe: EXT_transform_feedback support (v1.1)
Dave Airlie
2012-12-06
1
-0
/
+24
*
llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.
James Benton
2012-12-03
1
-9
/
+42
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
1
-2
/
+2
*
llvmpipe: add NV_conditional_render support.
Dave Airlie
2011-11-10
1
-0
/
+18
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-2
/
+2
*
llvmpipe: fix query bug when no there's no scene
Brian Paul
2010-09-20
1
-2
/
+3
*
llvmpipe: rearrange queries
Keith Whitwell
2010-09-07
1
-0
/
+10
*
llvmpipe: rework fences and queries
Keith Whitwell
2010-09-07
1
-25
/
+31
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-08-25
1
-1
/
+0
*
llvmpipe: fence debugging, add llvmpipe_finish
Keith Whitwell
2010-08-25
1
-20
/
+5
*
llvmpipe: wait for queries being finished when asked for it or before deletion
Roland Scheidegger
2010-07-05
1
-6
/
+26
*
gallium: adjust the query interface to support custom types
Zack Rusin
2010-06-08
1
-1
/
+2
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-06-02
1
-1
/
+0
*
llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ma...
José Fonseca
2010-05-25
1
-2
/
+3
*
llvmpipe: Fix fence wait.
José Fonseca
2010-05-06
1
-1
/
+4
*
llvmpipe: implement occlusion query
Qicheng Christopher Li
2010-05-06
1
-27
/
+58
*
llvmpipe: Rename preprocessor symbols too.
José Fonseca
2009-08-29
1
-2
/
+2
[next]