All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 103389] [regression, bisected] Bad flickering of items in steam
@ 2017-10-21 10:39 bugzilla-daemon
  2017-10-21 14:23 ` bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-10-21 10:39 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 103389
           Summary: [regression, bisected] Bad flickering of items in
                    steam
           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: gr.muench@gmail.com
        QA Contact: dri-devel@lists.freedesktop.org

Created attachment 134972
  --> https://bugs.freedesktop.org/attachment.cgi?id=134972&action=edit
regressed steam menu

Steam has some very bad flickering of menu items in latest mesa git. 

OpenGL renderer string: AMD Radeon HD 7900 Series (TAHITI / DRM 3.23.0 /
4.13.0-2-amd-staging-drm-next-git, LLVM 6.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.3.0-devel
(git-0fdd531457)

Bisected to:

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

    SI_SGPR_CONST_AND_SHADER_BUFFERS now contains the pointer to const buffer 0
    if there is no other buffer there.

    Benefits:
    - there is no constbuf descriptor upload and shader load

    It's assumed that all constant addresses are within bounds. Non-constant
    addresses are clamped against the last declared CONST variable.
    This only works if the state tracker ensures the bound constant buffer
    matches what the shader needs.

    Once we get 32-bit pointers, we can only do this for user constant buffers
    where the driver is in charge of the upload so that it can guarantee a
32-bit
    address.

    The real performance benefit might not be measurable.

    These apps get 100% theoretical benefit in all shaders (except where
noted):
    - antichamber
    - barman arkham origins
    - borderlands 2
    - borderlands pre-sequel
    - brutal legend
    - civilization BE
    - CS:GO
    - deadcore
    - dota 2 -- most shaders
    - europa universalis
    - grid autosport -- most shaders
    - left 4 dead 2
    - legend of grimrock
    - life is strange
    - payday 2
    - portal
    - rocket league
    - serious sam 3 bfe
    - talos principle
    - team fortress 2
    - thea
    - unigine heaven
    - unigine valley -- also sanctuary and tropics
    - wasteland 2
    - xcom: enemy unknown & enemy within
    - tesseract
    - unity (engine)

    Changed stats only:
        SGPRS: 2059998 -> 2086238 (1.27 %)
        VGPRS: 1626888 -> 1626904 (0.00 %)
        Spilled SGPRs: 7902 -> 7865 (-0.47 %)
        Code Size: 60924520 -> 60982660 (0.10 %) bytes
        Max Waves: 374539 -> 374526 (-0.00 %)

    Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>

:040000 040000 7b660ccfb110c80ecd9b3d2f7f06ace5380cb76f
d8ddc8515150a84131e566c4ddafb05d3d7be0a7 M      src


Confirmed bad commit by reverting it.

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

[-- Attachment #1.2: Type: text/html, Size: 4893 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] 7+ messages in thread

* [Bug 103389] [regression, bisected] Bad flickering of items in steam
  2017-10-21 10:39 [Bug 103389] [regression, bisected] Bad flickering of items in steam bugzilla-daemon
@ 2017-10-21 14:23 ` bugzilla-daemon
  2017-10-21 14:28 ` [Bug 103389] [regression, bisected] Bad flickering of items in steam, completely broken graphics in Rocket League bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-10-21 14:23 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Gregor Münch <gr.muench@gmail.com> ---
Created attachment 134975
  --> https://bugs.freedesktop.org/attachment.cgi?id=134975&action=edit
Rocket League ingame

Rocket League is also badly broken. Reverting the commit also helps here.

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

[-- Attachment #1.2: Type: text/html, Size: 1321 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] 7+ messages in thread

* [Bug 103389] [regression, bisected] Bad flickering of items in steam, completely broken graphics in Rocket League
  2017-10-21 10:39 [Bug 103389] [regression, bisected] Bad flickering of items in steam bugzilla-daemon
  2017-10-21 14:23 ` bugzilla-daemon
