aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/indices/u_indices_priv.h
Commit message (Collapse)AuthorAgeFilesLines
* gallium: add new aux lib for index list translationsKeith Whitwell2009-02-051-0/+43
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.