Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-16 | drwa: Add PRIMITIVE macro to vsplit. | Chia-I Wu | |
PRIMITIVE is used by the indexed path to flush the entire primitive with custom vertex count checks. It replaces the existing fast path. | |||
2010-08-16 | draw: Add vsplit frontend. | Chia-I Wu | |
vsplit is based on varray. It sets the split flags when a primitive is splitted. It also has support for indexed primitives. For indexed primitives, unlike vcache, vsplit splits the primitives instead of decomposes them. |