From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91725] R600 asserts in sb_shed.c:251 during Shader Backend
optimization pass.
Date: Sat, 22 Aug 2015 13:53:12 +0000
Message-ID:
Bug ID
91725
Summary
R600 asserts in sb_shed.c:251 during Shader Backend optimization pass.
Product
Mesa
Version
git
Hardware
x86 (IA32)
OS
All
Status
NEW
Severity
major
Priority
medium
Component
Drivers/Gallium/r600
Assignee
dri-devel@lists.freedesktop.org
Reporter
ikalvachev@gmail.com
QA Contact
dri-devel@lists.freedesktop.org
Created attachment 117861 [details]
The shader causing the problem as TGSI and R600 bytecode. Created by Nine.
The exact error message is:
sb/sb_sched.cpp:251:unreserve: Assertion `rp[cycle][chan] == sel &&
uc[cycle][chan]' failed.
It doesn't trigger if I replay with "R600_DEBUG=nobs".
My hardware is Radeon HD5670 (Redwood).
I have attached part of the log created by "R600_DEBUG=vs,ps" containing the
TGSI code and the unoptimized R600 bytecode.
The bug is reproduced by replaying d3d9 trace of the game "The Forest". The
trace file has been uploaded to ixit ftp server. You need d3dretrace.exe (from
apitrace compiled for windows) and wine. It is preferable is wine have ixit
Nine patch and mesa-git with Nine enabled.
The bug is reproduced by both Nine state tracker and by the OpenGL one (when
using vanilla wined3d opengl wrapper). Since the the OpenGL TGSI code is
different, I'm attaching it too.
If you need more info, feel free to ask me.