summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nve4_compute.c
Commit message (Expand)AuthorAgeFilesLines
* 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: set ret variable if launch desc allocation failedEmil Velikov2013-04-121-1/+3
* nvc0: bail out early during nve4_compute_setup()Emil Velikov2013-04-121-1/+1
* nvc0: compile nve4_cache_split_name() only in debug buildEmil Velikov2013-04-121-1/+1
* nvc0: demagic some of the NVE4_COMPUTE_UPLOAD methodsChristoph Bumiller2013-04-031-29/+29
* nvc0: implement MP performance countersChristoph Bumiller2013-03-291-1/+10
* nvc0: use NOUVEAU_GETPARAM_GRAPH_UNITS to get MP countChristoph Bumiller2013-03-291-6/+6
* nvc0: add MP trap handler for nve4Christoph Bumiller2013-03-121-0/+50
* nvc0: they removed the NTID,NCTAID,GRIDID registers on nve4Christoph Bumiller2013-03-121-10/+22
* nvc0: implement compute support for nve4Christoph Bumiller2013-03-121-0/+607