nvc0: implement compute support for nve4
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sat, 23 Feb 2013 18:40:23 +0000 (19:40 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Tue, 12 Mar 2013 11:55:37 +0000 (12:55 +0100)
commite066f2f62f6043d43385bcdce4e7fa07ffa3ecbe
tree6f49b99571ffd3b93727988b635d74b0c397857e
parent75f1f852b00ad0d766684d01695322b93a2acd55
nvc0: implement compute support for nve4
18 files changed:
src/gallium/drivers/nouveau/nouveau_screen.h
src/gallium/drivers/nouveau/nv_object.xml.h
src/gallium/drivers/nv50/nv50_defs.xml.h
src/gallium/drivers/nvc0/Makefile.sources
src/gallium/drivers/nvc0/nvc0_context.c
src/gallium/drivers/nvc0/nvc0_context.h
src/gallium/drivers/nvc0/nvc0_program.c
src/gallium/drivers/nvc0/nvc0_program.h
src/gallium/drivers/nvc0/nvc0_screen.c
src/gallium/drivers/nvc0/nvc0_screen.h
src/gallium/drivers/nvc0/nvc0_shader_state.c
src/gallium/drivers/nvc0/nvc0_state.c
src/gallium/drivers/nvc0/nvc0_state_validate.c
src/gallium/drivers/nvc0/nvc0_surface.c
src/gallium/drivers/nvc0/nvc0_tex.c
src/gallium/drivers/nvc0/nve4_compute.c [new file with mode: 0644]
src/gallium/drivers/nvc0/nve4_compute.h [new file with mode: 0644]
src/gallium/drivers/nvc0/nve4_compute.xml.h [new file with mode: 0644]