http://bugs.freedesktop.org/show_bug.cgi?id=22372
Tilman Sauerbeck <til...@code-monkey.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |til...@code-monkey.de --- Comment #3 from Tilman Sauerbeck <til...@code-monkey.de> 2009-07-20 10:34:42 PST --- I can reproduce this assertion failure with the tip of Mesa's master branch and demo1 in Doom3. In this case, the texture is not compressed (texImage->IsCompressed is GL_FALSE), but texImage->TexFormat->TexelBytes is 0. Thus radeon_miptree_create() will create a mipmap tree that has mt->bpp set to zero. When lvl->size is computed in radeon_mipmap_tree.c:111, we end up with lvl->rowstride being zero due to multiplying by mt->bpp and thus lvl->size is zero as well. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge -- _______________________________________________ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel