From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 62170] New: [bisected] R600 LLVM build broken
Date: Mon, 11 Mar 2013 14:42:39 +0000
Message-ID:
Priority
medium
Bug ID
62170
Assignee
dri-devel@lists.freedesktop.org
Summary
[bisected] R600 LLVM build broken
Severity
normal
Classification
Unclassified
OS
All
Reporter
maxijac@free.fr
Hardware
Other
Status
NEW
Version
git
Component
Drivers/Gallium/r600
Product
Mesa
Hi,
Here's the error :
r600_shader.c: In function 'r600_shader_from_tgsi':
r600_shader.c:1256:18: error: invalid type argument of '->' (have 'struct
r600_shader_ctx')
4bf0ebdd4fc8dbcab9333ff8805af35a91e6848b is the first bad commit
commit 4bf0ebdd4fc8dbcab9333ff8805af35a91e6848b
Author: Marek Ol=C5=A1=C3=A1k <m=
araeo@gmail.com>
Date: Fri Mar 1 16:31:49 2013 +0100
r600g: use a single env var R600_DEBUG, disable bytecode dumping
Only the disassembler is used to dump shaders. Here's a few examples
how to use R600_DEBUG.
Log compute info:
R600_DEBUG=3Dcompute
Dump all shaders:
R600_DEBUG=3Dfs,vs,gs,ps,cs
Dump pixel shaders only:
R600_DEBUG=3Dps
Disable Hyper-Z:
R600_DEBUG=3Dnohyperz
Disable the LLVM backend:
R600_DEBUG=3Dnollvm
Or use any combination of the above, or print all options:
R600_DEBUG=3Dhelp
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
:040000 040000 faa01df772d30f39d03f80e43b1c588acb8b7060
8e6b4555de797c1736a872780b66ca53d80a736c M src