nvc0: avoid using magic numbers for the uniform_bo offsets
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_query_hw_sm.c
2016-03-10 Samuel Pitoisetnvc0: add MP performance counters for SM35 (GK110)
2016-03-10 Samuel Pitoisetnvc0: explode config of Kepler hardware SM events
2016-03-10 Samuel Pitoisetnvc0: rework the MP counters infrastructure
2016-02-22 Samuel Pitoisetnvc0: rename NVXX_COMPUTE to NVXX_CP
2016-02-13 Samuel Pitoisetgallium: add a new interface for pipe_context::launch_g...
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device::drm_v...
2015-12-16 Samuel Pitoisetnv50,nvc0: free memory allocated by performance metrics
2015-12-15 Samuel Pitoisetnvc0: remove old comment related to metric calculations
2015-12-05 Samuel Pitoisetnvc0: remove useless counting operations for MP counters
2015-12-05 Samuel Pitoisetnvc0: remove old performance metrics support on Kepler
2015-12-05 Samuel Pitoisetnvc0: remove wrong inst_issued HW SM perf counter on...
2015-12-05 Samuel Pitoisetnvc0: add missing HW SM perf counters for SM30 (Kepler)
2015-12-05 Samuel Pitoisetnvc0: fix the comment that describe MP counters storage...
2015-11-14 Samuel Pitoisetnvc0: reduce the number of GPR used when reading MP...
2015-10-16 Samuel Pitoisetnvc0: add a note about MP counters on GF100/GF110
2015-10-16 Samuel Pitoisetnvc0: add MP counters variants for GF100/GF110
2015-10-16 Samuel Pitoisetnvc0: move SW/HW queries info to their respective files
2015-10-16 Samuel Pitoisetnvc0: read MP counters of all GPCs on Fermi
2015-10-16 Samuel Pitoisetnvc0: fix unaligned mem access when reading MP counters...
2015-10-16 Samuel Pitoisetnvc0: fix monitoring multiple MP counters queries on...
2015-10-16 Samuel Pitoisetnvc0: fix queries which use multiple MP counters on...
2015-10-16 Samuel Pitoisetnvc0: allow to use 8 MP counters on Fermi
2015-10-16 Samuel Pitoisetnvc0: fix sequence field init for MP counters on Fermi
2015-10-16 Samuel Pitoisetnvc0: correctly enable the MP counters' multiplexer...
2015-10-16 Samuel Pitoisetnvc0: rip off the kepler MP-enabling logic from the...
2015-10-16 Samuel Pitoisetnvc0: split out begin_query() hook used by MP counters
2015-10-16 Samuel Pitoisetnvc0: remove useless call to query_get_cfg() in nvc0_hw...
2015-10-09 Samuel Pitoisetnvc0: move HW SM queries to nvc0_query_hw_sm.c/h files