gallium: add a generic vertex (or other) buffer translation module
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 15 Apr 2008 13:35:29 +0000 (14:35 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 15 Apr 2008 13:35:29 +0000 (14:35 +0100)
commitc81bbab6f6c0413996799800cac6fb49a698e765
tree7004fb38e69c2fe106ce5ba666105b7039055d43
parent6a26a9c58cc38ff636ee88ce01fed40eea500fc0
gallium: add a generic vertex (or other) buffer translation module
src/gallium/auxiliary/translate/Makefile [new file with mode: 0644]
src/gallium/auxiliary/translate/SConscript [new file with mode: 0644]
src/gallium/auxiliary/translate/translate.h [new file with mode: 0644]
src/gallium/auxiliary/translate/translate_generic.c [new file with mode: 0644]