From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 43341] CoreBreach: Crash in r600_update_derived_state
Date: Wed, 30 Nov 2011 11:05:40 +0000
Message-ID:
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 6B6799E7E9
for ;
Wed, 30 Nov 2011 03:05:40 -0800 (PST)
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=43341
--- Comment #2 from Vadim 2011-11-30 03:05:40 PST ---
The shader translation is failed because of too many temps used. They could be
optimized away in theory, but this shader also uses indirect addressing, and
some optimization passes in mesa are disabled due to this.
The shader also contains alternative code that afaics does the same
calculations without indirect addressing, you may check if it helps by adding
the line:
#define WORKAROUND 1
in the beginning of the ./CoreBreach.app/Resources/postprocessing.frag
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.