From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches
Date: Thu, 28 Oct 2010 18:37:32 -0700 (PDT)
Message-ID: <20101029013732.8B06313000D@annarchy.freedesktop.org>
References:
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 AFDB09F2F9
for ;
Thu, 28 Oct 2010 18:37:32 -0700 (PDT)
In-Reply-To:
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=28294
--- Comment #50 from Tom Stellard 2010-10-28 18:37:32 PDT ---
In radeon_optimize.c starting at line 660, there are three optimization
functions: constant_folding, peephole, and copy_propagate. You could try
commenting these out one at a time to see which one is causing the problem.
Note: when you comment out the peephole function make sure to comment out the
continue statement below it, like this:
//if(peephole(c, cur))
// continue;
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.