aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c
Commit message (Expand)AuthorAgeFilesLines
* 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