Skip to content

lavapipe: implement VK_EXT_index_type_uint8

Erik Faye-Lund requested to merge kusma/mesa:lvp-8bit-indices into master

Since Gallium supports 8 bit indices, this extension is a simple matter of plumbing a value through, exposing a feature and flipping the switch for the extension. This lets Zink avoid up-converting the index-buffer before drawing.

Merge request reports