Skip to content
Snippets Groups Projects
Commit f703ba8c authored by Chris Wilson's avatar Chris Wilson :thinking:
Browse files

Revert "i965: Reinstate max-index paranoia"


This reverts commit b4cbd2b3.

It looked like a safe sanity check. It missed the issue of the start of
the buffer not being at 0, but even that was not enough to explain why
setting the max vertex index caused glyphs to be dropped from the game
'Achron'.

Instead, the issue appears to be related to the use of the vertex bias
and so we would need to re-emit the max-index every time we adjusted the
bias, so re-emitting the relocations and defeating the original
optimisation.

Reported-and-tested-by: default avatarThomas Jones <thomas.jones@utoronto.ca>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=35163


Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent f05751aa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment