summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_query.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-1448/+0
* nvc0: implement MP performance counters for nvc0:nvd9Samuel Pitoiset2013-08-061-93/+335
* nvc0: add more MP counters for nve4Samuel Pitoiset2013-08-061-0/+20
* gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINTRoland Scheidegger2013-06-191-4/+2
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+3
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nvc0: read PM counters for each warp scheduler separatelyChristoph Bumiller2013-04-031-54/+130
* nvc0: add some metrics to driver specific queriesChristoph Bumiller2013-04-031-56/+153
* nvc0: add some driver statistics queriesChristoph Bumiller2013-04-031-23/+111
* nvc0: use correct hw query for PRIMITIVES_GENERATEDChristoph Bumiller2013-04-031-4/+7
* nvc0: use fence to check state of queries that don't write sequenceChristoph Bumiller2013-04-031-1/+5
* nvc0: implement MP performance countersChristoph Bumiller2013-03-291-1/+392
* nv50,nvc0: implement blitChristoph Bumiller2012-09-301-0/+3
* nv50,nvc0: prevent multiple flushes when user spins on get_query_resultChristoph Bumiller2012-04-191-18/+25
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-96/+92
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-4/+4
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-151-52/+83
* nvc0: handle more query typesChristoph Bumiller2011-10-211-49/+198
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-6/+8
* nvc0: port to common fence/mm/buffer codeBen Skeggs2011-03-011-4/+4
* nvc0: add MARK_RING where missing to avoid too many relocs errorsChristoph Bumiller2011-01-231-0/+2
* nvc0: implement queriesChristoph Bumiller2011-01-091-0/+337