[Mesa-dev] [Bug 91425] [regression, bisected] Piglit spec/ext_packed_float/ getteximage-invalid-format-for-packed-type fails
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jul 22 09:30:26 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91425
--- Comment #3 from Ilia Mirkin <imirkin at alum.mit.edu> ---
(In reply to Brian Paul from comment #1)
> Hmm, I can't reproduce that. The test passes completely for me.
>
> What driver are you using? I'm testing llvmpipe/softpipe.
Odd. I repro with llvmpipe. I guess the issue is the
if (depth != 1) {
_mesa_error(ctx, GL_INVALID_VALUE,
"%s(depth = %d)", caller, depth);
return true;
}
check for 1d/2d targets. The piglit test does:
glGetTexImage(GL_TEXTURE_2D, 0, format, type, pxBuffer);
Since it's checking for, roughly speaking, invalid things, I assume that the
texImage isn't there, and so get_texture_image_dims will end up setting a depth
= 0. Should that be depth = 1 instead?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150722/5cf8f55b/attachment.html>
More information about the mesa-dev
mailing list