aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_query.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-6/+6
* nv50,nvc0: use condition for occlusion queries when already completeIlia Mirkin2019-02-061-6/+4
* nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATERhys Perry2018-04-071-1/+2
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-181-0/+1
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-081-1/+1
* nvc0: set the render condition in the compute objectIlia Mirkin2017-02-111-2/+10
* nvc0: true up exposing of the HW_METRIC_QUERY_GROUP for maxwellIlia Mirkin2017-01-161-2/+2
* nv50,nvc0: stop limiting the number of active queries to 1Samuel Pitoiset2016-11-021-8/+6
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+2
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+6
* nvc0: expose SM35 perf counters to AMD_performance_monitorSamuel Pitoiset2016-03-101-2/+2
* nvc0: rework the driver metrics infrastructureSamuel Pitoiset2016-03-101-8/+2
* nvc0: rework the MP counters infrastructureSamuel Pitoiset2016-03-101-13/+3
* nvc0: add support for ARB_query_buffer_objectIlia Mirkin2016-02-041-1/+20
* nouveau: remove use of deprecated nouveau_device::drm_versionBen Skeggs2015-12-221-1/+1
* nvc0: expose a group of performance metrics for SM30 (Kepler)Samuel Pitoiset2015-12-051-1/+7
* gallium: add the concept of batch queriesNicolai Hähnle2015-11-201-0/+1
* gallium: remove pipe_driver_query_group_info field typeNicolai Hähnle2015-11-201-4/+0
* nv50,nvc0: disable render condition around clear_* functionsIlia Mirkin2015-11-141-0/+1
* nvc0: expose a group of performance metrics on FermiSamuel Pitoiset2015-10-291-1/+13
* nvc0: move SW/HW queries info to their respective filesSamuel Pitoiset2015-10-161-177/+8
* nvc0: enable compute support by default on FermiSamuel Pitoiset2015-10-161-2/+1
* nvc0: allow only one active query for the MP counters groupSamuel Pitoiset2015-10-161-11/+9
* nvc0: move HW SM queries to nvc0_query_hw_sm.c/h filesSamuel Pitoiset2015-10-091-7/+8
* nvc0: move HW queries to nvc0_query_hw.c/h filesSamuel Pitoiset2015-10-091-1095/+27
* nvc0: move SW queries to nvc0_query_sw.c/h filesSamuel Pitoiset2015-10-091-38/+31
* nvc0: move nvc0_so_target_save_offset() to its correct locationSamuel Pitoiset2015-10-091-21/+0
* nvc0: add a header file for nvc0_querySamuel Pitoiset2015-10-091-32/+5
* nvc0: change prefix of MP performance counters to HW_SMSamuel Pitoiset2015-08-291-62/+62
* nvc0: sort performance counter queries by nameSamuel Pitoiset2015-08-291-94/+94
* nvc0: make names of performance counter queries consistentSamuel Pitoiset2015-08-291-28/+28
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-4/+4
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-42/+42
* nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_dataIlia Mirkin2015-06-231-0/+1
* nvc0: do not expose MP counters for nvf0 (GK110+)Samuel Pitoiset2015-05-141-39/+50
* nvc0: all queries use an unsigned 64-bits integer by defaultSamuel Pitoiset2015-05-061-5/+7
* nvc0: make begin_query return false when all MP counters are usedSamuel Pitoiset2015-05-061-5/+8
* nvc0: define driver-specific query groupsSamuel Pitoiset2015-05-061-0/+67
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-1/+2
* gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset2015-05-061-4/+5
* gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset2015-05-061-4/+2
* nvc0: fix wrong max value for driver queriesSamuel Pitoiset2015-03-091-4/+3
* nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediatelyTiziano Bacocco2015-02-101-0/+4
* nvc0: use 64-bit math when scaling the query resultsIlia Mirkin2014-09-081-4/+4
* nvc0: Handle ARB_conditional_render_inverted and enable itTobias Klausmann2014-08-191-28/+33
* nvc0: allocate more space before a counter is configuredSamuel Pitoiset2014-07-081-2/+3
* nvc0: expose 4 vertex streams, use stream ids in xfbIlia Mirkin2014-07-011-0/+1
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+1
* nv50,nvc0: leave queries on during blit, turn them on for 2d engineIlia Mirkin2014-05-111-1/+4
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+1448