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
/
svga
/
svga_pipe_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: add num-commands-per-draw HUD query
Brian Paul
2018-01-17
1
-0
/
+8
*
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
2017-09-18
1
-1
/
+6
*
drivers/svga, winsys/svga/drm: Thread through timeout for fence_finish
Sinclair Yeh
2017-07-17
1
-3
/
+6
*
svga: add new num-failed-allocations HUD query
Brian Paul
2017-06-16
1
-0
/
+7
*
svga: Support accelerated conditional blitting
Thomas Hellstrom
2017-06-16
1
-0
/
+40
*
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
Brian Paul
2017-03-08
1
-1
/
+1
*
svga: Add render_condition boolean flag in struct svga_context
Neha Bhende
2016-11-03
1
-0
/
+2
*
svga: Implement the pipe clear_render_target functionality v2
Thomas Hellstrom
2016-11-03
1
-0
/
+2
*
svga: skip query flush if we already have the query result
Brian Paul
2016-09-17
1
-5
/
+5
*
svga: remove unneeded svga_context_flush() in svga_end_query()
Brian Paul
2016-09-17
1
-5
/
+0
*
svga: use SVGA3D_QUERYTYPE_MAX for svga query type check
Charmaine Lee
2016-09-17
1
-3
/
+3
*
svga: split the num-resources-mapped hud to textures & buffers
Charmaine Lee
2016-09-17
1
-7
/
+16
*
svga: loosen the condition to flush in get_query_result_vgpu10()
Brian Paul
2016-08-26
1
-1
/
+1
*
svga: fix vgpu10 query fencing
Brian Paul
2016-08-26
1
-11
/
+11
*
svga: initialize a variable to silence a gcc warning
Brian Paul
2016-08-17
1
-1
/
+1
*
svga: don't call os_get_time() when not needed by Gallium HUD
Brian Paul
2016-08-16
1
-2
/
+5
*
svga: Fix failures caused in fedora 24
Neha Bhende
2016-06-30
1
-5
/
+11
*
svga: remove unneeded casts in get_query_result_vgpu9() calls
Brian Paul
2016-05-27
1
-2
/
+2
*
svga: fix assert with PIPE_QUERY_OCCLUSION_PREDICATE for non-vgpu10
Charmaine Lee
2016-04-25
1
-23
/
+20
*
svga: separate HUD counters for state objects
Brian Paul
2016-04-25
1
-1
/
+6
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
1
-1
/
+2
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+7
*
svga: minor formatting fix, comment addition
Brian Paul
2016-03-21
1
-1
/
+4
*
svga: add a few more resource updates HUD query
Charmaine Lee
2016-03-21
1
-0
/
+36
*
svga: add new num-readbacks HUD query
Charmaine Lee
2016-03-21
1
-0
/
+9
*
svga: add new surface-write-flushes HUD query
Brian Paul
2016-03-07
1
-0
/
+9
*
svga: add new flush-time HUD query
Brian Paul
2016-03-07
1
-0
/
+9
*
svga: add new command-buffer-size HUD query
Brian Paul
2016-03-04
1
-0
/
+9
*
svga: reorder SVGA_QUERY_ switch cases to match declaration order
Brian Paul
2016-03-04
1
-9
/
+9
*
svga: add num-generate-mipmap HUD query
Charmaine Lee
2016-01-14
1
-0
/
+7
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-5
/
+5
*
svga: Don't return value from void function.
Jose Fonseca
2015-11-27
1
-1
/
+2
*
svga: add num-bytes-uploaded HUD query
Brian Paul
2015-11-20
1
-0
/
+9
*
svga: add new GALLIUM_HUD queries
Neha Bhende
2015-10-16
1
-16
/
+81
*
svga: update driver for version 10 GPU interface
Brian Paul
2015-09-02
1
-121
/
+871
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
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
/
+3
*
svga: null out query's hwbuf pointer after destroying
Brian Paul
2014-03-26
1
-0
/
+1
*
svga: add some debug_printf() calls in the query object code
Brian Paul
2014-03-26
1
-2
/
+6
*
svga: whitespace, comment fixes in svga_pipe_query.c
Brian Paul
2013-04-19
1
-41
/
+49
*
svga: add new memory-used HUD query
Brian Paul
2013-04-03
1
-0
/
+11
*
svga: add HUD queries for number of draw calls, number of fallbacks
Brian Paul
2013-04-03
1
-0
/
+27
*
svga: refactor occlusion query code
Brian Paul
2013-04-03
1
-94
/
+124
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
1
-3
/
+3
*
winsys/svga: Update to vmwgfx kernel module 2.1
Thomas Hellstrom
2011-09-29
1
-1
/
+1
*
gallium: adjust the query interface to support custom types
Zack Rusin
2010-06-08
1
-2
/
+3
*
svga: Remove the screen private context.
José Fonseca
2010-05-03
1
-1
/
+2
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-2
/
+2
*
svga: Remove unnecessary headers.
Vinson Lee
2010-01-21
1
-1
/
+0
[next]