From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Mon, 08 Apr 2019 14:08:58 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1848148725==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id B9D218925B for ; Mon, 8 Apr 2019 14:08:58 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1848148725== Content-Type: multipart/alternative; boundary="15547325381.f4dA6.806" Content-Transfer-Encoding: 7bit --15547325381.f4dA6.806 Date: Mon, 8 Apr 2019 14:08:58 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 Bug ID: 110355 Summary: radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: diego.viola@gmail.com QA Contact: dri-devel@lists.freedesktop.org I am currently experiencing some issues with GTK elements (GtkMenuItem, GtkMenu) becoming invisible with GIMP and LibreOffice. I am currently using radeonsi+glamor and I'm on Arch Linux (x86_64). My hardware is a Ryzen 5 2400G APU with vega graphics. The issue goes away if I start the application with this variable: LIBGL_ALWAYS_SOFTWARE=3D1. --=20 You are receiving this mail because: You are the assignee for the bug.= --15547325381.f4dA6.806 Date: Mon, 8 Apr 2019 14:08:58 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated
Bug ID 110355
Summary radeonsi: GTK elements become invisible in some applications = (GIMP, LibreOffice)
Product Mesa
Version git
Hardware x86-64 (AMD64)
OS Linux (All)
Status NEW
Severity normal
Priority medium
Component Drivers/Gallium/radeonsi
Assignee dri-devel@lists.freedesktop.org
Reporter diego.viola@gmail.com
QA Contact dri-devel@lists.freedesktop.org

I am currently experiencing some issues with GTK elements (Gtk=
MenuItem,
GtkMenu) becoming invisible with GIMP and LibreOffice.

I am currently using radeonsi+glamor and I'm on Arch Linux (x86_64).

My hardware is a Ryzen 5 2400G APU with vega graphics.

The issue goes away if I start the application with this variable:
LIBGL_ALWAYS_SOFTWARE=3D1.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15547325381.f4dA6.806-- --===============1848148725== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1848148725==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Mon, 08 Apr 2019 14:10:05 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1355441816==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 1A52F891F2 for ; Mon, 8 Apr 2019 14:10:05 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1355441816== Content-Type: multipart/alternative; boundary="15547326050.bbbA4BC0d.1576" Content-Transfer-Encoding: 7bit --15547326050.bbbA4BC0d.1576 Date: Mon, 8 Apr 2019 14:10:05 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 --- Comment #1 from Diego Viola --- I've bisected the issue, here is the bad commit: [diego@archtest mesa]$ git bisect good 1b25d340b791ad8350bdfb27f1a91ac79fa17748 is the first bad commit commit 1b25d340b791ad8350bdfb27f1a91ac79fa17748 Author: Sonny Jiang Date: Mon Dec 3 12:36:33 2018 -0500 radeonsi: use compute for resource_copy_region when possible v2: marek: fix snorm8 blits Signed-off-by: Sonny Jiang Signed-off-by: Marek Ol=C5=A1=C3=A1k :040000 040000 2c64a549c6512a622312f0a5955cafc17c99ae91 7615411b88672f53247c0393d28898672d8f49e1 M src [diego@archtest mesa]$ --=20 You are receiving this mail because: You are the assignee for the bug.= --15547326050.bbbA4BC0d.1576 Date: Mon, 8 Apr 2019 14:10:05 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 1 on bug 11035= 5 from Diego Viola
I've bisected the issue, here is the bad commit:

[diego@archtest mesa]$ git bisect good
1b25d340b791ad8350bdfb27f1a91ac79fa17748 is the first bad commit
commit 1b25d340b791ad8350bdfb27f1a91ac79fa17748
Author: Sonny Jiang <sonny.ji=
ang@amd.com>
Date:   Mon Dec 3 12:36:33 2018 -0500

    radeonsi: use compute for resource_copy_region when possible

    v2: marek: fix snorm8 blits

    Signed-off-by: Sonny Jiang <sonny.jiang@amd.com>
    Signed-off-by: Marek Ol=C5=A1=C3=A1k <marek.olsak@amd.com>

:040000 040000 2c64a549c6512a622312f0a5955cafc17c99ae91
7615411b88672f53247c0393d28898672d8f49e1 M      src
[diego@archtest mesa]$


You are receiving this mail because:
  • You are the assignee for the bug.
