summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-11nvc0: fix 64-bit integer query buffer writesIlia Mirkin1-4/+3
2017-01-12nouveau: take extra push space into account for pushbuf_space callsIlia Mirkin1-1/+1
2016-04-22nvc0: fix retrieving query results into buffer for timestampsIlia Mirkin1-5/+15
2016-02-04nvc0: add support for ARB_query_buffer_objectIlia Mirkin1-4/+119
2016-01-07nvc0: add support for real ARB_multi_draw_indirectIlia Mirkin1-2/+0
2016-01-01nv50,nvc0: make sure there's pushbuf space and that we ref the bo earlyIlia Mirkin1-1/+0
2015-12-16nv50,nvc0: free memory allocated by performance metricsSamuel Pitoiset1-0/+6
2015-10-17nvc0: add support for performance monitoring metrics on FermiSamuel Pitoiset1-3/+16
2015-10-16nvc0: move SW/HW queries info to their respective filesSamuel Pitoiset1-0/+14
2015-10-09nvc0: move HW SM queries to nvc0_query_hw_sm.c/h filesSamuel Pitoiset1-689/+18
2015-10-09nvc0: move HW queries to nvc0_query_hw.c/h filesSamuel Pitoiset1-0/+1135