* [Bug 86490] Some Unreal Engine 4.5 Demos render only black on radeonsi
@ 2014-11-20 13:34 bugzilla-daemon
2014-11-20 16:21 ` bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2014-11-20 13:34 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 2050 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=86490
Bug ID: 86490
Summary: Some Unreal Engine 4.5 Demos render only black on
radeonsi
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/radeonsi
Assignee: dri-devel@lists.freedesktop.org
Reporter: haagch@frickel.club
Hardware:
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor
Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Wimbledon XT [Radeon HD 7970M] (rev ff)
So I'm using radeonsi with PRIME and latest mesa git, recent llvm 3.6 revision.
I foolishly deleted the old Unreal Engine Demos so I can't make a recent test,
but they worked decently last time I checked.
Now the Unreal Demos have been updated to UE 4.5:
https://wiki.unrealengine.com/Linux_Demos
"Tappy Chicken": Works fine on intel and radeonsi.
"Shooter Game": Works fine on intel, but shows only game HUD and text on
radeonsi
"Light Room Interior Day Demo": Works fine on intel but is completely black on
radeonsi
Apitrace says the only problems are:
$ DRI_PRIME=1 glretrace Lightroominteriorday.trace
882: glDebugOutputCallback: Medium severity API other issue 1, FBO incomplete:
no attachments [-1]
0 4096 glXSwapIntervalMESA(interval = 0) = 0
4096: warning: unsupported glXSwapIntervalMESA call
context mis-match in pipe_sampler_view_release()
Rendered 191 frames in 13.88 secs, average of 13.7608 fps
Here is the trace from which I got the above output:
http://haagch.frickel.club/files/Lightroominteriorday.trace.xz
It renders fine on intel, but only black on radeonsi.
(Careful: When creating a trace on intel, the engine will use
glCopyImageSubData which is not supported on radeonsi. When creating a trace on
radeonsi it will not.)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3431 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] 4+ messages in thread* [Bug 86490] Some Unreal Engine 4.5 Demos render only black on radeonsi
2014-11-20 13:34 [Bug 86490] Some Unreal Engine 4.5 Demos render only black on radeonsi bugzilla-daemon
@ 2014-11-20 16:21 ` bugzilla-daemon
2014-11-25 7:23 ` bugzilla-daemon
2014-11-25 10:07 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2014-11-20 16:21 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 277 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=86490
--- Comment #1 from Andy Furniss <adf.lists@gmail.com> ---
If your llvm is new enough could be -
https://bugs.freedesktop.org/show_bug.cgi?id=86432
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1205 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] 4+ messages in thread
* [Bug 86490] Some Unreal Engine 4.5 Demos render only black on radeonsi
2014-11-20 13:34 [Bug 86490] Some Unreal Engine 4.5 Demos render only black on radeonsi bugzilla-daemon
2014-11-20 16:21 ` bugzilla-daemon
@ 2014-11-25 7:23 ` bugzilla-daemon
2014-11-25 10:07 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2014-11-25 7:23 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 780 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=86490
Michel Dänzer <michel@daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #2 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Andy Furniss from comment #1)
> If your llvm is new enough could be -
>
> https://bugs.freedesktop.org/show_bug.cgi?id=86432
Light Room Interior Day Demo works for me now, so assuming that was it.
*** This bug has been marked as a duplicate of bug 86432 ***
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2749 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] 4+ messages in thread* [Bug 86490] Some Unreal Engine 4.5 Demos render only black on radeonsi
2014-11-20 13:34 [Bug 86490] Some Unreal Engine 4.5 Demos render only black on radeonsi bugzilla-daemon
2014-11-20 16:21 ` bugzilla-daemon
2014-11-25 7:23 ` bugzilla-daemon
@ 2014-11-25 10:07 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2014-11-25 10:07 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 241 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=86490
--- Comment #3 from Christoph Haag <haagch@frickel.club> ---
I can confirm, it renders now. Thanks for the info.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1086 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] 4+ messages in thread
end of thread, other threads:[~2014-11-25 10:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20 13:34 [Bug 86490] Some Unreal Engine 4.5 Demos render only black on radeonsi bugzilla-daemon
2014-11-20 16:21 ` bugzilla-daemon
2014-11-25 7:23 ` bugzilla-daemon
2014-11-25 10:07 ` 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.