= --15547326050.bbbA4BC0d.1576-- --===============1355441816== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1355441816==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Mon, 08 Apr 2019 14:10:41 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1554075246==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 251B089266 for ; Mon, 8 Apr 2019 14:10:41 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1554075246== Content-Type: multipart/alternative; boundary="15547326411.4FafC90.1771" Content-Transfer-Encoding: 7bit --15547326411.4FafC90.1771 Date: Mon, 8 Apr 2019 14:10:41 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 --- Comment #2 from Diego Viola --- Created attachment 143894 --> https://bugs.freedesktop.org/attachment.cgi?id=3D143894&action=3Dedit bisect log --=20 You are receiving this mail because: You are the assignee for the bug.= --15547326411.4FafC90.1771 Date: Mon, 8 Apr 2019 14:10:41 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated


You are receiving this mail because:
  • You are the assignee for the bug.
= --15547326411.4FafC90.1771-- --===============1554075246== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1554075246==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Mon, 08 Apr 2019 14:14:13 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2086059265==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 663A188344 for ; Mon, 8 Apr 2019 14:14:13 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============2086059265== Content-Type: multipart/alternative; boundary="15547328530.fF992F9E.2920" Content-Transfer-Encoding: 7bit --15547328530.fF992F9E.2920 Date: Mon, 8 Apr 2019 14:14:13 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 --- Comment #3 from Diego Viola --- Mesa was installed to /usr/local. /usr/local/lib was added to /etc/ld.so.conf.d/mesa.conf. libgbm, libEGL is being loaded from /usr/local/lib and radeonsi_dri.so is b= eing loaded from /usr/local/lib/dri. LLVM 7.0.1 was used to compile mesa. --=20 You are receiving this mail because: You are the assignee for the bug.= --15547328530.fF992F9E.2920 Date: Mon, 8 Apr 2019 14:14:13 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 3 on bug 11035= 5 from Diego Viola
Mesa was installed to /usr/local.

/usr/local/lib was added to /etc/ld.so.conf.d/mesa.conf.

libgbm, libEGL is being loaded from /usr/local/lib and radeonsi_dri.so is b=
eing
loaded from  /usr/local/lib/dri.

LLVM 7.0.1 was used to compile mesa.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15547328530.fF992F9E.2920-- --===============2086059265== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============2086059265==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Mon, 08 Apr 2019 14:21:59 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0063284826==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 0F81E8925F for ; Mon, 8 Apr 2019 14:21:59 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0063284826== Content-Type: multipart/alternative; boundary="15547333180.6DD9.8634" Content-Transfer-Encoding: 7bit --15547333180.6DD9.8634 Date: Mon, 8 Apr 2019 14:21:58 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 --- Comment #4 from Diego Viola --- Created attachment 143895 --> https://bugs.freedesktop.org/attachment.cgi?id=3D143895&action=3Dedit Screenshot showing the problem Notice the lack of the "Help" menu item. --=20 You are receiving this mail because: You are the assignee for the bug.= --15547333180.6DD9.8634 Date: Mon, 8 Apr 2019 14:21:58 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 4 on bug 11035= 5 from Diego Viola
Created attachmen=
t 143895 [details]
Screenshot showing the problem

Notice the lack of the "Help" menu item.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15547333180.6DD9.8634-- --===============0063284826== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0063284826==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Mon, 08 Apr 2019 14:22:57 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2067976810==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id AF1AB89269 for ; Mon, 8 Apr 2019 14:22:57 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============2067976810== Content-Type: multipart/alternative; boundary="15547333770.6fdC0CcfD.8952" Content-Transfer-Encoding: 7bit --15547333770.6fdC0CcfD.8952 Date: Mon, 8 Apr 2019 14:22:57 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 --- Comment #5 from Diego Viola --- Created attachment 143896 --> https://bugs.freedesktop.org/attachment.cgi?id=3D143896&action=3Dedit Screnshot without the issue GIMP started with LIBGL_ALWAYS_SOFTWARE=3D1 so it doesn't present the issue. --=20 You are receiving this mail because: You are the assignee for the bug.= --15547333770.6fdC0CcfD.8952 Date: Mon, 8 Apr 2019 14:22:57 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 5 on bug 11035= 5 from Diego Viola
Created attachment 1=
43896 [details]
Screnshot without the issue

