[Mesa-dev] [Bug 84186] X 1.16.1 RC 1 segfaults and reports "XXX fail to create fbo" with Radeon HD 7970.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Dec 18 00:45:44 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=84186
Michel Dänzer <michel at daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vebveb at hotmail.fr
--- Comment #12 from Michel Dänzer <michel at daenzer.net> ---
(In reply to Wim Lewis from comment #10)
> Mesa: attachment incomplete: teximage width/height=0
Looks like something goes wrong when creating the texture, so at least one of
its dimensions is 0 when creating the FBO.
The most likely candidate seems glEGLImageTargetTexture2DOES() failing in
glamor_create_texture_from_image(). Can you trace execution around that to see
if you find anything odd? It might also be useful to set a breakpoint on
_mesa_error, which should be hit if glamor triggers any GL API errors.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20141218/e562de47/attachment.html>
More information about the mesa-dev
mailing list