gallium: add new aux lib for index list translations
authorKeith Whitwell <keithw@vmware.com>
Thu, 5 Feb 2009 14:44:17 +0000 (14:44 +0000)
committerKeith Whitwell <keithw@vmware.com>
Thu, 5 Feb 2009 16:04:38 +0000 (16:04 +0000)
commit3120894c6d33a26cda642246344e8945db200ac2
tree2dd29ed9dcf667c5940c06b8a20fc5240b0f2986
parent099e9d20f0e8f5ee108e4fbb4bf7cae97b5f9a4a
gallium: add new aux lib for index list translations

Could this be the ultimate index list translating utility?  Maybe, but it
doesn't yet include support for splitting primitives.

Unlike previous attempts, this captures all possible combinations of API
and hardware provoking vertex, supports generated list reuse and various
other tricks.  Relies on python-generated code.
configs/default
src/gallium/SConscript
src/gallium/auxiliary/indices/Makefile [new file with mode: 0644]
src/gallium/auxiliary/indices/SConscript [new file with mode: 0644]
src/gallium/auxiliary/indices/u_indices.c [new file with mode: 0644]
src/gallium/auxiliary/indices/u_indices.h [new file with mode: 0644]
src/gallium/auxiliary/indices/u_indices_gen.c [new file with mode: 0644]
src/gallium/auxiliary/indices/u_indices_gen.py [new file with mode: 0644]
src/gallium/auxiliary/indices/u_indices_priv.h [new file with mode: 0644]