[Mesa-dev] [Bug 110724] Unhandled GL format: 0x8058

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 23 08:41:36 UTC 2019


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

--- Comment #3 from Tapani Pälli <lemody at gmail.com> ---
Playback of the trace throws following error:
Mesa: User error: GL_INVALID_VALUE in glTexStorage2D(width, height or depth <
1)

It looks like the emulator is making following invalid call:
   glTexStorage2D(GL_TEXTURE_2D, 1, GL_RGBA8, 0, 0);

spec says:
   "GL_INVALID_VALUE is generated if width, height or levels are less than 1."

-- 
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: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190523/36856b0d/attachment.html>


More information about the mesa-dev mailing list