From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 28003] New: [r300g] Compiz fails to start using gallium on rv350. Date: Thu, 6 May 2010 13:27:41 -0700 (PDT) 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 77F009E7AF for ; Thu, 6 May 2010 13:27:41 -0700 (PDT) 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=28003 Summary: [r300g] Compiz fails to start using gallium on rv350. Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/r300 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: oreaus@gmail.com Compiz will only start with GALLIUM_ABORT_ON_ASSERT=0 or it crashes. I bisected and on current master 7ed2f953c0b109d35ddb4c58effb18bd0fac4592 the message is: r300: Implementation error: Format mismatch in r300_surface_copy : src: b8g8r8a8_unorm dst: b8g8r8x8_unorm r300_blit.c:134:r300_surface_copy: Assertion `0' failed. debug_get_bool_option: GALLIUM_ABORT_ON_ASSERT = TRUE while with the first bad commit found 968bf9634ec03e61441834603f13f0c914bbb0ce the message is: r300_blit.c:136:r300_surface_copy: Assertion `dst->texture->format == src->texture->format' failed. debug_get_bool_option: GALLIUM_ABORT_ON_ASSERT = TRUE This last good commit is: 821abff8c03031603111abc17dabe7cfa28a31e1 I will provide any further requested information. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.