GIMP started with LIBGL_ALWAYS_SOFTWARE=3D1 so it doesn't present the issue=
.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15547333770.6fdC0CcfD.8952-- --===============2067976810== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============2067976810==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Mon, 08 Apr 2019 14:28:26 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1605098430==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 88292890EF for ; Mon, 8 Apr 2019 14:28:26 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1605098430== Content-Type: multipart/alternative; boundary="15547337061.23D9a282B.10941" Content-Transfer-Encoding: 7bit --15547337061.23D9a282B.10941 Date: Mon, 8 Apr 2019 14:28:26 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 --- Comment #6 from Diego Viola --- System details: Arch Linux (x86_64) mesa 19.0.1-2 xorg-server 1.20.4-1 llvm7 7.0.1-1 i3-wm 4.16.1-1 xorg-server-xephyr 1.20.4-1 - I've downgraded llvm8 to llvm7 before I bisected because mesa-18.3.5 requ= ired llvm7. - Xephyr was used when I bisected (I ran GIMP inside Xephyr -glamor :1), the issue can also be reproduced with Xorg. --=20 You are receiving this mail because: You are the assignee for the bug.= --15547337061.23D9a282B.10941 Date: Mon, 8 Apr 2019 14:28:26 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 6 on bug 11035= 5 from Diego Viola
System details:

Arch Linux (x86_64)
mesa 19.0.1-2
xorg-server 1.20.4-1
llvm7 7.0.1-1
i3-wm 4.16.1-1
xorg-server-xephyr 1.20.4-1

