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