aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-071-2/+2
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-4/+4
* nvc0: add compute invocation counterRhys Perry2019-02-061-4/+19
* nvc0: stick zero values for the compute invocation countsIlia Mirkin2019-02-061-0/+2
* nv50,nvc0: use condition for occlusion queries when already completeIlia Mirkin2019-02-061-7/+6
* nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATERhys Perry2018-04-071-15/+27
* nvc0: change ACQUIRE_EQUAL to ACQUIRE_GEQUAL in nvc0_hw_query_fifo_waitRhys Perry2018-04-071-1/+1
* nvc0: ensure the query's fence has been emitted in nvc0_hw_query_fifo_waitRhys Perry2018-04-071-0/+4
* nvc0: fix writing query results into bufferIlia Mirkin2018-02-221-4/+10
* nvc0: fix compile errorBenedikt Schemmer2017-09-181-1/+1
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-181-1/+6
* nvc0: write 0 to pipeline_statistics.cs_invocationsKarol Herbst2017-08-311-0/+1
* nvc0: fix 64-bit integer query buffer writesIlia Mirkin2017-02-111-4/+3
* nouveau: take extra push space into account for pushbuf_space callsIlia Mirkin2017-01-121-1/+1
* nvc0: fix retrieving query results into buffer for timestampsIlia Mirkin2016-04-221-5/+15
* nvc0: add support for ARB_query_buffer_objectIlia Mirkin2016-02-041-4/+119
* nvc0: add support for real ARB_multi_draw_indirectIlia Mirkin2016-01-071-2/+0
* nv50,nvc0: make sure there's pushbuf space and that we ref the bo earlyIlia Mirkin2016-01-011-1/+0
* nv50,nvc0: free memory allocated by performance metricsSamuel Pitoiset2015-12-161-0/+6
* nvc0: add support for performance monitoring metrics on FermiSamuel Pitoiset2015-10-171-3/+16
* nvc0: move SW/HW queries info to their respective filesSamuel Pitoiset2015-10-161-0/+14
* nvc0: move HW SM queries to nvc0_query_hw_sm.c/h filesSamuel Pitoiset2015-10-091-689/+18
* nvc0: move HW queries to nvc0_query_hw.c/h filesSamuel Pitoiset2015-10-091-0/+1135