r300g: Move render functions to r300_render.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Thu, 22 Oct 2009 18:39:59 +0000 (11:39 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Thu, 22 Oct 2009 18:50:51 +0000 (11:50 -0700)
commit1f7f9bab8139681e1dcbc6c10fb42965059d1395
treec42408d331b9569fa2f561b8bc8de12b00169445
parentbf48447cafc8069839ad41c9c11078c794f4b307
r300g: Move render functions to r300_render.

Part of the fastpath cleanup.
src/gallium/drivers/r300/r300_context.c
src/gallium/drivers/r300/r300_context.h
src/gallium/drivers/r300/r300_render.c
src/gallium/drivers/r300/r300_render.h [new file with mode: 0644]