- I've downgraded llvm8 to llvm7 before I bisected because mesa-18.3.5 requ=
ired
llvm7.
- Xephyr was used when I bisected (I ran GIMP inside Xephyr -glamor :1), the
issue can also be reproduced with Xorg.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15547337061.23D9a282B.10941-- --===============1605098430== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1605098430==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Mon, 08 Apr 2019 14:37:46 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1517453210==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 0914989255 for ; Mon, 8 Apr 2019 14:37:46 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1517453210== Content-Type: multipart/alternative; boundary="15547342650.b31DD.14419" Content-Transfer-Encoding: 7bit --15547342650.b31DD.14419 Date: Mon, 8 Apr 2019 14:37:45 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 --- Comment #7 from Michel D=C3=A4nzer --- (In reply to Diego Viola from comment #0) > The issue goes away if I start the application with this variable: > LIBGL_ALWAYS_SOFTWARE=3D1. As discussed on IRC, presumably this would have to be set for the X server process, not the application. Can you attach an apitrace of reproducing the problem in Xephyr? --=20 You are receiving this mail because: You are the assignee for the bug.= --15547342650.b31DD.14419 Date: Mon, 8 Apr 2019 14:37:45 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 7 on bug 11035= 5 from Michel D=C3=A4nzer
(In reply to Diego Viola from comment #0)
> The issue goes away if I start the application w=
ith this variable:
> LIBGL_ALWAYS_SOFTWARE=3D1.

As discussed on IRC, presumably this would have to be set for the X server
process, not the application.

Can you attach an apitrace of reproducing the problem in Xephyr?


You are receiving this mail because:
  • You are the assignee for the bug.
= --15547342650.b31DD.14419-- --===============1517453210== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1517453210==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Mon, 08 Apr 2019 14:48:43 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0073519098==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 3045789294 for ; Mon, 8 Apr 2019 14:48:43 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0073519098== Content-Type: multipart/alternative; boundary="15547349231.fd0a3F.18245" Content-Transfer-Encoding: 7bit --15547349231.fd0a3F.18245 Date: Mon, 8 Apr 2019 14:48:43 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 --- Comment #8 from Diego Viola --- Created attachment 143899 --> https://bugs.freedesktop.org/attachment.cgi?id=3D143899&action=3Dedit Xephyr.trace To reproduce it: $ apitrace replay Xephyr.trace -w I used apitrace 7.1-3. --=20 You are receiving this mail because: You are the assignee for the bug.= --15547349231.fd0a3F.18245 Date: Mon, 8 Apr 2019 14:48:43 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 8 on bug 11035= 5 from Diego Viola
Created attachment 143899 =
[details]
Xephyr.trace

To reproduce it:

$ apitrace replay Xephyr.trace -w

I used apitrace 7.1-3.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15547349231.fd0a3F.18245-- --===============0073519098== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0073519098==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Fri, 12 Apr 2019 23:02:17 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0369554795==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 1C7E5899C4 for ; Fri, 12 Apr 2019 23:02:17 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0369554795== Content-Type: multipart/alternative; boundary="15551101370.E7bEbf3.9002" Content-Transfer-Encoding: 7bit --15551101370.E7bEbf3.9002 Date: Fri, 12 Apr 2019 23:02:17 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 --- Comment #9 from Diego Viola --- I get the same problem with GNOME 3.32 on archlinux (Wayland and GNOME Xorg= ). --=20 You are receiving this mail because: You are the assignee for the bug.= --15551101370.E7bEbf3.9002 Date: Fri, 12 Apr 2019 23:02:17 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 9 on bug 11035= 5 from Diego Viola
I get the same problem with GNOME 3.32 on archlinux (Wayland a=
nd GNOME Xorg).


You are receiving this mail because:
  • You are the assignee for the bug.
= --15551101370.E7bEbf3.9002-- --===============0369554795== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0369554795==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Wed, 17 Apr 2019 23:05:01 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1877183937==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 05F2A6E0A9 for ; Wed, 17 Apr 2019 23:05:01 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1877183937== Content-Type: multipart/alternative; boundary="15555423000.843Fc.10856" Content-Transfer-Encoding: 7bit --15555423000.843Fc.10856 Date: Wed, 17 Apr 2019 23:05:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 --- Comment #10 from Marek Ol=C5=A1=C3=A1k --- The bug has nothing to do with compute. The compute blit removed gfx-based blits from the gfx pipeline, which uncovered a bug in the driver. --=20 You are receiving this mail because: You are the assignee for the bug.= --15555423000.843Fc.10856 Date: Wed, 17 Apr 2019 23:05:00 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Comme= nt # 10 on bug 11035= 5 from Marek Ol=C5=A1=C3=A1k
The bug has nothing to do with compute. The compute blit remov=
ed gfx-based
blits from the gfx pipeline, which uncovered a bug in the driver.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15555423000.843Fc.10856-- --===============1877183937== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1877183937==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Thu, 18 Apr 2019 19:05:02 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1078229363==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 6D0326E1B4 for ; Thu, 18 Apr 2019 19:05:02 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1078229363== Content-Type: multipart/alternative; boundary="15556143020.8C7e03cC.28129" Content-Transfer-Encoding: 7bit --15556143020.8C7e03cC.28129 Date: Thu, 18 Apr 2019 19:05:02 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 --- Comment #11 from Diego Viola --- (In reply to Marek Ol=C5=A1=C3=A1k from comment #10) > The bug has nothing to do with compute. The compute blit removed gfx-based > blits from the gfx pipeline, which uncovered a bug in the driver. Hi Marek, I tested your patches from this series: https://patchwork.freedesktop.org/patch/300465/?series=3D59674&rev=3D1 and my issue is fixed after applying your patches, thank you. :D --=20 You are receiving this mail because: You are the assignee for the bug.= --15556143020.8C7e03cC.28129 Date: Thu, 18 Apr 2019 19:05:02 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Comme= nt # 11 on bug 11035= 5 from Diego Viola
(In reply to Marek Ol=C5=A1=C3=A1k from comment #10)
> The bug has nothing to do with compute. The comp=
ute blit removed gfx-based
> blits from the gfx pipeline, which uncovered a bug in the driver.

Hi Marek,

I tested your patches from this series:

https://patchwork.freedesktop.org/patch/300465/?series=3D59674&=
amp;rev=3D1

and my issue is fixed after applying your patches, thank you. :D


You are receiving this mail because:
  • You are the assignee for the bug.
= --15556143020.8C7e03cC.28129-- --===============1078229363== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1078229363==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110355] radeonsi: GTK elements become invisible in some applications (GIMP, LibreOffice) Date: Thu, 25 Apr 2019 15:50:24 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1007115017==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id CFB2B891FD for ; Thu, 25 Apr 2019 15:50:23 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1007115017== Content-Type: multipart/alternative; boundary="15562074230.b3eCbB560.20206" Content-Transfer-Encoding: 7bit --15562074230.b3eCbB560.20206 Date: Thu, 25 Apr 2019 15:50:23 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110355 Marek Ol=C5=A1=C3=A1k changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #12 from Marek Ol=C5=A1=C3=A1k --- Fixed by 440135e5a0d178c537db3f96e6823bc8220a0f3f. Closing. --=20 You are receiving this mail because: You are the assignee for the bug.= --15562074230.b3eCbB560.20206 Date: Thu, 25 Apr 2019 15:50:23 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated = Marek Ol=C5=A1=C3=A1k changed bug 11035= 5
What Removed Added
Status NEW RESOLVED
Resolution --- FIXED

Comme= nt # 12 on bug 11035= 5 from Marek Ol=C5=A1=C3=A1k
Fixed by 440135e5a0d178c537db3f96e6823bc8220a0f3f. Closing.
        


You are receiving this mail because:
  • You are the assignee for the bug.
= --15562074230.b3eCbB560.20206-- --===============1007115017== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1007115017==--