From: <bug...@fr...> - 2010-02-24 20:09:11
|
http://bugs.freedesktop.org/show_bug.cgi?id=26734 Summary: format assertion in driNewRenderbuffer Product: Mesa Version: unspecified Platform: Other URL: https://bugs.launchpad.net/bugs/515846 OS/Version: All Status: NEW Severity: major Priority: medium Component: Mesa core AssignedTo: mes...@li... ReportedBy: bug...@xo... Created an attachment (id=33530) --> (http://bugs.freedesktop.org/attachment.cgi?id=33530) full backtrace glxinfo (or the DRI-enabled) xserver crashes with this assertion in mesa 7.7 on a number of drivers: glxinfo: ../common/drirenderbuffer.c:69: driNewRenderbuffer: Assertion `format == 0x1908 || format == 0x8050 || format == 0x8058 || format == 0x81A5 || format == 0x81A6 || format == 0x81A7 || format == 0x8D48' failed. >From looking at the code, I think this happened with http://cgit.freedesktop.org/mesa/mesa/commit/?h=mesa_7_7_branch&id=1160acbfea986a821761d18f5f14d5d2cb0dea8c The assertion should probably be updated or removed. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |