Skip to content

mesa: always set valid index bounds for non-indexed draws for classic drivers

Marek Olšák requested to merge mareko/mesa:fix-index-bounds-non-indexed into master

This should fix crashing piglit tests on the i915 classic driver.

Fixes: 2358da81 - mesa: switch (Multi)DrawArrays to DrawGallium

The second commit is a cleanup.

Merge request reports