https://bugs.freedesktop.org/show_bug.cgi?id=102308

--- Comment #1 from Ilia Mirkin <[email protected]> ---
That seems like a bug...

      /* Copy in each face. */
      for (int i = 0; i < 6; ++i) {

That should probably be

for (int i = zoffset; i < zoffset + depth; i++) {

This feels somehow familiar... either it's been fixed before, or the decision
was that it's actually improper to do this. Or a patch was sent but never
applied. Unfortunately it's just a faint memory.

-- 
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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to