* [Bug 74863] New: [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected!
@ 2014-02-11 22:54 bugzilla-daemon
2014-02-11 22:55 ` [Bug 74863] " bugzilla-daemon
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: bugzilla-daemon @ 2014-02-11 22:54 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1559 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74863
Priority: medium
Bug ID: 74863
Assignee: dri-devel@lists.freedesktop.org
Summary: [r600g] HyperZ broken on RV770 and CYPRESS (Left 4
Dead 2 trees corruption) bisected!
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: b.bellec@gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Drivers/Gallium/r600
Product: Mesa
Created attachment 93888
--> https://bugs.freedesktop.org/attachment.cgi?id=93888&action=edit
tree correctly rendered
Probably the same issue than:
https://bugs.freedesktop.org/show_bug.cgi?id=74803
Trees in Left 4 Dead 2 have some rendering issue when you move, so in fact they
looks like to blink. See the screenshots attached.
This hits my RV770 (HD4850) and CYPRESS (HD5850).
When R600_DEBUG=nohyperz is set, there is no problem.
R600_DEBUG=nosb doesn't fix.
First bad commit is:
r600g: defer shader variant selection and depending state updates
commit a144bc29b5bb8322a54308603c5d0a8467448164
Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Note that the bug happens in L4D2 only when the option "Effects details" in the
graphic options of the game is set to Medium or High, but not when set to Low.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3362 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 74863] [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected!
2014-02-11 22:54 [Bug 74863] New: [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected! bugzilla-daemon
@ 2014-02-11 22:55 ` bugzilla-daemon
2014-02-11 22:56 ` bugzilla-daemon
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2014-02-11 22:55 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 348 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74863
--- Comment #1 from Benjamin Bellec <b.bellec@gmail.com> ---
Created attachment 93889
--> https://bugs.freedesktop.org/attachment.cgi?id=93889&action=edit
tree not correctly rendered one second later in the same scene
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1410 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 74863] [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected!
2014-02-11 22:54 [Bug 74863] New: [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected! bugzilla-daemon
2014-02-11 22:55 ` [Bug 74863] " bugzilla-daemon
@ 2014-02-11 22:56 ` bugzilla-daemon
2014-02-11 23:00 ` bugzilla-daemon
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2014-02-11 22:56 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 417 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74863
Benjamin Bellec <b.bellec@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #93888|text/plain |image/jpeg
mime type| |
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1106 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 74863] [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected!
2014-02-11 22:54 [Bug 74863] New: [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected! bugzilla-daemon
2014-02-11 22:55 ` [Bug 74863] " bugzilla-daemon
2014-02-11 22:56 ` bugzilla-daemon
@ 2014-02-11 23:00 ` bugzilla-daemon
2014-02-17 18:58 ` bugzilla-daemon
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2014-02-11 23:00 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 541 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74863
--- Comment #2 from Benjamin Bellec <b.bellec@gmail.com> ---
I forgot to mention that I compiled mesa with:
./autogen.sh --with-gallium-drivers=r600 --with-dri-drivers=
--enable-texture-float --disable-dri3 --disable-r600-llvm-compiler
--disable-gallium-llvm --enable-32-bit CFLAGS="-O2 -m32" CXXFLAGS="-O2 -m32"
--libdir=/usr/lib
The screenshots have been taken in the level "Dead Center" stage "2 - Street".
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1428 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 74863] [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected!
2014-02-11 22:54 [Bug 74863] New: [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected! bugzilla-daemon
` (2 preceding siblings ...)
2014-02-11 23:00 ` bugzilla-daemon
@ 2014-02-17 18:58 ` bugzilla-daemon
2014-09-01 20:36 ` bugzilla-daemon
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2014-02-17 18:58 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 367 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74863
Andreas Boll <andreas.boll.dev@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |75112
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1102 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 74863] [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected!
2014-02-11 22:54 [Bug 74863] New: [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected! bugzilla-daemon
` (3 preceding siblings ...)
2014-02-17 18:58 ` bugzilla-daemon
@ 2014-09-01 20:36 ` bugzilla-daemon
2014-09-01 23:23 ` bugzilla-daemon
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2014-09-01 20:36 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 354 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74863
--- Comment #3 from Marek Olšák <maraeo@gmail.com> ---
Is this fixed with current Mesa git?
If not, could you please make and upload a trace file using apitrace:
https://github.com/apitrace/apitrace
Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1268 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 74863] [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected!
2014-02-11 22:54 [Bug 74863] New: [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected! bugzilla-daemon
` (4 preceding siblings ...)
2014-09-01 20:36 ` bugzilla-daemon
@ 2014-09-01 23:23 ` bugzilla-daemon
2014-09-02 0:06 ` bugzilla-daemon
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2014-09-01 23:23 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 418 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74863
--- Comment #4 from Benjamin Bellec <b.bellec@gmail.com> ---
Problem still persists with current master (git-e8f8353). Tested on Evergreen.
The apitrace can be downloaded here :
https://drive.google.com/file/d/0B7D2Y0QXFND2bUlVc1JyMHZKVWc
(364 MB, md5sum 3e80394465612a7f29aced09ea02bd78)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1340 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 74863] [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected!
2014-02-11 22:54 [Bug 74863] New: [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected! bugzilla-daemon
` (5 preceding siblings ...)
2014-09-01 23:23 ` bugzilla-daemon
@ 2014-09-02 0:06 ` bugzilla-daemon
2014-09-02 10:12 ` bugzilla-daemon
2014-09-03 9:51 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2014-09-02 0:06 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 549 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74863
--- Comment #5 from smoki <smoki00790@gmail.com> ---
(In reply to comment #4)
> Problem still persists with current master (git-e8f8353). Tested on
> Evergreen.
>
> The apitrace can be downloaded here :
> https://drive.google.com/file/d/0B7D2Y0QXFND2bUlVc1JyMHZKVWc
> (364 MB, md5sum 3e80394465612a7f29aced09ea02bd78)
Just as info... can not reproduce it on radeonsi with this apitrace, seems
like r600 only issue :).
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1548 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 74863] [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected!
2014-02-11 22:54 [Bug 74863] New: [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected! bugzilla-daemon
` (6 preceding siblings ...)
2014-09-02 0:06 ` bugzilla-daemon
@ 2014-09-02 10:12 ` bugzilla-daemon
2014-09-03 9:51 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2014-09-02 10:12 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 222 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74863
--- Comment #6 from Benjamin Bellec <b.bellec@gmail.com> ---
This is also not fixed on RV770.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1069 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 74863] [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected!
2014-02-11 22:54 [Bug 74863] New: [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected! bugzilla-daemon
` (7 preceding siblings ...)
2014-09-02 10:12 ` bugzilla-daemon
@ 2014-09-03 9:51 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2014-09-03 9:51 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 549 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74863
Marek Olšák <maraeo@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #7 from Marek Olšák <maraeo@gmail.com> ---
Fixed by 8abdc3c4a9c81e359d5dc1694253b05dd5562c95. Closing.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2155 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-09-03 9:51 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 22:54 [Bug 74863] New: [r600g] HyperZ broken on RV770 and CYPRESS (Left 4 Dead 2 trees corruption) bisected! bugzilla-daemon
2014-02-11 22:55 ` [Bug 74863] " bugzilla-daemon
2014-02-11 22:56 ` bugzilla-daemon
2014-02-11 23:00 ` bugzilla-daemon
2014-02-17 18:58 ` bugzilla-daemon
2014-09-01 20:36 ` bugzilla-daemon
2014-09-01 23:23 ` bugzilla-daemon
2014-09-02 0:06 ` bugzilla-daemon
2014-09-02 10:12 ` bugzilla-daemon
2014-09-03 9:51 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.