Skip to content

some drivers: explicitly support some index buffer formats

Mike Blumenkrantz requested to merge zmike/mesa:8bit_index_format2 into main

these are the only 3 index buffer "formats", but they aren't real formats being used since all buffers are always R8, so this support needs to be explicitly advertised in order to avoid falling through to actual format support detection

followup of !10990 (merged)

Merge request reports