nvc0: implement compute support for nvc0
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 25 Jul 2013 08:35:35 +0000 (10:35 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Tue, 6 Aug 2013 20:22:49 +0000 (22:22 +0200)
commit9dcd7888e6338f08a6999abfbc2ca1008f741bf8
treec441cee524f6784fb2d2b7467cd5131f008a604d
parent981b5891016580a72c2d6a457c6e8ef2dd5a9c95
nvc0: implement compute support for nvc0

Tested on nvc0, nvc1, nvcf and nvd9.
src/gallium/drivers/nvc0/Makefile.sources
src/gallium/drivers/nvc0/nvc0_compute.c [new file with mode: 0644]
src/gallium/drivers/nvc0/nvc0_compute.h [new file with mode: 0644]
src/gallium/drivers/nvc0/nvc0_compute.xml.h [new file with mode: 0644]
src/gallium/drivers/nvc0/nvc0_context.c
src/gallium/drivers/nvc0/nvc0_context.h
src/gallium/drivers/nvc0/nvc0_screen.c
src/gallium/drivers/nvc0/nvc0_screen.h
src/gallium/drivers/nvc0/nve4_compute.c