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
/
nouveau
/
nvc0
/
nvc0_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-6
/
+6
*
nv50,nvc0: use condition for occlusion queries when already complete
Ilia Mirkin
2019-02-06
1
-6
/
+4
*
nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATE
Rhys Perry
2018-04-07
1
-1
/
+2
*
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
2017-09-18
1
-0
/
+1
*
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
Brian Paul
2017-03-08
1
-1
/
+1
*
nvc0: set the render condition in the compute object
Ilia Mirkin
2017-02-11
1
-2
/
+10
*
nvc0: true up exposing of the HW_METRIC_QUERY_GROUP for maxwell
Ilia Mirkin
2017-01-16
1
-2
/
+2
*
nv50,nvc0: stop limiting the number of active queries to 1
Samuel Pitoiset
2016-11-02
1
-8
/
+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
/
+6
*
nvc0: expose SM35 perf counters to AMD_performance_monitor
Samuel Pitoiset
2016-03-10
1
-2
/
+2
*
nvc0: rework the driver metrics infrastructure
Samuel Pitoiset
2016-03-10
1
-8
/
+2
*
nvc0: rework the MP counters infrastructure
Samuel Pitoiset
2016-03-10
1
-13
/
+3
*
nvc0: add support for ARB_query_buffer_object
Ilia Mirkin
2016-02-04
1
-1
/
+20
*
nouveau: remove use of deprecated nouveau_device::drm_version
Ben Skeggs
2015-12-22
1
-1
/
+1
*
nvc0: expose a group of performance metrics for SM30 (Kepler)
Samuel Pitoiset
2015-12-05
1
-1
/
+7
*
gallium: add the concept of batch queries
Nicolai Hähnle
2015-11-20
1
-0
/
+1
*
gallium: remove pipe_driver_query_group_info field type
Nicolai Hähnle
2015-11-20
1
-4
/
+0
*
nv50,nvc0: disable render condition around clear_* functions
Ilia Mirkin
2015-11-14
1
-0
/
+1
*
nvc0: expose a group of performance metrics on Fermi
Samuel Pitoiset
2015-10-29
1
-1
/
+13
*
nvc0: move SW/HW queries info to their respective files
Samuel Pitoiset
2015-10-16
1
-177
/
+8
*
nvc0: enable compute support by default on Fermi
Samuel Pitoiset
2015-10-16
1
-2
/
+1
*
nvc0: allow only one active query for the MP counters group
Samuel Pitoiset
2015-10-16
1
-11
/
+9
*
nvc0: move HW SM queries to nvc0_query_hw_sm.c/h files
Samuel Pitoiset
2015-10-09
1
-7
/
+8
*
nvc0: move HW queries to nvc0_query_hw.c/h files
Samuel Pitoiset
2015-10-09
1
-1095
/
+27
*
nvc0: move SW queries to nvc0_query_sw.c/h files
Samuel Pitoiset
2015-10-09
1
-38
/
+31
*
nvc0: move nvc0_so_target_save_offset() to its correct location
Samuel Pitoiset
2015-10-09
1
-21
/
+0
*
nvc0: add a header file for nvc0_query
Samuel Pitoiset
2015-10-09
1
-32
/
+5
*
nvc0: change prefix of MP performance counters to HW_SM
Samuel Pitoiset
2015-08-29
1
-62
/
+62
*
nvc0: sort performance counter queries by name
Samuel Pitoiset
2015-08-29
1
-94
/
+94
*
nvc0: make names of performance counter queries consistent
Samuel Pitoiset
2015-08-29
1
-28
/
+28
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-4
/
+4
*
nouveau: use bool instead of boolean
Samuel Pitoiset
2015-07-21
1
-42
/
+42
*
nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_data
Ilia Mirkin
2015-06-23
1
-0
/
+1
*
nvc0: do not expose MP counters for nvf0 (GK110+)
Samuel Pitoiset
2015-05-14
1
-39
/
+50
*
nvc0: all queries use an unsigned 64-bits integer by default
Samuel Pitoiset
2015-05-06
1
-5
/
+7
*
nvc0: make begin_query return false when all MP counters are used
Samuel Pitoiset
2015-05-06
1
-5
/
+8
*
nvc0: define driver-specific query groups
Samuel Pitoiset
2015-05-06
1
-0
/
+67
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-1
/
+2
*
gallium: replace pipe_driver_query_info::max_value by a union
Samuel Pitoiset
2015-05-06
1
-4
/
+5
*
gallium: add new fields to pipe_driver_query_info
Samuel Pitoiset
2015-05-06
1
-4
/
+2
*
nvc0: fix wrong max value for driver queries
Samuel Pitoiset
2015-03-09
1
-4
/
+3
*
nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediately
Tiziano Bacocco
2015-02-10
1
-0
/
+4
*
nvc0: use 64-bit math when scaling the query results
Ilia Mirkin
2014-09-08
1
-4
/
+4
*
nvc0: Handle ARB_conditional_render_inverted and enable it
Tobias Klausmann
2014-08-19
1
-28
/
+33
*
nvc0: allocate more space before a counter is configured
Samuel Pitoiset
2014-07-08
1
-2
/
+3
*
nvc0: expose 4 vertex streams, use stream ids in xfb
Ilia Mirkin
2014-07-01
1
-0
/
+1
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-1
/
+1
*
nv50,nvc0: leave queries on during blit, turn them on for 2d engine
Ilia Mirkin
2014-05-11
1
-1
/
+4
*
Move nv30, nv50 and nvc0 to nouveau.
Johannes Obermayr
2013-09-11
1
-0
/
+1448