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
/
radeon
/
r600_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: don't flush CB/DB caches for timestamp queries
Marek Olšák
2016-04-18
1
-2
/
+2
*
gallium/radeon: remove R600_QUERY_HW_FLAG_TIMER
Marek Olšák
2016-04-12
1
-3
/
+1
*
gallium/radeon: merge timer and non-timer query lists
Marek Olšák
2016-04-12
1
-52
/
+13
*
r600g: implement set_active_query_state for pausing occlusion queries
Marek Olšák
2016-04-12
1
-6
/
+0
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+6
*
radeonsi: disable perfect ZPASS counts for PIPE_QUERY_OCCLUSION_PREDICATE
Marek Olšák
2016-04-07
1
-2
/
+10
*
radeon/r600_query.c: Minor style fix
Edward O'Callaghan
2016-03-27
1
-1
/
+1
*
gallium/radeon: rename & reorder members of radeon_info
Marek Olšák
2016-02-05
1
-8
/
+8
*
gallium/radeon: add GPIN driver query group
Nicolai Hähnle
2016-02-05
1
-3
/
+77
*
gallium/radeon: fix regression in a number of driver queries
Nicolai Hähnle
2015-12-21
1
-3
/
+3
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
1
-2
/
+2
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
radeonsi: implement AMD_performance_monitor for CIK+
Nicolai Hähnle
2015-11-25
1
-3
/
+18
*
radeon: scale query buffer size to result size
Nicolai Hähnle
2015-11-25
1
-1
/
+1
*
radeon: re-prepare query buffers on begin_query for predicate queries
Nicolai Hähnle
2015-11-20
1
-15
/
+17
*
radeon: reset query buffers for PIPE_QUERY_TIMESTAMP
Nicolai Hähnle
2015-11-20
1
-8
/
+18
*
radeon: count cs dwords separately for query begin and end
Nicolai Hähnle
2015-11-18
1
-14
/
+19
*
radeon: expose r600_query_hw functions for reuse
Nicolai Hähnle
2015-11-18
1
-14
/
+17
*
radeon: implement r600_query_hw_get_result via function pointers
Nicolai Hähnle
2015-11-18
1
-99
/
+90
*
radeon: split hw query buffer handling from cs emit
Nicolai Hähnle
2015-11-18
1
-81
/
+113
*
radeon: convert hardware queries to the new style
Nicolai Hähnle
2015-11-18
1
-148
/
+133
*
radeon: convert software queries to the new style
Nicolai Hähnle
2015-11-18
1
-172
/
+194
*
radeon: add query handler function pointers
Nicolai Hähnle
2015-11-18
1
-7
/
+50
*
radeon: move R600_QUERY_* constants into a new query header file
Nicolai Hähnle
2015-11-18
1
-0
/
+1
*
radeon: cleanup driver query list
Nicolai Hähnle
2015-11-18
1
-29
/
+55
*
radeon: move get_driver_query_info to r600_query.c
Nicolai Hähnle
2015-11-18
1
-0
/
+49
*
gallium/radeon: shorten render_cond variable names
Marek Olšák
2015-11-13
1
-7
/
+7
*
gallium/radeon: remove predicate_drawing flag
Marek Olšák
2015-11-13
1
-1
/
+0
*
gallium/radeon: atomize render condition (SET_PREDICATION)
Marek Olšák
2015-11-13
1
-38
/
+37
*
gallium/radeon: don't use PREDICATION_OP_CLEAR
Marek Olšák
2015-11-13
1
-36
/
+24
*
gallium/radeon: inline the r600_rings structure
Marek Olšák
2015-11-13
1
-8
/
+8
*
gallium/radeon: fix PIPE_QUERY_GPU_FINISHED
Marek Olšák
2015-11-13
1
-1
/
+1
*
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
2015-10-03
1
-4
/
+5
*
radeonsi: remove no-op 32-bit masking
Marek Olšák
2015-08-29
1
-2
/
+2
*
gallium/radeon: fix the ADDRESS_HI mask for EVENT_WRITE CIK packets
Marek Olšák
2015-08-29
1
-8
/
+8
*
gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interface
Marek Olšák
2015-08-07
1
-1
/
+1
*
radeonsi: add a HUD query showing the number of shaders created
Marek Olšák
2015-08-06
1
-0
/
+9
*
radeonsi: add a HUD query showing the number of compiler invocations
Marek Olšák
2015-08-06
1
-0
/
+9
*
gallium/radeon: switch the buffer-wait-time query to microseconds
Marek Olšák
2015-08-06
1
-2
/
+2
*
gallium/radeon: suspend timer queries between IBs
Marek Olšák
2015-08-06
1
-18
/
+50
*
radeon: add streamout status 1-3 queries.
Dave Airlie
2015-07-29
1
-2
/
+16
*
r600,radeonsi: GL_ARB_conditional_render_inverted
Edward O'Callaghan
2015-07-29
1
-9
/
+13
*
gallium/radeon: remove buffer_unmap calls that can potentially decrease perf
Marek Olšák
2015-07-23
1
-5
/
+0
*
r600g: Fix Clang return-type build error.
Vinson Lee
2015-05-06
1
-1
/
+1
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-8
/
+10
*
r600g,radeonsi: add a driver query returning GPU load
Marek Olšák
2015-04-28
1
-0
/
+11
*
r600g,radeonsi: add driver queries for GPU temperature and shader+memory clocks
Marek Olšák
2015-04-28
1
-0
/
+21
*
r600g,radeonsi: fix streamout after pipeline stats have been used
Marek Olšák
2015-02-24
1
-12
/
+1
*
r600g,radeonsi: use fences to implement PIPE_QUERY_GPU_FINISHED
Marek Olšák
2015-02-17
1
-9
/
+13
*
r600g,radeonsi: demote TIMESTAMP_DISJOINT query to be a software query
Marek Olšák
2015-02-17
1
-14
/
+13
[next]