@ 2017-10-21 14:28 ` bugzilla-daemon
  2017-10-21 17:45 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-10-21 14:28 UTC (permalink / raw)
  To: dri-devel


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

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

Gregor Münch <gr.muench@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[regression, bisected] Bad  |[regression, bisected] Bad
                   |flickering of items in      |flickering of items in
                   |steam                       |steam, completely broken
                   |                            |graphics in Rocket League

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

[-- Attachment #1.2: Type: text/html, Size: 1259 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] 7+ messages in thread

* [Bug 103389] [regression, bisected] Bad flickering of items in steam, completely broken graphics in Rocket League
  2017-10-21 10:39 [Bug 103389] [regression, bisected] Bad flickering of items in steam bugzilla-daemon
  2017-10-21 14:23 ` bugzilla-daemon
  2017-10-21 14:28 ` [Bug 103389] [regression, bisected] Bad flickering of items in steam, completely broken graphics in Rocket League bugzilla-daemon
@ 2017-10-21 17:45 ` bugzilla-daemon
  2017-10-21 17:46 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-10-21 17:45 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from bartos.petr@gmail.com ---
This commit also breaks linux version of Layers of Fear (flickering
lights/shadows in some areas), Clive Barkers Jericho (black background of menu
instead of animated "flesh", white/overbrighted screen in-game) and even
glxgears (weird pulsating lights)

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

[-- Attachment #1.2: Type: text/html, Size: 1317 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] 7+ messages in thread

* [Bug 103389] [regression, bisected] Bad flickering of items in steam, completely broken graphics in Rocket League
  2017-10-21 10:39 [Bug 103389] [regression, bisected] Bad flickering of items in steam bugzilla-daemon
                   ` (2 preceding siblings ...)
  2017-10-21 17:45 ` bugzilla-daemon
@ 2017-10-21 17:46 ` bugzilla-daemon
  2017-10-27 11:08 ` bugzilla-daemon
  2017-10-29 15:23 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-10-21 17:46 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from bartos.petr@gmail.com ---
Created attachment 134979
  --> https://bugs.freedesktop.org/attachment.cgi?id=134979&action=edit
glxgears bug

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

[-- Attachment #1.2: Type: text/html, Size: 1279 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] 7+ messages in thread

* [Bug 103389] [regression, bisected] Bad flickering of items in steam, completely broken graphics in Rocket League
  2017-10-21 10:39 [Bug 103389] [regression, bisected] Bad flickering of items in steam bugzilla-daemon
                   ` (3 preceding siblings ...)
  2017-10-21 17:46 ` bugzilla-daemon
@ 2017-10-27 11:08 ` bugzilla-daemon
  2017-10-29 15:23 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ 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=103389

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

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

--- Comment #4 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: 2468 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] 7+ messages in thread

* [Bug 103389] [regression, bisected] Bad flickering of items in steam, completely broken graphics in Rocket League
  2017-10-21 10:39 [Bug 103389] [regression, bisected] Bad flickering of items in steam bugzilla-daemon
                   ` (4 preceding siblings ...)
  2017-10-27 11:08 ` bugzilla-daemon
@ 2017-10-29 15:23 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-10-29 15:23 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from bartos.petr@gmail.com ---
Created attachment 135156
  --> https://bugs.freedesktop.org/attachment.cgi?id=135156&action=edit
Layers of Fear segfault

Hi,
I`ve upgraded to latest git versions of mesa, llvm, clang and compiler-rt.
Jericho and glxgears are fixed, however Layers of Fear segfaults on start.

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

[-- Attachment #1.2: Type: text/html, Size: 1523 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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-21 10:39 [Bug 103389] [regression, bisected] Bad flickering of items in steam bugzilla-daemon
2017-10-21 14:23 ` bugzilla-daemon
2017-10-21 14:28 ` [Bug 103389] [regression, bisected] Bad flickering of items in steam, completely broken graphics in Rocket League bugzilla-daemon
2017-10-21 17:45 ` bugzilla-daemon
2017-10-21 17:46 ` bugzilla-daemon
2017-10-27 11:08 ` bugzilla-daemon
2017-10-29 15:23 ` 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.