https://bugs.freedesktop.org/show_bug.cgi?id=94955
--- Comment #18 from Roland Scheidegger <srol...@vmware.com> ---
(In reply to Bruce Cherniak from comment #16)
> BTW, for my edification, what indicates it might be a bug in the mip level
> calculation?
That was just a guess as it hit the per-pixel mip computations, which was odd -
in fact the texture was explicitly marked as having one level only, so I
figured maybe there's something wrong with that logic there, as there was
plenty of unnecessary instructions (8 shifts, 8 max, some more - despite that
we actually know the result of all this has to be zero anyway). But it's kinda
expected actually so was correct, albeit some day might want to improve that
(and was in different sampling code, I totally missed that...).
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev