On Mon, May 8, 2017 at 7:28 PM, Rob Clark <robdcl...@gmail.com> wrote:
> This commit breaks 'glmark2 -b ideas' on a3xx..  probably a2xx too.
> (a4xx/a5xx, and from the looks of it, radeon, ignore min/max_index..)
> Nouveau also uses min/max_index, so wouldn't be surprised if this commit
> causes problems there too..
>
> Any particular need for this commit, or can I push a revert?

It shouldn't cause any issues since min/max_index should be 0 and ~0
in cases when they don't matter. Why do you need to use min/max_index
if you don't do legacy vertex uploads in the driver? Can you just use
0, ~0 in the hw registers like radeonsi?

Marek
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to