r300g: Use r300compiler for vertex shaders
authorNicolai Hähnle <nhaehnle@gmail.com>
Mon, 27 Jul 2009 18:23:49 +0000 (20:23 +0200)
committerNicolai Hähnle <nhaehnle@gmail.com>
Thu, 30 Jul 2009 21:45:18 +0000 (23:45 +0200)
commit188f8c679254f193cdcfcd4ef338f3c8c5e1146d
tree6377cb039edd52cecfa8cf9d97c1352bc87cb951
parentcab62aa28f5ccdf7ca185ac965b852e2318816f3
r300g: Use r300compiler for vertex shaders
16 files changed:
src/gallium/Makefile.template
src/gallium/drivers/r300/Makefile
src/gallium/drivers/r300/r300_context.h
src/gallium/drivers/r300/r300_debug.c
src/gallium/drivers/r300/r300_debug.h
src/gallium/drivers/r300/r300_emit.c
src/gallium/drivers/r300/r300_emit.h
src/gallium/drivers/r300/r300_state.c
src/gallium/drivers/r300/r300_state_derived.c
src/gallium/drivers/r300/r300_surface.c
src/gallium/drivers/r300/r300_tgsi_to_rc.c [new file with mode: 0644]
src/gallium/drivers/r300/r300_tgsi_to_rc.h [new file with mode: 0644]
src/gallium/drivers/r300/r300_vs.c
src/gallium/drivers/r300/r300_vs.h
src/gallium/drivers/r300/r3xx_fs.h
src/gallium/drivers/r300/r5xx_fs.h