nvc0/cl: hande 64 bit pointers in nvc0_set_global_handle
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_query_hw_sm.c
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2018-09-22 Rhys Perrynvc0: Update counter reading shaders to new NVC0_CB_AUX...
2017-01-12 Samuel Pitoisetnvc0: use sched control codes for gm107 MP counters...
2016-11-10 Samuel Pitoisetnvc0: support MP performance counters on Maxwell
2016-11-05 Samuel Pitoisetnvc0: get rid of NVE4_COMPUTE_MP_PM_{A,B}_SIGSEL_XXX
2016-07-22 Samuel Pitoisetnvc0: fix offsets of MP perf counters input parameters
2016-07-11 Samuel Pitoisetnvc0: use a define for the driver constant buffer size
2016-05-26 Samuel Pitoisetnvc0: allow to monitor MP perf counters with compute...
2016-05-25 Samuel Pitoisetnvc0: add descriptions for hardware perf counters/metrics
2016-05-02 Samuel Pitoisetnv50,nvc0: re-bind old compute state after reading...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
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-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
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...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-14 Samuel Pitoisetnvc0: reduce the number of GPR used when reading MP...
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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