From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 32666] New: etqw triggers an assert in st_texture.c Date: Sun, 26 Dec 2010 12:44:37 -0800 (PST) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from annarchy.freedesktop.org (annarchy.freedesktop.org [131.252.210.176]) by gabe.freedesktop.org (Postfix) with ESMTP id AD6849E77F for ; Sun, 26 Dec 2010 12:44:37 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugs.freedesktop.org/show_bug.cgi?id=32666 Summary: etqw triggers an assert in st_texture.c Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r300 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: aaalmosss@gmail.com Created an attachment (id=41460) View: https://bugs.freedesktop.org/attachment.cgi?id=41460 Review: https://bugs.freedesktop.org/review?bug=32666&attachment=41460 zerotexture.diff I don't know if it's the game's fault, or mesa's, or mine, but sometimes the following assertion is hit: state_tracker/st_texture.c:68:st_texture_create: Assertion `width0 > 0' failed. The most systematic way to reproduce it is to get into the vehicle named 'mobile command post', but it's not the only occurrence. The attached patch avoids the assert, and seems to render correctly, but I'm sure it's not a good solution. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.