Skip to content

Indexed drawing support

Qiang Yu requested to merge enunes:lima-18.0-gldrawelements into lima-18.0

Created by: enunes

These two commits add support for indexed draw (glDrawElements) to lima. We rely on min_index and max_index from pipe_draw_info, so after a discussion in the upstream mesa list, a gallium cap was added to make sure that these are always valid. Hopefully that can be upstreamed later with lima. More details are on the commit logs.

Merge request reports

Loading