https://bugs.freedesktop.org/show_bug.cgi?id=30002
Summary: [regression r300g] Menu problem in Tiny and Big Product: Mesa Version: git Platform: Other URL: http://www.tinyandbig.com/download/ OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/r300 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: sa@whiz.se
As mentioned in bug 28869 the menu in the game "Tiny and Big" isn't working correctly: all of the buttons only show up as white rectangles on mouseover, and the following is printed on the terminal:
r300: texture_create: Got invalid texture dimensions: 0x0x0
I tried some earlier git versions and noticed that this used to work, further digging turned up this change:
commit 5cdedaaf295acae13ac10feeb3143d83bc53d314 Author: Marek Olšák maraeo@gmail.com Date: Mon May 3 19:14:31 2010 +0200
r300g: refuse to create a texture with size 0
Unsurprisingly, commenting out this change gets the menu working again. I haven't had this problem with any of the other drivers (like llvmpipe).