All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 103397] [regression, bisected] broken geometry in almost every game
@ 2017-10-21 21:51 bugzilla-daemon
  2017-10-22  7:07 ` bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-10-21 21:51 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1728 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103397

            Bug ID: 103397
           Summary: [regression, bisected] broken geometry in almost every
                    game
           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: aaalmosss@gmail.com
        QA Contact: dri-devel@lists.freedesktop.org

2f4705afde707e8eb41b9414c25df91aa1ea2fb3 is the first bad commit
commit 2f4705afde707e8eb41b9414c25df91aa1ea2fb3
Author: Marek Olšák <marek.olsak@amd.com>
Date:   Sun Oct 8 03:44:07 2017 +0200

    radeonsi: if there's just const buffer 0, set it in place of CONST/SSBO
pointer


This change broke a lot of things on my Pitcairn GPU.

In KOTOR (with Wine) the character animations are broken. In Doom 3 and Quake
Wars the whole geometry is broken. In Cogs the shadows are wrong and the menu
screens are broken. In Furmark the background is fully green. In Unigine Valley
I only see blackness, but Heaven is unaffected. Saints Row 2, Shadow Warrior,
and Witcher 2 are unaffected.

D3D in Wine is curious: Portal 2, Just Cause, Crysis 2 are broken with wined3d
but they're fine with nine, Stalker is fine with both wined3d and nine, Deus Ex
Invisible War is broken with both. Portal 2 is also broken when running
natively.

I've also tested games that use fixed-function rendering, those are unaffected.
(I've also realized that I have too many games installed)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3146 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 103397] [regression, bisected] broken geometry in almost every game
  2017-10-21 21:51 [Bug 103397] [regression, bisected] broken geometry in almost every game bugzilla-daemon
@ 2017-10-22  7:07 ` bugzilla-daemon
  2017-10-27 11:08 ` bugzilla-daemon
  2017-10-27 23:36 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-10-22  7:07 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 236 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103397

--- Comment #1 from Christoph Haag <haagch@frickel.club> ---
Bug 103389 bisected to the same commit.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1248 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 103397] [regression, bisected] broken geometry in almost every game
  2017-10-21 21:51 [Bug 103397] [regression, bisected] broken geometry in almost every game bugzilla-daemon
  2017-10-22  7:07 ` bugzilla-daemon
@ 2017-10-27 11:08 ` bugzilla-daemon
  2017-10-27 23:36 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-10-27 11:08 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 714 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103397

Marek Olšák <maraeo@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Marek Olšák <maraeo@gmail.com> ---
Fixed with
https://cgit.freedesktop.org/mesa/mesa/commit/?id=3f8e3c2bd8f54ae6817f7496be47f4e1a8860d9c

You also need to update LLVM 6.0 from git or switch to LLVM 5.0. Anything in
between will lead to the same corruption.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2345 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 103397] [regression, bisected] broken geometry in almost every game
  2017-10-21 21:51 [Bug 103397] [regression, bisected] broken geometry in almost every game bugzilla-daemon
  2017-10-22  7:07 ` bugzilla-daemon
  2017-10-27 11:08 ` bugzilla-daemon
@ 2017-10-27 23:36 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-10-27 23:36 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 480 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103397

almos <aaalmosss@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED

--- Comment #3 from almos <aaalmosss@gmail.com> ---
With llvm 5.0 and mesa master everything is fine. Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1888 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-27 23:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-21 21:51 [Bug 103397] [regression, bisected] broken geometry in almost every game bugzilla-daemon
2017-10-22  7:07 ` bugzilla-daemon
2017-10-27 11:08 ` bugzilla-daemon
2017-10-27 23:36 ` 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.