r300g: add fallback for unaligned/unsupported vertex stride/offset/format
authorMarek Olšák <maraeo@gmail.com>
Tue, 8 Jun 2010 21:46:40 +0000 (23:46 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sun, 13 Jun 2010 15:43:37 +0000 (17:43 +0200)
commit028459b0bf2bb778b55493f9b23ab7f2c9b355a0
tree8876c86860c090fad870e67d32b3caa05f08081c
parent1384a7bccab3d5b36729d59944a76538375f5494
r300g: add fallback for unaligned/unsupported vertex stride/offset/format

There is a problem though, the translate module cannot emit half float
vertices.
src/gallium/drivers/r300/Makefile
src/gallium/drivers/r300/SConscript
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_translate.c [new file with mode: 0644]
src/gallium/drivers/r300/r300_state.c