From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 40554] New: r200 falls back to software when clearing FBOs
Date: Thu, 1 Sep 2011 08:20:03 -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 73E809E803
for ;
Thu, 1 Sep 2011 08:20:04 -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=40554
Summary: r200 falls back to software when clearing FBOs
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/r200
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: stefandoesinger@gmx.at
Created an attachment (id=50814)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50814)
Sample application
glClear(GL_COLOR_BUFFER_BIT) causes a software fallback when a FBO is bound.
The line in the debug output that signals this fallback is
r200Clear: swrast clear, mask: 100
0x100 is BUFFER_BIT_COLOR0 as far as I can see, which is indeed not handled in
that function. I have attached a sample application that is a side product of
attempting to reproduce bug 40552. The sample doesn't crash(yet), but it
reproduces the software fallback.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.