dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
@ 2019-03-21  1:34 bugzilla-daemon
  2019-03-21  9:27 ` bugzilla-daemon
                   ` (112 more replies)
  0 siblings, 113 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-21  1:34 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 110214
           Summary: amdgpu: xterm scrollback buffer disappears while
                    paging up/down
           Product: DRI
           Version: XOrg git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/AMDgpu
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: diego.viola@gmail.com

Whenever I run `dmesg' on a xterm that uses the following options:

xterm -fa "DejaVu Sans Mono:style=Book:antialias=true" -fs 9

and I scroll up with the keyboard (shift+page up) parts of the scrollback
buffer disappears, making it difficult to read the output.

I've tested other terminals (urxvt and alacritty) and I cannot trigger the bug
with these terminals, with xterm it happens only with xft and with the options
I mentioned above.

Steps to reproduce:

- run `xterm -fa "DejaVu Sans Mono:style=Book:antialias=true" -fs 9'
- run `dmesg', hit enter and page up

You should notice parts of the buffer disappearing.

I use the modesetting DDX driver, I also tried the xf86-video-amdgpu DDX driver
and I can reproduce it with both, however, when setting Option "Accel" "off" in
/etc/X11/xorg.conf.d/20-amdgpu.conf I cannot reproduce it anymore.

Actual Results:

As mentioned, the scrollback buffer disappears when paging up with these xterm
options that I mentioned above.

Expected Results:

xterm works normally with these options, with no scrollback buffer issues.

System details:

- Arch Linux (x86_64)
- linux 5.0.2-arch1-1-ARCH
- xorg-server 1.20.4-1
- i3-wm 4.16.1-1
- xterm 344-1
- mesa 19.0.0-1

My machine is a "AMD Ryzen 5 2400G with Radeon Vega Graphics" APU with
integrated vega graphics.

$ lspci | grep VGA
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raven
Ridge [Radeon Vega Series / Radeon Vega Mobile Series] (rev c6)

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
@ 2019-03-21  9:27 ` bugzilla-daemon
  2019-03-21 21:03 ` bugzilla-daemon
                   ` (111 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-21  9:27 UTC (permalink / raw)
  To: dri-devel


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

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

Michel Dänzer <michel@daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Product|DRI                         |Mesa
          Component|DRM/AMDgpu                  |Drivers/Gallium/radeonsi
            Version|XOrg git                    |19.0
         QA Contact|                            |dri-devel@lists.freedesktop
                   |                            |.org

--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
Please attach the corresponding Xorg log file and output of glxinfo and dmesg.

I can't seem to reproduce this, and I'm not sure what exactly "parts of the
scrollback buffer disappear" means. Maybe you can make a screencast or
screenshots demonstrating the problem?

Anyway, this is more likely an issue between glamor and Mesa than in the kernel
driver. Reassigning to Mesa for now, as glamor issues are no longer tracked
here.

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
  2019-03-21  9:27 ` bugzilla-daemon
@ 2019-03-21 21:03 ` bugzilla-daemon
  2019-03-21 21:05 ` bugzilla-daemon
                   ` (110 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-21 21:03 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 143749
  --> https://bugs.freedesktop.org/attachment.cgi?id=143749&action=edit
Screencast demonstrating the problem

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
  2019-03-21  9:27 ` bugzilla-daemon
  2019-03-21 21:03 ` bugzilla-daemon
@ 2019-03-21 21:05 ` bugzilla-daemon
  2019-03-21 21:06 ` bugzilla-daemon
                   ` (109 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-21 21:05 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 143750
  --> https://bugs.freedesktop.org/attachment.cgi?id=143750&action=edit
Xorg.0.log

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-03-21 21:05 ` bugzilla-daemon
@ 2019-03-21 21:06 ` bugzilla-daemon
  2019-03-21 21:07 ` bugzilla-daemon
                   ` (108 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-21 21:06 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 143751
  --> https://bugs.freedesktop.org/attachment.cgi?id=143751&action=edit
glxinfo

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (3 preceding siblings ...)
  2019-03-21 21:06 ` bugzilla-daemon
@ 2019-03-21 21:07 ` bugzilla-daemon
  2019-03-21 22:11 ` bugzilla-daemon
                   ` (107 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-21 21:07 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 143752
  --> https://bugs.freedesktop.org/attachment.cgi?id=143752&action=edit
dmesg

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (4 preceding siblings ...)
  2019-03-21 21:07 ` bugzilla-daemon
@ 2019-03-21 22:11 ` bugzilla-daemon
  2019-03-22  3:17 ` bugzilla-daemon
                   ` (106 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-21 22:11 UTC (permalink / raw)
  To: dri-devel


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

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

Diego Viola <diego.viola@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|Other                       |x86-64 (AMD64)
                 OS|All                         |Linux (All)

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (5 preceding siblings ...)
  2019-03-21 22:11 ` bugzilla-daemon
@ 2019-03-22  3:17 ` bugzilla-daemon
  2019-03-22  3:24 ` bugzilla-daemon
                   ` (105 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-22  3:17 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #6 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #1)
> Please attach the corresponding Xorg log file and output of glxinfo and
> dmesg.

Done.

> 
> I can't seem to reproduce this, and I'm not sure what exactly "parts of the
> scrollback buffer disappear" means. Maybe you can make a screencast or
> screenshots demonstrating the problem?

By that I mean the actual text/output disappears after I do shift+page up, but
it doesn't if I scroll with the mouse wheel or if I use the scrollbar.

I've attached a video demonstrating the issue, please let me know if you need
more info.

Thanks.

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (6 preceding siblings ...)
  2019-03-22  3:17 ` bugzilla-daemon
@ 2019-03-22  3:24 ` bugzilla-daemon
  2019-03-26  5:04 ` bugzilla-daemon
                   ` (104 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-22  3:24 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #7 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Diego Viola from comment #6)
> (In reply to Michel Dänzer from comment #1)
> > Please attach the corresponding Xorg log file and output of glxinfo and
> > dmesg.
> 
> Done.
> 
> > 
> > I can't seem to reproduce this, and I'm not sure what exactly "parts of the
> > scrollback buffer disappear" means. Maybe you can make a screencast or
> > screenshots demonstrating the problem?
> 
> By that I mean the actual text/output disappears after I do shift+page up,
> but it doesn't if I scroll with the mouse wheel or if I use the scrollbar.

That was wrong, using the scrollbar also causes the same effect as using
shift+page up (disappearing text).

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (7 preceding siblings ...)
  2019-03-22  3:24 ` bugzilla-daemon
@ 2019-03-26  5:04 ` bugzilla-daemon
  2019-03-26  5:04 ` bugzilla-daemon
                   ` (103 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-26  5:04 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #8 from Diego Viola <diego.viola@gmail.com> ---
I've compiled mesa from git and the issue is still there, I also tried older
releases like 18.3, 18.2 and the issue remains.

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (8 preceding siblings ...)
  2019-03-26  5:04 ` bugzilla-daemon
@ 2019-03-26  5:04 ` bugzilla-daemon
  2019-03-26  5:13 ` bugzilla-daemon
                   ` (102 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-26  5:04 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #9 from Diego Viola <diego.viola@gmail.com> ---
I also get the same issue if I run xterm from sway/weston (via xwayland).

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (9 preceding siblings ...)
  2019-03-26  5:04 ` bugzilla-daemon
@ 2019-03-26  5:13 ` bugzilla-daemon
  2019-03-26 23:32 ` bugzilla-daemon
                   ` (101 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-26  5:13 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #10 from Diego Viola <diego.viola@gmail.com> ---
My issue looks quite similar to this one:

https://bugs.openbsd.narkive.com/N7A1v1Cw/colored-text-disappears-in-xterm

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (10 preceding siblings ...)
  2019-03-26  5:13 ` bugzilla-daemon
@ 2019-03-26 23:32 ` bugzilla-daemon
  2019-03-27  0:59 ` bugzilla-daemon
                   ` (100 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-26 23:32 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #11 from Diego Viola <diego.viola@gmail.com> ---
Tried mesa git (19.1.0-devel) with LLVM 9.0.0 (SVN) and the issue still
persists.

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (11 preceding siblings ...)
  2019-03-26 23:32 ` bugzilla-daemon
@ 2019-03-27  0:59 ` bugzilla-daemon
  2019-03-27  3:04 ` bugzilla-daemon
                   ` (99 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-27  0:59 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #12 from Diego Viola <diego.viola@gmail.com> ---
I also tried recompiling xorg-server (git and 1.20.0) and the problem still
persists with those, I can't compile older releases anymore due to compile time
errors.

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (12 preceding siblings ...)
  2019-03-27  0:59 ` bugzilla-daemon
@ 2019-03-27  3:04 ` bugzilla-daemon
  2019-03-27 10:19 ` bugzilla-daemon
                   ` (98 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-27  3:04 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #13 from Diego Viola <diego.viola@gmail.com> ---
I can also reproduce the issue with Xephyr -glamor.

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (13 preceding siblings ...)
  2019-03-27  3:04 ` bugzilla-daemon
@ 2019-03-27 10:19 ` bugzilla-daemon
  2019-03-27 10:54 ` bugzilla-daemon
                   ` (97 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-27 10:19 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #14 from Diego Viola <diego.viola@gmail.com> ---
I can't reproduce the issue if I startx with LIBGL_ALWAYS_SOFTWARE=1.

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (14 preceding siblings ...)
  2019-03-27 10:19 ` bugzilla-daemon
@ 2019-03-27 10:54 ` bugzilla-daemon
  2019-03-27 10:59 ` bugzilla-daemon
                   ` (96 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-27 10:54 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #15 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Diego Viola from comment #14)
> I can't reproduce the issue if I startx with LIBGL_ALWAYS_SOFTWARE=1.

How exactly did you set that? Normally, I'd expect it to only affect clients,
not the X server.

Are you using a compositing manager?

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (15 preceding siblings ...)
  2019-03-27 10:54 ` bugzilla-daemon
@ 2019-03-27 10:59 ` bugzilla-daemon
  2019-03-27 11:00 ` bugzilla-daemon
                   ` (95 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-27 10:59 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #16 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #15)
> (In reply to Diego Viola from comment #14)
> > I can't reproduce the issue if I startx with LIBGL_ALWAYS_SOFTWARE=1.
> 
> How exactly did you set that? Normally, I'd expect it to only affect
> clients, not the X server.
> 
> Are you using a compositing manager?

In my TT1:

export LIBGL_ALWAYS_SOFTWARE=1

then startx after that.

When I'm on X, I open an xterm and LIBGL_ALWAYS_SOFTWARE=1 will be set, glxinfo
also reports llvmpipe.

I'm using i3-wm, no I don't use a compositing manager.

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (16 preceding siblings ...)
  2019-03-27 10:59 ` bugzilla-daemon
@ 2019-03-27 11:00 ` bugzilla-daemon
  2019-03-27 13:30 ` bugzilla-daemon
                   ` (94 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-27 11:00 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #17 from Diego Viola <diego.viola@gmail.com> ---
TTY1, sorry.

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (17 preceding siblings ...)
  2019-03-27 11:00 ` bugzilla-daemon
@ 2019-03-27 13:30 ` bugzilla-daemon
  2019-03-29 15:30 ` bugzilla-daemon
                   ` (93 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-27 13:30 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #18 from Diego Viola <diego.viola@gmail.com> ---
I tried running xcompmgr just to see if it makes a difference and it doesn't, I
can still reproduce the bug when xcompmgr is running.

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (18 preceding siblings ...)
  2019-03-27 13:30 ` bugzilla-daemon
@ 2019-03-29 15:30 ` bugzilla-daemon
  2019-03-29 20:16 ` bugzilla-daemon
                   ` (92 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-29 15:30 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #19 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Diego Viola from comment #12)
> I also tried recompiling xorg-server (git and 1.20.0) and the problem still
> persists with those, [...]

Did you build xserver with meson or autotools?

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (19 preceding siblings ...)
  2019-03-29 15:30 ` bugzilla-daemon
@ 2019-03-29 20:16 ` bugzilla-daemon
  2019-03-29 20:42 ` bugzilla-daemon
                   ` (91 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-29 20:16 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #20 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #19)
> (In reply to Diego Viola from comment #12)
> > I also tried recompiling xorg-server (git and 1.20.0) and the problem still
> > persists with those, [...]
> 
> Did you build xserver with meson or autotools?

autotools

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (20 preceding siblings ...)
  2019-03-29 20:16 ` bugzilla-daemon
@ 2019-03-29 20:42 ` bugzilla-daemon
  2019-03-29 21:02 ` bugzilla-daemon
                   ` (90 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-29 20:42 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #21 from Diego Viola <diego.viola@gmail.com> ---
BTW, I'm not sure if it's related, but I also started seeing some artifacts
with GTK windows (GIMP and LibreOffice), items such as "Help" (in GtkMenuItem)
will disappear, then they re-appear until I click in one of them.

The same is also true for the text in the menus itself.

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (21 preceding siblings ...)
  2019-03-29 20:42 ` bugzilla-daemon
@ 2019-03-29 21:02 ` bugzilla-daemon
  2019-03-29 22:44 ` bugzilla-daemon
                   ` (89 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-29 21:02 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #22 from Diego Viola <diego.viola@gmail.com> ---
s/until/when/

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (22 preceding siblings ...)
  2019-03-29 21:02 ` bugzilla-daemon
@ 2019-03-29 22:44 ` bugzilla-daemon
  2019-03-30  5:03 ` bugzilla-daemon
                   ` (88 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-29 22:44 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #23 from Diego Viola <diego.viola@gmail.com> ---
When starting X with LIBGL_ALWAYS_SOFTWARE=1 the rendering issues with GIMP
also goes away.

-- 
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
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (23 preceding siblings ...)
  2019-03-29 22:44 ` bugzilla-daemon
@ 2019-03-30  5:03 ` bugzilla-daemon
  2019-03-30 10:53 ` bugzilla-daemon
                   ` (87 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-30  5:03 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #24 from Diego Viola <diego.viola@gmail.com> ---
I've bisected the issue with the GTK elements sometimes disappearing, and the
commit that causes the issue is this one:

1b25d340b791ad8350bdfb27f1a91ac79fa17748 is the first bad commit

Sadly my xterm is still affected but I can confirm this commit causes the issue
with the GTK windows, going back to the previous commit fixes the issue with
the invisible element in GIMP.

Does it shed any light for my original issue (invisible output in xterm)?

Sorry for mixing things up.

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

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

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

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

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

* [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (24 preceding siblings ...)
  2019-03-30  5:03 ` bugzilla-daemon
@ 2019-03-30 10:53 ` bugzilla-daemon
  2019-03-30 12:06 ` [Bug 110214] radeonsi: " bugzilla-daemon
                   ` (86 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-30 10:53 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #25 from Michel Dänzer <michel@daenzer.net> ---
Just to make sure, you always restart the X server between building a Mesa
commit and testing xterm against it, right? And you're making sure that the X
server picks up your self-built radeonsi_dri.so for glamor?

If so, since that commit doesn't seem to affect the xterm issue, let's assume
for now that it's separate. Please file a new report about the GTK issue, also
against radeonsi, with the information from git bisect.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (25 preceding siblings ...)
  2019-03-30 10:53 ` bugzilla-daemon
@ 2019-03-30 12:06 ` bugzilla-daemon
  2019-03-30 12:07 ` bugzilla-daemon
                   ` (85 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-30 12:06 UTC (permalink / raw)
  To: dri-devel


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

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

Diego Viola <diego.viola@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|amdgpu: xterm scrollback    |radeonsi: xterm scrollback
                   |buffer disappears while     |buffer disappears while
                   |paging up/down              |paging up/down

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (26 preceding siblings ...)
  2019-03-30 12:06 ` [Bug 110214] radeonsi: " bugzilla-daemon
@ 2019-03-30 12:07 ` bugzilla-daemon
  2019-03-30 12:32 ` bugzilla-daemon
                   ` (84 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-30 12:07 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #26 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #25)
> Just to make sure, you always restart the X server between building a Mesa
> commit and testing xterm against it, right? And you're making sure that the
> X server picks up your self-built radeonsi_dri.so for glamor?

Yes.

> 
> If so, since that commit doesn't seem to affect the xterm issue, let's
> assume for now that it's separate. Please file a new report about the GTK
> issue, also against radeonsi, with the information from git bisect.

OK.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (27 preceding siblings ...)
  2019-03-30 12:07 ` bugzilla-daemon
@ 2019-03-30 12:32 ` bugzilla-daemon
  2019-03-30 15:25 ` bugzilla-daemon
                   ` (83 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-30 12:32 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #27 from Diego Viola <diego.viola@gmail.com> ---
Actually, about your question:

> And you're making sure that the X server picks up your self-built radeonsi_dri.so for glamor?

I'm compiling Mesa in my home directory with the following configure switches:

./autogen.sh --enable-gles1 --enable-gles2 --enable-glx-tls
--with-egl-platforms=x11,drm,wayland --with-dri-drivers=radeon
--with-gallium-drivers=radeonsi --enable-debug --enable-autotools
make -j8

export LD_LIBRARY_PATH=/home/diego/mesa/lib
export LIBGL_DRIVERS_PATH=/home/diego/mesa/lib/gallium

So I assume this should make the X server pick the radeonsi_dri.so from
/home/diego/mesa/lib/gallium right?

I looked at the ~/.local/share/xorg/Xorg.0.log but it's not so clear:

[   437.304] (II) modeset(0): [DRI2]   DRI driver: radeonsi
[   437.307] (II) AIGLX: Loaded and initialized radeonsi

Is there a way to verify beyond this which radeonsi driver it's using?

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (28 preceding siblings ...)
  2019-03-30 12:32 ` bugzilla-daemon
@ 2019-03-30 15:25 ` bugzilla-daemon
  2019-03-30 18:22 ` bugzilla-daemon
                   ` (82 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-30 15:25 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #28 from Diego Viola <diego.viola@gmail.com> ---
I guess I'll need to install mesa system wide to be really sure, I'll do that
and confirm.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (29 preceding siblings ...)
  2019-03-30 15:25 ` bugzilla-daemon
@ 2019-03-30 18:22 ` bugzilla-daemon
  2019-03-31 22:49 ` bugzilla-daemon
                   ` (81 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-30 18:22 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #29 from Diego Viola <diego.viola@gmail.com> ---
OK, I was able to install Mesa system wide, glxinfo tells me this:

Mesa 19.0.0-devel (git-8daf5bb209)

Which is the commit prior to the bad commit I mentioned above.

Sadly xterm is still breaking as usual, the output disappears as I Shift+Page
Up and nothing changed in that regard. :(

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (30 preceding siblings ...)
  2019-03-30 18:22 ` bugzilla-daemon
@ 2019-03-31 22:49 ` bugzilla-daemon
  2019-03-31 22:59 ` bugzilla-daemon
                   ` (80 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-31 22:49 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #30 from Diego Viola <diego.viola@gmail.com> ---
I can reproduce this on Fedora 29 (workstation), I don't think the problem is
Arch Linux specific.

- XTerm(334)
- Linux 5.0.4-200.fc29.x86_64
- GNOME Version 3.30.2
- xorg-x11-server-Xorg-1.20.4-1.fc29.x86_64

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (31 preceding siblings ...)
  2019-03-31 22:49 ` bugzilla-daemon
@ 2019-03-31 22:59 ` bugzilla-daemon
  2019-04-01  8:12 ` bugzilla-daemon
                   ` (79 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-03-31 22:59 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #31 from Diego Viola <diego.viola@gmail.com> ---
I can't reproduce it on Ubuntu 18.04.2 or 19.04 beta.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (32 preceding siblings ...)
  2019-03-31 22:59 ` bugzilla-daemon
@ 2019-04-01  8:12 ` bugzilla-daemon
  2019-04-01  8:46 ` bugzilla-daemon
                   ` (78 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01  8:12 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #32 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Diego Viola from comment #27)
> export LD_LIBRARY_PATH=/home/diego/mesa/lib
> export LIBGL_DRIVERS_PATH=/home/diego/mesa/lib/gallium
> 
> So I assume this should make the X server pick the radeonsi_dri.so from
> /home/diego/mesa/lib/gallium right?

Doubtful, environment variables from the user shell aren't propagated to the
Xorg process for me (which makes it very mysterious how LIBGL_ALWAYS_SOFTWARE=1
could make any difference...).

> Is there a way to verify beyond this which radeonsi driver it's using?

sudo lsof | grep radeonsi_dri.so


(In reply to Diego Viola from comment #29)
> Mesa 19.0.0-devel (git-8daf5bb209)
> 
> Which is the commit prior to the bad commit I mentioned above.
> 
> Sadly xterm is still breaking as usual, the output disappears as I
> Shift+Page Up and nothing changed in that regard. :(

What if you install Mesa 18.3 system-wide?


(In reply to Diego Viola from comment #30)
> I can reproduce this on Fedora 29 (workstation), [...]
(In reply to Diego Viola from comment #31)
> I can't reproduce it on Ubuntu 18.04.2 or 19.04 beta.

Please attach the outputs of glxinfo from Fedora and Ubuntu.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (33 preceding siblings ...)
  2019-04-01  8:12 ` bugzilla-daemon
@ 2019-04-01  8:46 ` bugzilla-daemon
  2019-04-01  8:51 ` bugzilla-daemon
                   ` (77 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01  8:46 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #33 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 143829
  --> https://bugs.freedesktop.org/attachment.cgi?id=143829&action=edit
glxinfo from Ubuntu 19.04 beta

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (34 preceding siblings ...)
  2019-04-01  8:46 ` bugzilla-daemon
@ 2019-04-01  8:51 ` bugzilla-daemon
  2019-04-01  9:08 ` bugzilla-daemon
                   ` (76 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01  8:51 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #34 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 143830
  --> https://bugs.freedesktop.org/attachment.cgi?id=143830&action=edit
glxinfo from Ubuntu 18.04.2

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (35 preceding siblings ...)
  2019-04-01  8:51 ` bugzilla-daemon
@ 2019-04-01  9:08 ` bugzilla-daemon
  2019-04-01  9:12 ` bugzilla-daemon
                   ` (75 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01  9:08 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #35 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 143831
  --> https://bugs.freedesktop.org/attachment.cgi?id=143831&action=edit
glxinfo from Fedora 29

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (36 preceding siblings ...)
  2019-04-01  9:08 ` bugzilla-daemon
@ 2019-04-01  9:12 ` bugzilla-daemon
  2019-04-01  9:25 ` bugzilla-daemon
                   ` (74 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01  9:12 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #36 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #32)
> (In reply to Diego Viola from comment #27)
> > export LD_LIBRARY_PATH=/home/diego/mesa/lib
> > export LIBGL_DRIVERS_PATH=/home/diego/mesa/lib/gallium
> > 
> > So I assume this should make the X server pick the radeonsi_dri.so from
> > /home/diego/mesa/lib/gallium right?
> 
> Doubtful, environment variables from the user shell aren't propagated to the
> Xorg process for me (which makes it very mysterious how
> LIBGL_ALWAYS_SOFTWARE=1 could make any difference...).
> 
> > Is there a way to verify beyond this which radeonsi driver it's using?
> 
> sudo lsof | grep radeonsi_dri.so

Thanks.

> 
> 
> (In reply to Diego Viola from comment #29)
> > Mesa 19.0.0-devel (git-8daf5bb209)
> > 
> > Which is the commit prior to the bad commit I mentioned above.
> > 
> > Sadly xterm is still breaking as usual, the output disappears as I
> > Shift+Page Up and nothing changed in that regard. :(
> 
> What if you install Mesa 18.3 system-wide?

I'll try that.

> 
> 
> (In reply to Diego Viola from comment #30)
> > I can reproduce this on Fedora 29 (workstation), [...]
> (In reply to Diego Viola from comment #31)
> > I can't reproduce it on Ubuntu 18.04.2 or 19.04 beta.
> 
> Please attach the outputs of glxinfo from Fedora and Ubuntu.

Done.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (37 preceding siblings ...)
  2019-04-01  9:12 ` bugzilla-daemon
@ 2019-04-01  9:25 ` bugzilla-daemon
  2019-04-01  9:41 ` bugzilla-daemon
                   ` (73 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01  9:25 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #37 from Michel Dänzer <michel@daenzer.net> ---
Hmm, Mesa was built against LLVM 7 in Arch & Fedora, against LLVM 8/9 in
Ubuntu. Maybe this was an LLVM issue fixed in version 8?

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (38 preceding siblings ...)
  2019-04-01  9:25 ` bugzilla-daemon
@ 2019-04-01  9:41 ` bugzilla-daemon
  2019-04-01  9:44 ` bugzilla-daemon
                   ` (72 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01  9:41 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #38 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #37)
> Hmm, Mesa was built against LLVM 7 in Arch & Fedora, against LLVM 8/9 in
> Ubuntu. Maybe this was an LLVM issue fixed in version 8?

Unfortunately that's not the issue, llvm-libs 8.0.0 just landed on Arch Linux
[extra] repository and the issue still persists.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (39 preceding siblings ...)
  2019-04-01  9:41 ` bugzilla-daemon
@ 2019-04-01  9:44 ` bugzilla-daemon
  2019-04-01 10:11 ` bugzilla-daemon
                   ` (71 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01  9:44 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #39 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Diego Viola from comment #38)
> Unfortunately that's not the issue, llvm-libs 8.0.0 just landed on Arch
> Linux [extra] repository and the issue still persists.

Has Mesa been rebuilt against the new LLVM? Check the glxinfo output.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (40 preceding siblings ...)
  2019-04-01  9:44 ` bugzilla-daemon
@ 2019-04-01 10:11 ` bugzilla-daemon
  2019-04-01 10:53 ` bugzilla-daemon
                   ` (70 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 10:11 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #40 from Diego Viola <diego.viola@gmail.com> ---
Something really funny is going on.

I've compiled Mesa 18.3.0 and installed it system-wide and that works (xterm
scrollback is fine with this).

I've compiled the latest Mesa git HEAD and installed that system-wide, this
fails.

Bisect time.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (41 preceding siblings ...)
  2019-04-01 10:11 ` bugzilla-daemon
@ 2019-04-01 10:53 ` bugzilla-daemon
  2019-04-01 10:53 ` bugzilla-daemon
                   ` (69 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 10:53 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #41 from Diego Viola <diego.viola@gmail.com> ---
$ git bisect good
6328536ff28ca26f2ad4e6f2c956c467acebda88 is the first bad commit
commit 6328536ff28ca26f2ad4e6f2c956c467acebda88
Author: Eric Anholt <eric@anholt.net>
Date:   Fri Nov 2 14:35:06 2018 -0700

    gbm: Introduce a helper function for printing GBM format names.

    This requires that the caller make a little (stack) allocation to store
    the string.

    v2: Use gbm_format_canonicalize (suggested by Daniel)

    Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
    Reviewed-by: Daniel Stone <daniels@collabora.com>

:040000 040000 033db8e2d54ead2f34691e6b8e234a06428381fd
50d5e1cbd57b488d0e24fd86787c611bf58bd588 M      src

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (42 preceding siblings ...)
  2019-04-01 10:53 ` bugzilla-daemon
@ 2019-04-01 10:53 ` bugzilla-daemon
  2019-04-01 10:54 ` bugzilla-daemon
                   ` (68 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 10:53 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #42 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 143832
  --> https://bugs.freedesktop.org/attachment.cgi?id=143832&action=edit
git bisect log

-- 
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: 159 bytes --]

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (43 preceding siblings ...)
  2019-04-01 10:53 ` bugzilla-daemon
@ 2019-04-01 10:54 ` bugzilla-daemon
  2019-04-01 11:01 ` bugzilla-daemon
                   ` (67 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 10:54 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #43 from Daniel Stone <daniel@fooishbar.org> ---
(In reply to Diego Viola from comment #41)
> $ git bisect good
> 6328536ff28ca26f2ad4e6f2c956c467acebda88 is the first bad commit
> commit 6328536ff28ca26f2ad4e6f2c956c467acebda88
> Author: Eric Anholt <eric@anholt.net>
> Date:   Fri Nov 2 14:35:06 2018 -0700
> 
>     gbm: Introduce a helper function for printing GBM format names.
>     
>     This requires that the caller make a little (stack) allocation to store
>     the string.
>     
>     v2: Use gbm_format_canonicalize (suggested by Daniel)
>     
>     Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
>     Reviewed-by: Daniel Stone <daniels@collabora.com>
> 
> :040000 040000 033db8e2d54ead2f34691e6b8e234a06428381fd
> 50d5e1cbd57b488d0e24fd86787c611bf58bd588 M	src

I'm afraid this is a red herring: as you can see from looking at the commit, it
simply adds new API with no actual user.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (44 preceding siblings ...)
  2019-04-01 10:54 ` bugzilla-daemon
@ 2019-04-01 11:01 ` bugzilla-daemon
  2019-04-01 11:06 ` bugzilla-daemon
                   ` (66 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 11:01 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #44 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Daniel Stone from comment #43)
> (In reply to Diego Viola from comment #41)
> > $ git bisect good
> > 6328536ff28ca26f2ad4e6f2c956c467acebda88 is the first bad commit
> > commit 6328536ff28ca26f2ad4e6f2c956c467acebda88
> > Author: Eric Anholt <eric@anholt.net>
> > Date:   Fri Nov 2 14:35:06 2018 -0700
> > 
> >     gbm: Introduce a helper function for printing GBM format names.
> >     
> >     This requires that the caller make a little (stack) allocation to store
> >     the string.
> >     
> >     v2: Use gbm_format_canonicalize (suggested by Daniel)
> >     
> >     Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
> >     Reviewed-by: Daniel Stone <daniels@collabora.com>
> > 
> > :040000 040000 033db8e2d54ead2f34691e6b8e234a06428381fd
> > 50d5e1cbd57b488d0e24fd86787c611bf58bd588 M	src
> 
> I'm afraid this is a red herring: as you can see from looking at the commit,
> it simply adds new API with no actual user.

Are you sure? I've compiled the previous commit and that makes it work.

commit ee7f848c000112a98e9614f42921b176be473792 (HEAD)

Should I restart the git bisect?

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (45 preceding siblings ...)
  2019-04-01 11:01 ` bugzilla-daemon
@ 2019-04-01 11:06 ` bugzilla-daemon
  2019-04-01 12:01 ` bugzilla-daemon
                   ` (65 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 11:06 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #45 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 143833
  --> https://bugs.freedesktop.org/attachment.cgi?id=143833&action=edit
glxinfo with LLVM 8.0.0

(In reply to Michel Dänzer from comment #39)
> (In reply to Diego Viola from comment #38)
> > Unfortunately that's not the issue, llvm-libs 8.0.0 just landed on Arch
> > Linux [extra] repository and the issue still persists.
> 
> Has Mesa been rebuilt against the new LLVM? Check the glxinfo output.

Here's the current glxinfo output with the stock mesa on Arch.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (46 preceding siblings ...)
  2019-04-01 11:06 ` bugzilla-daemon
@ 2019-04-01 12:01 ` bugzilla-daemon
  2019-04-01 12:24 ` bugzilla-daemon
                   ` (64 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 12:01 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #46 from Diego Viola <diego.viola@gmail.com> ---
For some reason glxinfo reports mesa 19.0.0 (stock package on Arch) after I've
installed mesa system-wide (18.3.0).

I didn't use a PKGBUILD and installed mesa by doing a `sudo make install'.

Maybe that's why the bisect went bad?

I know using a PKGBUILD is the right way to do it, but the last time I tried to
use it I got some conflicts with libglvnd when I tried to replace the Arch
Linux mesa package with the custom one.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (47 preceding siblings ...)
  2019-04-01 12:01 ` bugzilla-daemon
@ 2019-04-01 12:24 ` bugzilla-daemon
  2019-04-01 12:51 ` bugzilla-daemon
                   ` (63 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 12:24 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #47 from Diego Viola <diego.viola@gmail.com> ---
OK, this one is also weird, I've compiled mesa-18.3.0 in my home directory,
exported these two variables:

export LD_LIBRARY_PATH=/home/diego/mesa/lib
export LIBGL_DRIVERS_PATH=/home/diego/mesa/lib/gallium

I startx after that, glxinfo reports the right mesa version (18.3.0) and lsof
says this:

$ sudo lsof | grep radeonsi_dri.so
[sudo] password for diego: 
Xorg      8082                  diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8083 Xorg:cs0    diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8084 Xorg:disk   diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8085 Xorg:sh0    diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8086 Xorg:sh1    diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8087 Xorg:sh2    diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8088 Xorg:sh3    diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8089 Xorg:sh4    diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8090 Xorg:sh5    diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8091 Xorg:shlo   diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8092 Xorg:shlo   diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8093 Xorg:shlo   diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8094 Xorg:shlo   diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so
Xorg      8082 8095 Xorg:gdrv   diego  mem       REG               0,22
84191168     322546 /home/diego/mesa/lib/gallium/radeonsi_dri.so

But then I cannot reproduce the bug anymore.

Any ideas?

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (48 preceding siblings ...)
  2019-04-01 12:24 ` bugzilla-daemon
@ 2019-04-01 12:51 ` bugzilla-daemon
  2019-04-01 12:59 ` bugzilla-daemon
                   ` (62 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 12:51 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #48 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 143834
  --> https://bugs.freedesktop.org/attachment.cgi?id=143834&action=edit
Xephyr.trace

Here is an apitrace to reproduce the bug, I used this:

export MESA_EXTENSION_OVERRIDE="-GL_ARB_buffer_storage"
apitrace trace /usr/bin/Xephyr -glamor :1 -screen 1024x768

As described here: https://github.com/apitrace/apitrace/wiki/Glamor

I can replay it with either of those commands:

eglretrace -w Xephyr.trace

or

glretrace -w Xephyr.trace

This was iive's suggestion (thanks).

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (49 preceding siblings ...)
  2019-04-01 12:51 ` bugzilla-daemon
@ 2019-04-01 12:59 ` bugzilla-daemon
  2019-04-01 13:39 ` bugzilla-daemon
                   ` (61 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 12:59 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #49 from Diego Viola <diego.viola@gmail.com> ---
apitrace replay -w Xephyr.trace also seems to work.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (50 preceding siblings ...)
  2019-04-01 12:59 ` bugzilla-daemon
@ 2019-04-01 13:39 ` bugzilla-daemon
  2019-04-01 14:33 ` bugzilla-daemon
                   ` (60 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 13:39 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #50 from Diego Viola <diego.viola@gmail.com> ---
I can reproduce the issue with apitrace on Ubuntu 19.04.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (51 preceding siblings ...)
  2019-04-01 13:39 ` bugzilla-daemon
@ 2019-04-01 14:33 ` bugzilla-daemon
  2019-04-01 16:05 ` bugzilla-daemon
                   ` (59 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 14:33 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #51 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Diego Viola from comment #46)
> Maybe that's why the bisect went bad?

That's likely one reason at least. At this point it's probably best if you
double-check everything before testing anything. :)

(In reply to Diego Viola from comment #47)
> But then I cannot reproduce the bug anymore.

The working hypothesis is that it's a Mesa regression between 18.3 and 19.0, so
that makes sense?

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (52 preceding siblings ...)
  2019-04-01 14:33 ` bugzilla-daemon
@ 2019-04-01 16:05 ` bugzilla-daemon
  2019-04-01 16:09 ` bugzilla-daemon
                   ` (58 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 16:05 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #52 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #51)
> (In reply to Diego Viola from comment #46)
> > Maybe that's why the bisect went bad?
> 
> That's likely one reason at least. At this point it's probably best if you
> double-check everything before testing anything. :)

Sure, sorry about any possible false-positives that I might have provided by
accident.

> 
> (In reply to Diego Viola from comment #47)
> > But then I cannot reproduce the bug anymore.
> 
> The working hypothesis is that it's a Mesa regression between 18.3 and 19.0,
> so that makes sense?

Yes, is there any more info that I can provide that you think would be useful?

Thanks.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (53 preceding siblings ...)
  2019-04-01 16:05 ` bugzilla-daemon
@ 2019-04-01 16:09 ` bugzilla-daemon
  2019-04-01 16:31 ` bugzilla-daemon
                   ` (57 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 16:09 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #53 from Michel Dänzer <michel@daenzer.net> ---
It's probably worth trying git bisect again, double-checking at each step that
you're testing the right thing.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (54 preceding siblings ...)
  2019-04-01 16:09 ` bugzilla-daemon
@ 2019-04-01 16:31 ` bugzilla-daemon
  2019-04-02  0:23 ` bugzilla-daemon
                   ` (56 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-01 16:31 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #54 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #53)
> It's probably worth trying git bisect again, double-checking at each step
> that you're testing the right thing.

Sure, I think my attempt from #c47 should have allowed me to reproduce the
problem, I wonder why that failed.

I will try again.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (55 preceding siblings ...)
  2019-04-01 16:31 ` bugzilla-daemon
@ 2019-04-02  0:23 ` bugzilla-daemon
  2019-04-02  0:38 ` bugzilla-daemon
                   ` (55 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-02  0:23 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #55 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #53)
> It's probably worth trying git bisect again, double-checking at each step
> that you're testing the right thing.

I tried again and I can't get to replace the system mesa with my own build
because of some conflicts with libglvnd, and when I compile mesa in my home
directory and export LD_LIBRARY_PATH and LIBGL_DRIVERS_PATH to my mesa build,
glxinfo reports the right version of mesa and links to the libGL from my build,
but lsof shows the libGL from libglvnd is being used.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (56 preceding siblings ...)
  2019-04-02  0:23 ` bugzilla-daemon
@ 2019-04-02  0:38 ` bugzilla-daemon
  2019-04-02  1:35 ` bugzilla-daemon
                   ` (54 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-02  0:38 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #56 from Diego Viola <diego.viola@gmail.com> ---
Here's more or less what I'm currently seeing:

$ ldd /usr/bin/glxinfo | grep libGL
        libGL.so.1 => /home/diego/mesa/lib/libGL.so.1 (0x00007fbaac886000)
$ ls -l /home/diego/mesa/lib/libGL.so.1
lrwxrwxrwx 2 diego diego 14 Apr  2 00:03 /home/diego/mesa/lib/libGL.so.1 ->
libGL.so.1.2.0
$ sudo lsof | grep libGL.so
[sudo] password for diego: 
Xorg       4873                  diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4874 Xorg:cs0    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4875 Xorg:disk   diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4876 Xorg:sh0    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4877 Xorg:sh1    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4878 Xorg:sh2    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4879 Xorg:sh3    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4880 Xorg:sh4    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4881 Xorg:sh5    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4882 Xorg:shlo   diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4883 Xorg:shlo   diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4884 Xorg:shlo   diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4885 Xorg:shlo   diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       4873 4886 Xorg:gdrv   diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520                  diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5521 Xorg:cs0    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5522 Xorg:disk   diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5523 Xorg:sh0    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5524 Xorg:sh1    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5525 Xorg:sh2    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5526 Xorg:sh3    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5527 Xorg:sh4    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5528 Xorg:sh5    diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5529 Xorg:shlo   diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5530 Xorg:shlo   diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5531 Xorg:shlo   diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5532 Xorg:shlo   diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
Xorg       5520 5533 Xorg:gdrv   diego  mem       REG               0,22  
591624     438107 /usr/lib/libGL.so.1.7.0
$ pacman -Qo /usr/lib/libGL.so.1.7.0 
/usr/lib/libGL.so.1.7.0 is owned by libglvnd 1.1.1-1

This is after I startx with LD_LIBRARY_PATH and LIBGL_DRIVERS_PATH pointing to
my mesa build.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (57 preceding siblings ...)
  2019-04-02  0:38 ` bugzilla-daemon
@ 2019-04-02  1:35 ` bugzilla-daemon
  2019-04-02  4:00 ` bugzilla-daemon
                   ` (53 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-02  1:35 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #57 from Diego Viola <diego.viola@gmail.com> ---
I contacted Thomas Dickey (maintainer of xterm) and he said this about the
issue:

drivers, or Xorg in general -

for instance the parts painting by XCopyArea
(used by xterm and some other applications)
may not be getting repainting-events

https://lists.cairographics.org/archives/cairo/2015-May/026284.html

or buggy acceleration features

https://invisible-island.net/xterm/xterm.faq.html#compiz_bugs

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (58 preceding siblings ...)
  2019-04-02  1:35 ` bugzilla-daemon
@ 2019-04-02  4:00 ` bugzilla-daemon
  2019-04-02  4:33 ` bugzilla-daemon
                   ` (52 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-02  4:00 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #58 from Diego Viola <diego.viola@gmail.com> ---
I restarted the bisect and ended up at the same "bad commit":

6328536ff28ca26f2ad4e6f2c956c467acebda88 is the first bad commit

I wonder what I'm doing wrong...

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (59 preceding siblings ...)
  2019-04-02  4:00 ` bugzilla-daemon
@ 2019-04-02  4:33 ` bugzilla-daemon
  2019-04-02  6:14 ` bugzilla-daemon
                   ` (51 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-02  4:33 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #59 from Diego Viola <diego.viola@gmail.com> ---
If I do this:

$ git revert -n 6328536ff28ca26f2ad4e6f2c956c467acebda88
$ git revert -n 621b0fa8922ade0a8122b868177308e65e6d3595

Then xterm works fine and I still have direct rendering.

-- 
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
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while paging up/down
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (60 preceding siblings ...)
  2019-04-02  4:33 ` bugzilla-daemon
@ 2019-04-02  6:14 ` bugzilla-daemon
  2019-04-02  6:55 ` [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn bugzilla-daemon
                   ` (50 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-02  6:14 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #60 from Diego Viola <diego.viola@gmail.com> ---
Used clang to compile the latest mesa git master and it made no difference.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (61 preceding siblings ...)
  2019-04-02  6:14 ` bugzilla-daemon
@ 2019-04-02  6:55 ` bugzilla-daemon
  2019-04-03  8:19 ` bugzilla-daemon
                   ` (49 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-02  6:55 UTC (permalink / raw)
  To: dri-devel


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

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

Diego Viola <diego.viola@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|radeonsi: xterm scrollback  |radeonsi: xterm scrollback
                   |buffer disappears while     |buffer disappears while
                   |paging up/down              |Shift+PgUp and PgDn

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (62 preceding siblings ...)
  2019-04-02  6:55 ` [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn bugzilla-daemon
@ 2019-04-03  8:19 ` bugzilla-daemon
  2019-04-04 17:26 ` bugzilla-daemon
                   ` (48 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-03  8:19 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #61 from Diego Viola <diego.viola@gmail.com> ---
I just want to retract myself from saying these commits caused the problem for
me, sorry about that.

As suggested by MrCooper, I've compiled/installed mesa to /usr/local and added
/usr/local/lib to /etc/ld.so.conf.d/mesa.conf to override the system mesa.

We found that xterm still has the issue with Mesa 18.3.0.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (63 preceding siblings ...)
  2019-04-03  8:19 ` bugzilla-daemon
@ 2019-04-04 17:26 ` bugzilla-daemon
  2019-04-05  8:49 ` bugzilla-daemon
                   ` (47 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-04 17:26 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #62 from Diego Viola <diego.viola@gmail.com> ---
We found quite a few things during our research:

export MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier"

This helps alleviate the problem (xterm does not have the issue with this),
however, the problem is still present in Xephyr.

We tested Xephyr from the current git master down to Xephyr from xserver 1.16
and the problem is also present, however, setting the following environment
variable:

export R600_DEBUG=nodpbb

Makes the issue disappear entirely.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (64 preceding siblings ...)
  2019-04-04 17:26 ` bugzilla-daemon
@ 2019-04-05  8:49 ` bugzilla-daemon
  2019-04-05 12:18 ` bugzilla-daemon
                   ` (46 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05  8:49 UTC (permalink / raw)
  To: dri-devel


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

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

Michel Dänzer <michel@daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|19.0                        |git

--- Comment #63 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Diego Viola from comment #62)
> export MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier"
> 
> This helps alleviate the problem (xterm does not have the issue with this),
> however, the problem is still present in Xephyr.

To clarify, you mean Xephyr from xserver 1.16 here (where glamor didn't make
use of GL_NV_texture_barrier yet), disabling GL_NV_texture_barrier helps with
current Xephyr, right?

It seems like DPBB needs to be disabled when glTextureBarrier(NV) is called,
otherwise primitives may be reordered across the barrier. Does that make sense,
Marek?

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (65 preceding siblings ...)
  2019-04-05  8:49 ` bugzilla-daemon
@ 2019-04-05 12:18 ` bugzilla-daemon
  2019-04-05 12:36 ` bugzilla-daemon
                   ` (45 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05 12:18 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #64 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #63)
> (In reply to Diego Viola from comment #62)
> > export MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier"
> > 
> > This helps alleviate the problem (xterm does not have the issue with this),
> > however, the problem is still present in Xephyr.
> 
> To clarify, you mean Xephyr from xserver 1.16 here (where glamor didn't make
> use of GL_NV_texture_barrier yet), disabling GL_NV_texture_barrier helps
> with current Xephyr, right?

Yes, that's correct.

If I set `export MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier"
` before running `startx`, xterm works fine either in X or Xephyr (from git
master).

> 
> It seems like DPBB needs to be disabled when glTextureBarrier(NV) is called,
> otherwise primitives may be reordered across the barrier. Does that make
> sense, Marek?

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (66 preceding siblings ...)
  2019-04-05 12:18 ` bugzilla-daemon
@ 2019-04-05 12:36 ` bugzilla-daemon
  2019-04-05 12:43 ` bugzilla-daemon
                   ` (44 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05 12:36 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #65 from Diego Viola <diego.viola@gmail.com> ---
Just to make it a bit more clear:

If I set that environment variable while I'm already on X:

export MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier"

It has no effect on Xephyr (from current git master), i.e. xterm still shows
the bug.

However, if I set before `startx`.

It works with both, X and Xephyr (from git master), i.e. xterm works fine.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (67 preceding siblings ...)
  2019-04-05 12:36 ` bugzilla-daemon
@ 2019-04-05 12:43 ` bugzilla-daemon
  2019-04-05 14:22 ` bugzilla-daemon
                   ` (43 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05 12:43 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #66 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Diego Viola from comment #65)
> Just to make it a bit more clear:
> 
> If I set that environment variable while I'm already on X:
> 
> export MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier"
> 
> It has no effect on Xephyr (from current git master), i.e. xterm still shows
> the bug.

xterm still shows the bug in Xephyr from git if that environment was set later
(while X was running).

Works fine with both (Xephyr git and X) if the environment variable was set
before startx.

Please let me know if you have more questions.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (68 preceding siblings ...)
  2019-04-05 12:43 ` bugzilla-daemon
@ 2019-04-05 14:22 ` bugzilla-daemon
  2019-04-05 14:59 ` bugzilla-daemon
                   ` (42 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05 14:22 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #67 from Marek Olšák <maraeo@gmail.com> ---
(In reply to Michel Dänzer from comment #63)
> (In reply to Diego Viola from comment #62)
> > export MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier"
> > 
> > This helps alleviate the problem (xterm does not have the issue with this),
> > however, the problem is still present in Xephyr.
> 
> To clarify, you mean Xephyr from xserver 1.16 here (where glamor didn't make
> use of GL_NV_texture_barrier yet), disabling GL_NV_texture_barrier helps
> with current Xephyr, right?
> 
> It seems like DPBB needs to be disabled when glTextureBarrier(NV) is called,
> otherwise primitives may be reordered across the barrier. Does that make
> sense, Marek?

Primitives aren't reordered with DPBB. Primitives can't also survive a barrier
with DPBB. DPBB has no effect on behavior, it just changes how PS wavefronts
are formed.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (69 preceding siblings ...)
  2019-04-05 14:22 ` bugzilla-daemon
@ 2019-04-05 14:59 ` bugzilla-daemon
  2019-04-05 15:01 ` bugzilla-daemon
                   ` (41 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05 14:59 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #68 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Diego Viola from comment #65)
> If I set that environment variable while I'm already on X:

By "X" I assume you mean Xorg here?

> export MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier"
> 
> It has no effect on Xephyr (from current git master), i.e. xterm still shows
> the bug.

Did you set the variable before starting Xephyr though, so it was set in the
Xephyr process? If yes, that makes things confusing again, just when it seemed
like they were starting to make sense...

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (70 preceding siblings ...)
  2019-04-05 14:59 ` bugzilla-daemon
@ 2019-04-05 15:01 ` bugzilla-daemon
  2019-04-05 15:22 ` bugzilla-daemon
                   ` (40 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05 15:01 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #69 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Marek Olšák from comment #67)
> Primitives aren't reordered with DPBB. Primitives can't also survive a
> barrier with DPBB. DPBB has no effect on behavior, it just changes how PS
> wavefronts are formed.

Is there any way that could affect the glamor shader which samples from one
area of a buffer and draws to another (non-overlapping) area of the same
buffer?

What is the reason for radeonsi disabling DPBB for blits?

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (71 preceding siblings ...)
  2019-04-05 15:01 ` bugzilla-daemon
@ 2019-04-05 15:22 ` bugzilla-daemon
  2019-04-05 15:23 ` bugzilla-daemon
                   ` (39 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05 15:22 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #70 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #68)
> (In reply to Diego Viola from comment #65)
> > If I set that environment variable while I'm already on X:
> 
> By "X" I assume you mean Xorg here?

Yes, Xorg.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (72 preceding siblings ...)
  2019-04-05 15:22 ` bugzilla-daemon
@ 2019-04-05 15:23 ` bugzilla-daemon
  2019-04-05 15:26 ` bugzilla-daemon
                   ` (38 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05 15:23 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #71 from Marek Olšák <maraeo@gmail.com> ---
(In reply to Michel Dänzer from comment #69)
> (In reply to Marek Olšák from comment #67)
> > Primitives aren't reordered with DPBB. Primitives can't also survive a
> > barrier with DPBB. DPBB has no effect on behavior, it just changes how PS
> > wavefronts are formed.
> 
> Is there any way that could affect the glamor shader which samples from one
> area of a buffer and draws to another (non-overlapping) area of the same
> buffer?

As long as the blits are truly non-overlapping, DPBB doesn't affect it.

> 
> What is the reason for radeonsi disabling DPBB for blits?

because it's not useful for blits and it might add latency because of binning.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (73 preceding siblings ...)
  2019-04-05 15:23 ` bugzilla-daemon
@ 2019-04-05 15:26 ` bugzilla-daemon
  2019-04-05 15:34 ` bugzilla-daemon
                   ` (37 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05 15:26 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #72 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #51) 
> The working hypothesis is that it's a Mesa regression between 18.3 and 19.0,
> so that makes sense?

That was a mistake from my part, sorry.

Setting 'export MESA_EXTENSION_OVERRIDE="-GL_ARB_buffer_storage"' after startx
still makes xterm work fine even after startx (from a running Xorg session).

Sorry for the confusion.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (74 preceding siblings ...)
  2019-04-05 15:26 ` bugzilla-daemon
@ 2019-04-05 15:34 ` bugzilla-daemon
  2019-04-05 15:38 ` bugzilla-daemon
                   ` (36 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05 15:34 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #73 from Diego Viola <diego.viola@gmail.com> ---
Sorry for the confusing comments.

export MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier" makes xterm always work
with Xpehyr git, no matter if I set that variable before or after startx.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (75 preceding siblings ...)
  2019-04-05 15:34 ` bugzilla-daemon
@ 2019-04-05 15:38 ` bugzilla-daemon
  2019-04-05 17:14 ` bugzilla-daemon
                   ` (35 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05 15:38 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #74 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Diego Viola from comment #65)
> Just to make it a bit more clear:
> 
> If I set that environment variable while I'm already on X:
> 
> export MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier"
> 
> It has no effect on Xephyr (from current git master), i.e. xterm still shows
> the bug.

This comment is completely wrong, ignore it.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (76 preceding siblings ...)
  2019-04-05 15:38 ` bugzilla-daemon
@ 2019-04-05 17:14 ` bugzilla-daemon
  2019-04-08  9:09 ` bugzilla-daemon
                   ` (34 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-05 17:14 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #75 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Diego Viola from comment #72)
> (In reply to Michel Dänzer from comment #51) 
> > The working hypothesis is that it's a Mesa regression between 18.3 and 19.0,
> > so that makes sense?
> 
> That was a mistake from my part, sorry.
> 
> Setting 'export MESA_EXTENSION_OVERRIDE="-GL_ARB_buffer_storage"' after
> startx still makes xterm work fine even after startx (from a running Xorg
> session).
> 
> Sorry for the confusion.

Replied to the wrong comment, this was supposed to be a reply to #68.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (77 preceding siblings ...)
  2019-04-05 17:14 ` bugzilla-daemon
@ 2019-04-08  9:09 ` bugzilla-daemon
  2019-04-08  9:17 ` bugzilla-daemon
                   ` (33 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-08  9:09 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #76 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Diego Viola from comment #24)
> I've bisected the issue with the GTK elements sometimes disappearing, and
> the commit that causes the issue is this one:
> 
> 1b25d340b791ad8350bdfb27f1a91ac79fa17748 is the first bad commit

Can you double-check this with Xephyr, taking everything we've learned since
then into account, and if the same commit is identified again, file a new
report about it?

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (78 preceding siblings ...)
  2019-04-08  9:09 ` bugzilla-daemon
@ 2019-04-08  9:17 ` bugzilla-daemon
  2019-04-08  9:53 ` [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn bugzilla-daemon
                   ` (32 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-08  9:17 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #77 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #76)
> (In reply to Diego Viola from comment #24)
> > I've bisected the issue with the GTK elements sometimes disappearing, and
> > the commit that causes the issue is this one:
> > 
> > 1b25d340b791ad8350bdfb27f1a91ac79fa17748 is the first bad commit
> 
> Can you double-check this with Xephyr, taking everything we've learned since
> then into account, and if the same commit is identified again, file a new
> report about it?

Sure thing.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (79 preceding siblings ...)
  2019-04-08  9:17 ` bugzilla-daemon
@ 2019-04-08  9:53 ` bugzilla-daemon
  2019-04-12 22:24 ` bugzilla-daemon
                   ` (31 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-08  9:53 UTC (permalink / raw)
  To: dri-devel


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

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

Diego Viola <diego.viola@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|radeonsi: xterm scrollback  |radeonsi: xterm scrollback
                   |buffer disappears while     |buffer disappears while
                   |Shift+PgUp and PgDn         |Shift+PgUp and Shift+PgDn

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (80 preceding siblings ...)
  2019-04-08  9:53 ` [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn bugzilla-daemon
@ 2019-04-12 22:24 ` bugzilla-daemon
  2019-04-17 21:08 ` bugzilla-daemon
                   ` (30 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-12 22:24 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #78 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 143956
  --> https://bugs.freedesktop.org/attachment.cgi?id=143956&action=edit
clinfo -A output

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (81 preceding siblings ...)
  2019-04-12 22:24 ` bugzilla-daemon
@ 2019-04-17 21:08 ` bugzilla-daemon
  2019-04-18  8:22 ` bugzilla-daemon
                   ` (29 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-17 21:08 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #79 from Diego Viola <diego.viola@gmail.com> ---
I found that a workaround for this issue is to add the following to my
Xresources:

XTerm.vt100.scaleHeight: 0.9

The default is 1.0 (which creates the problem), a value of 1.5 also makes it
work (although fonts look too wide then).

I found this information here:

https://savannah.nongnu.org/bugs/index.php?52165
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880407

Which might indicate this being a freetype problem?

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (82 preceding siblings ...)
  2019-04-17 21:08 ` bugzilla-daemon
@ 2019-04-18  8:22 ` bugzilla-daemon
  2019-04-18 17:59 ` bugzilla-daemon
                   ` (28 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-18  8:22 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #80 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Diego Viola from comment #79)
> Which might indicate this being a freetype problem?

No. If it was a FreeType problem, R600_DEBUG=nodpbb or
MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier" couldn't work around it.

Changing the xterm configuration just happens to avoid the problem somehow.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (83 preceding siblings ...)
  2019-04-18  8:22 ` bugzilla-daemon
@ 2019-04-18 17:59 ` bugzilla-daemon
  2019-04-18 23:32 ` bugzilla-daemon
                   ` (27 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-18 17:59 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #81 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #80)
> (In reply to Diego Viola from comment #79)
> > Which might indicate this being a freetype problem?
> 
> No. If it was a FreeType problem, R600_DEBUG=nodpbb or
> MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier" couldn't work around it.
> 
> Changing the xterm configuration just happens to avoid the problem somehow.

Makes sense, thanks.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (84 preceding siblings ...)
  2019-04-18 17:59 ` bugzilla-daemon
@ 2019-04-18 23:32 ` bugzilla-daemon
  2019-04-19  9:43 ` bugzilla-daemon
                   ` (26 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-18 23:32 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #82 from Diego Viola <diego.viola@gmail.com> ---
I found that I can't reproduce this bug with Xephyr -glamor_gles2 (git) but it
still happens with -glamor.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (85 preceding siblings ...)
  2019-04-18 23:32 ` bugzilla-daemon
@ 2019-04-19  9:43 ` bugzilla-daemon
  2019-04-20 23:08 ` bugzilla-daemon
                   ` (25 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-19  9:43 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #83 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Diego Viola from comment #82)
> I found that I can't reproduce this bug with Xephyr -glamor_gles2 (git) but
> it still happens with -glamor.

Presumably the GL_NV_texture_barrier extension isn't available with GLES2, so
this is the same as disabling that extension with OpenGL.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (86 preceding siblings ...)
  2019-04-19  9:43 ` bugzilla-daemon
@ 2019-04-20 23:08 ` bugzilla-daemon
  2019-04-20 23:10 ` bugzilla-daemon
                   ` (24 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-20 23:08 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #84 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #83)
> (In reply to Diego Viola from comment #82)
> > I found that I can't reproduce this bug with Xephyr -glamor_gles2 (git) but
> > it still happens with -glamor.
> 
> Presumably the GL_NV_texture_barrier extension isn't available with GLES2,
> so this is the same as disabling that extension with OpenGL.

Makes sense, thanks.

-- 
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
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (87 preceding siblings ...)
  2019-04-20 23:08 ` bugzilla-daemon
@ 2019-04-20 23:10 ` bugzilla-daemon
  2019-04-28 19:57 ` bugzilla-daemon
                   ` (23 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-20 23:10 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #85 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 144054
  --> https://bugs.freedesktop.org/attachment.cgi?id=144054&action=edit
xterm exhibiting the bug

xterm exhibiting the bug after running "dmesg" and hitting Shift+PgUp.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (88 preceding siblings ...)
  2019-04-20 23:10 ` bugzilla-daemon
@ 2019-04-28 19:57 ` bugzilla-daemon
  2019-05-03 12:31 ` bugzilla-daemon
                   ` (22 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-04-28 19:57 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #86 from Diego Viola <diego.viola@gmail.com> ---
I found another workaround.

Edit xterm's util.c and change line 2161:

unsigned int h = (unsigned) (nlines * FontHeight(screen));

to:

unsigned int h = (unsigned) (1000);

i.e. increasing the h variable to a large enough number makes it work for some
reason.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (89 preceding siblings ...)
  2019-04-28 19:57 ` bugzilla-daemon
@ 2019-05-03 12:31 ` bugzilla-daemon
  2019-05-05  7:49 ` bugzilla-daemon
                   ` (21 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-05-03 12:31 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #87 from komqinxit@zoho.eu ---
I have the same bug with xterm and shift+paging.

Another similar bug.
xfce4-terminal leaves a large black area at the bottom when it renders 'dmesg'
or 'cat /etc/passwd'.

AMD Ryzen 3 2200G.
Arch Linux.
Mesa 19.0.3-1

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (90 preceding siblings ...)
  2019-05-03 12:31 ` bugzilla-daemon
@ 2019-05-05  7:49 ` bugzilla-daemon
  2019-05-07 16:45 ` bugzilla-daemon
                   ` (20 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-05-05  7:49 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #88 from Diego Viola <diego.viola@gmail.com> ---
(In reply to komqinxit from comment #87)
> Another similar bug.
> xfce4-terminal leaves a large black area at the bottom when it renders
> 'dmesg' or 'cat /etc/passwd'.
> 
> AMD Ryzen 3 2200G.
> Arch Linux.
> Mesa 19.0.3-1

I can reproduce this, it happens for me with xfce4-terminal and also
gnome-terminal and most other VTE-based terminals.

I also noticed that setting R600_DEBUG=nodpbb and
MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier" does not seem to help.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (91 preceding siblings ...)
  2019-05-05  7:49 ` bugzilla-daemon
@ 2019-05-07 16:45 ` bugzilla-daemon
  2019-05-07 16:47 ` bugzilla-daemon
                   ` (19 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-05-07 16:45 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #89 from komqinxit@zoho.eu ---
Created attachment 144187
  --> https://bugs.freedesktop.org/attachment.cgi?id=144187&action=edit
Bug in Geany

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (92 preceding siblings ...)
  2019-05-07 16:45 ` bugzilla-daemon
@ 2019-05-07 16:47 ` bugzilla-daemon
  2019-05-10 23:13 ` bugzilla-daemon
                   ` (18 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-05-07 16:47 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #90 from komqinxit@zoho.eu ---
Created attachment 144188
  --> https://bugs.freedesktop.org/attachment.cgi?id=144188&action=edit
Geany without a bug

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (93 preceding siblings ...)
  2019-05-07 16:47 ` bugzilla-daemon
@ 2019-05-10 23:13 ` bugzilla-daemon
  2019-05-11 20:38 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-05-10 23:13 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #91 from komqinxit@zoho.eu ---
xfce4-terminal and Geany bugs seem to be this
https://bugs.freedesktop.org/show_bug.cgi?id=110355 and solved with mesa
19.0.4.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (94 preceding siblings ...)
  2019-05-10 23:13 ` bugzilla-daemon
@ 2019-05-11 20:38 ` bugzilla-daemon
  2019-05-21 18:00 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-05-11 20:38 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #92 from Diego Viola <diego.viola@gmail.com> ---
(In reply to komqinxit from comment #91)
> xfce4-terminal and Geany bugs seem to be this
> https://bugs.freedesktop.org/show_bug.cgi?id=110355 and solved with mesa
> 19.0.4.

That's good to know, thanks.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (95 preceding siblings ...)
  2019-05-11 20:38 ` bugzilla-daemon
@ 2019-05-21 18:00 ` bugzilla-daemon
  2019-06-19  5:11 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-05-21 18:00 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #93 from Diego Viola <diego.viola@gmail.com> ---
I just tried to reproduce this issue (xterm bug) with sway today and noticed
that I can't reproduce it under sway.

The bug can still be reproduced with weston and i3.

- sway 1.0-8
- xorg-server-xwayland 1.20.4-1
- mesa 19.0.4-1

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (96 preceding siblings ...)
  2019-05-21 18:00 ` bugzilla-daemon
@ 2019-06-19  5:11 ` bugzilla-daemon
  2019-07-13  0:57 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-06-19  5:11 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #94 from Diego Viola <diego.viola@gmail.com> ---
This bug is still present with mesa 19.1.0-1.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (97 preceding siblings ...)
  2019-06-19  5:11 ` bugzilla-daemon
@ 2019-07-13  0:57 ` bugzilla-daemon
  2019-07-14  9:14 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-07-13  0:57 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #95 from Diego Viola <diego.viola@gmail.com> ---
Still a problem with linux 5.2.0-arch2-1-ARCH and mesa 19.1.2-1.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (98 preceding siblings ...)
  2019-07-13  0:57 ` bugzilla-daemon
@ 2019-07-14  9:14 ` bugzilla-daemon
  2019-07-14  9:16 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-07-14  9:14 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #96 from Diego Viola <diego.viola@gmail.com> ---
Created attachment 144786
  --> https://bugs.freedesktop.org/attachment.cgi?id=144786&action=edit
Yet another workaround (patch) for xterm

Replacing FontHeight for VDrawable seems to help.

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (99 preceding siblings ...)
  2019-07-14  9:14 ` bugzilla-daemon
@ 2019-07-14  9:16 ` bugzilla-daemon
  2019-07-15  1:00 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-07-14  9:16 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #97 from Diego Viola <diego.viola@gmail.com> ---
s/for/with/

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

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

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

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

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

* [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (100 preceding siblings ...)
  2019-07-14  9:16 ` bugzilla-daemon
@ 2019-07-15  1:00 ` bugzilla-daemon
  2019-07-20 20:13 ` [Bug 110214] Raven Ridge: " bugzilla-daemon
                   ` (10 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-07-15  1:00 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #98 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Diego Viola from comment #96)
> Created attachment 144786 [details]
> Yet another workaround (patch) for xterm
> 
> Replacing FontHeight for VDrawable seems to help.

VDrawable is just a big number, so same thing as Comment 86.

Nevermind.

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

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

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

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

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

* [Bug 110214] Raven Ridge: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (101 preceding siblings ...)
  2019-07-15  1:00 ` bugzilla-daemon
@ 2019-07-20 20:13 ` bugzilla-daemon
  2019-07-21  2:07 ` [Bug 110214] Raven Ridge (2400G): " bugzilla-daemon
                   ` (9 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-07-20 20:13 UTC (permalink / raw)
  To: dri-devel


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

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

Diego Viola <diego.viola@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|radeonsi: xterm scrollback  |Raven Ridge: xterm
                   |buffer disappears while     |scrollback buffer
                   |Shift+PgUp and Shift+PgDn   |disappears while Shift+PgUp
                   |                            |and Shift+PgDn

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

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

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

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

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

* [Bug 110214] Raven Ridge (2400G): xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (102 preceding siblings ...)
  2019-07-20 20:13 ` [Bug 110214] Raven Ridge: " bugzilla-daemon
@ 2019-07-21  2:07 ` bugzilla-daemon
  2019-08-02 16:30 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-07-21  2:07 UTC (permalink / raw)
  To: dri-devel


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

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

Diego Viola <diego.viola@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Raven Ridge: xterm          |Raven Ridge (2400G): xterm
                   |scrollback buffer           |scrollback buffer
                   |disappears while Shift+PgUp |disappears while Shift+PgUp
                   |and Shift+PgDn              |and Shift+PgDn

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

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

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

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

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

* [Bug 110214] Raven Ridge (2400G): xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (103 preceding siblings ...)
  2019-07-21  2:07 ` [Bug 110214] Raven Ridge (2400G): " bugzilla-daemon
@ 2019-08-02 16:30 ` bugzilla-daemon
  2019-08-03  2:11 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-08-02 16:30 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #99 from Michel Dänzer <michel@daenzer.net> ---
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1554 has some fixes for
DPBB, might help for this as well.

-- 
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: 159 bytes --]

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

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

* [Bug 110214] Raven Ridge (2400G): xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (104 preceding siblings ...)
  2019-08-02 16:30 ` bugzilla-daemon
@ 2019-08-03  2:11 ` bugzilla-daemon
  2019-08-05 11:12 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-08-03  2:11 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #100 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Michel Dänzer from comment #99)
> https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1554 has some fixes
> for DPBB, might help for this as well.

Unfortunately it doesn't help, I compiled mesa to /usr/local (from his
dpbb_fixes branch) but the issue is still there.

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

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

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

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

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

* [Bug 110214] Raven Ridge (2400G): xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (105 preceding siblings ...)
  2019-08-03  2:11 ` bugzilla-daemon
@ 2019-08-05 11:12 ` bugzilla-daemon
  2019-08-05 13:18 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-08-05 11:12 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #101 from Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> ---
Created attachment 144948
  --> https://bugs.freedesktop.org/attachment.cgi?id=144948&action=edit
comparison screenshot

It looks like a DPBB/scissor interation issue.

The screenshot on the left is a replay of a faulty trace with dpbb disabled.
On the right the same trace, at the same point but using dpbb.

The last executed commands are:
   glScissor(3, 3, 480, 144);
   glDrawArraysInstanced(GL_TRIANGLE_STRIP, 0, 4, 1);

As you can see, the purple area on the right doesn't honor the defined scissor
area.

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

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

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

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

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

* [Bug 110214] Raven Ridge (2400G): xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (106 preceding siblings ...)
  2019-08-05 11:12 ` bugzilla-daemon
@ 2019-08-05 13:18 ` bugzilla-daemon
  2019-08-05 16:22 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-08-05 13:18 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #102 from Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> ---
(In reply to Diego Viola from comment #100)
> (In reply to Michel Dänzer from comment #99)
> > https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1554 has some fixes
> > for DPBB, might help for this as well.
> 
> Unfortunately it doesn't help, I compiled mesa to /usr/local (from his
> dpbb_fixes branch) but the issue is still there.

I just pushed a new commit on the same MR
(https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1554/diffs?commit_id=d25df1274ea48fa73b0d8b31558e2cebb0851015).

Could you test on your machine and let me know if it helps?

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

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

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

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

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

* [Bug 110214] Raven Ridge (2400G): xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (107 preceding siblings ...)
  2019-08-05 13:18 ` bugzilla-daemon
@ 2019-08-05 16:22 ` bugzilla-daemon
  2019-08-07  8:15 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-08-05 16:22 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #103 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Pierre-Eric Pelloux-Prayer from comment #102)
> (In reply to Diego Viola from comment #100)
> > (In reply to Michel Dänzer from comment #99)
> > > https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1554 has some fixes
> > > for DPBB, might help for this as well.
> > 
> > Unfortunately it doesn't help, I compiled mesa to /usr/local (from his
> > dpbb_fixes branch) but the issue is still there.
> 
> I just pushed a new commit on the same MR
> (https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1554/
> diffs?commit_id=d25df1274ea48fa73b0d8b31558e2cebb0851015).
> 
> Could you test on your machine and let me know if it helps?

I can confirm that your new commit fixes the problem. Thank you very much! :D

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

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

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

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

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

* [Bug 110214] Raven Ridge (2400G): xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (108 preceding siblings ...)
  2019-08-05 16:22 ` bugzilla-daemon
@ 2019-08-07  8:15 ` bugzilla-daemon
  2019-08-07 21:44 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-08-07  8:15 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #104 from Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> ---
(In reply to Diego Viola from comment #103)
> (In reply to Pierre-Eric Pelloux-Prayer from comment #102)
> > (In reply to Diego Viola from comment #100)
> > > (In reply to Michel Dänzer from comment #99)
> > > > https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1554 has some fixes
> > > > for DPBB, might help for this as well.
> > > 
> > > Unfortunately it doesn't help, I compiled mesa to /usr/local (from his
> > > dpbb_fixes branch) but the issue is still there.
> > 
> > I just pushed a new commit on the same MR
> > (https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1554/
> > diffs?commit_id=d25df1274ea48fa73b0d8b31558e2cebb0851015).
> > 
> > Could you test on your machine and let me know if it helps?
> 
> I can confirm that your new commit fixes the problem. Thank you very much! :D

Thanks for the confirmation.
I added a Tested-by tag to the commit.

-- 
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: 159 bytes --]

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

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

* [Bug 110214] Raven Ridge (2400G): xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (109 preceding siblings ...)
  2019-08-07  8:15 ` bugzilla-daemon
@ 2019-08-07 21:44 ` bugzilla-daemon
  2019-08-07 22:55 ` bugzilla-daemon
  2019-08-08 13:49 ` bugzilla-daemon
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-08-07 21:44 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #105 from Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> ---
The commit fixing this issue has changed a bit, it would be great if you could
confirm the latest version of the MR works well for you.

Thanks!

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

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

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

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

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

* [Bug 110214] Raven Ridge (2400G): xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (110 preceding siblings ...)
  2019-08-07 21:44 ` bugzilla-daemon
@ 2019-08-07 22:55 ` bugzilla-daemon
  2019-08-08 13:49 ` bugzilla-daemon
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-08-07 22:55 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #106 from Diego Viola <diego.viola@gmail.com> ---
(In reply to Pierre-Eric Pelloux-Prayer from comment #105)
> The commit fixing this issue has changed a bit, it would be great if you
> could confirm the latest version of the MR works well for you.
> 
> Thanks!

Yes, I can confirm it's working great with the latest version. Thank you!

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

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

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

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

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

* [Bug 110214] Raven Ridge (2400G): xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
  2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
                   ` (111 preceding siblings ...)
  2019-08-07 22:55 ` bugzilla-daemon
@ 2019-08-08 13:49 ` bugzilla-daemon
  112 siblings, 0 replies; 114+ messages in thread
From: bugzilla-daemon @ 2019-08-08 13:49 UTC (permalink / raw)
  To: dri-devel


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

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

Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> changed:

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

--- Comment #107 from Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> ---
The MR has been merged.

Thanks again for reporting the bug and helping fixing it!

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

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

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

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

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

end of thread, other threads:[~2019-08-08 13:49 UTC | newest]

Thread overview: 114+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-21  1:34 [Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down bugzilla-daemon
2019-03-21  9:27 ` bugzilla-daemon
2019-03-21 21:03 ` bugzilla-daemon
2019-03-21 21:05 ` bugzilla-daemon
2019-03-21 21:06 ` bugzilla-daemon
2019-03-21 21:07 ` bugzilla-daemon
2019-03-21 22:11 ` bugzilla-daemon
2019-03-22  3:17 ` bugzilla-daemon
2019-03-22  3:24 ` bugzilla-daemon
2019-03-26  5:04 ` bugzilla-daemon
2019-03-26  5:04 ` bugzilla-daemon
2019-03-26  5:13 ` bugzilla-daemon
2019-03-26 23:32 ` bugzilla-daemon
2019-03-27  0:59 ` bugzilla-daemon
2019-03-27  3:04 ` bugzilla-daemon
2019-03-27 10:19 ` bugzilla-daemon
2019-03-27 10:54 ` bugzilla-daemon
2019-03-27 10:59 ` bugzilla-daemon
2019-03-27 11:00 ` bugzilla-daemon
2019-03-27 13:30 ` bugzilla-daemon
2019-03-29 15:30 ` bugzilla-daemon
2019-03-29 20:16 ` bugzilla-daemon
2019-03-29 20:42 ` bugzilla-daemon
2019-03-29 21:02 ` bugzilla-daemon
2019-03-29 22:44 ` bugzilla-daemon
2019-03-30  5:03 ` bugzilla-daemon
2019-03-30 10:53 ` bugzilla-daemon
2019-03-30 12:06 ` [Bug 110214] radeonsi: " bugzilla-daemon
2019-03-30 12:07 ` bugzilla-daemon
2019-03-30 12:32 ` bugzilla-daemon
2019-03-30 15:25 ` bugzilla-daemon
2019-03-30 18:22 ` bugzilla-daemon
2019-03-31 22:49 ` bugzilla-daemon
2019-03-31 22:59 ` bugzilla-daemon
2019-04-01  8:12 ` bugzilla-daemon
2019-04-01  8:46 ` bugzilla-daemon
2019-04-01  8:51 ` bugzilla-daemon
2019-04-01  9:08 ` bugzilla-daemon
2019-04-01  9:12 ` bugzilla-daemon
2019-04-01  9:25 ` bugzilla-daemon
2019-04-01  9:41 ` bugzilla-daemon
2019-04-01  9:44 ` bugzilla-daemon
2019-04-01 10:11 ` bugzilla-daemon
2019-04-01 10:53 ` bugzilla-daemon
2019-04-01 10:53 ` bugzilla-daemon
2019-04-01 10:54 ` bugzilla-daemon
2019-04-01 11:01 ` bugzilla-daemon
2019-04-01 11:06 ` bugzilla-daemon
2019-04-01 12:01 ` bugzilla-daemon
2019-04-01 12:24 ` bugzilla-daemon
2019-04-01 12:51 ` bugzilla-daemon
2019-04-01 12:59 ` bugzilla-daemon
2019-04-01 13:39 ` bugzilla-daemon
2019-04-01 14:33 ` bugzilla-daemon
2019-04-01 16:05 ` bugzilla-daemon
2019-04-01 16:09 ` bugzilla-daemon
2019-04-01 16:31 ` bugzilla-daemon
2019-04-02  0:23 ` bugzilla-daemon
2019-04-02  0:38 ` bugzilla-daemon
2019-04-02  1:35 ` bugzilla-daemon
2019-04-02  4:00 ` bugzilla-daemon
2019-04-02  4:33 ` bugzilla-daemon
2019-04-02  6:14 ` bugzilla-daemon
2019-04-02  6:55 ` [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn bugzilla-daemon
2019-04-03  8:19 ` bugzilla-daemon
2019-04-04 17:26 ` bugzilla-daemon
2019-04-05  8:49 ` bugzilla-daemon
2019-04-05 12:18 ` bugzilla-daemon
2019-04-05 12:36 ` bugzilla-daemon
2019-04-05 12:43 ` bugzilla-daemon
2019-04-05 14:22 ` bugzilla-daemon
2019-04-05 14:59 ` bugzilla-daemon
2019-04-05 15:01 ` bugzilla-daemon
2019-04-05 15:22 ` bugzilla-daemon
2019-04-05 15:23 ` bugzilla-daemon
2019-04-05 15:26 ` bugzilla-daemon
2019-04-05 15:34 ` bugzilla-daemon
2019-04-05 15:38 ` bugzilla-daemon
2019-04-05 17:14 ` bugzilla-daemon
2019-04-08  9:09 ` bugzilla-daemon
2019-04-08  9:17 ` bugzilla-daemon
2019-04-08  9:53 ` [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn bugzilla-daemon
2019-04-12 22:24 ` bugzilla-daemon
2019-04-17 21:08 ` bugzilla-daemon
2019-04-18  8:22 ` bugzilla-daemon
2019-04-18 17:59 ` bugzilla-daemon
2019-04-18 23:32 ` bugzilla-daemon
2019-04-19  9:43 ` bugzilla-daemon
2019-04-20 23:08 ` bugzilla-daemon
2019-04-20 23:10 ` bugzilla-daemon
2019-04-28 19:57 ` bugzilla-daemon
2019-05-03 12:31 ` bugzilla-daemon
2019-05-05  7:49 ` bugzilla-daemon
2019-05-07 16:45 ` bugzilla-daemon
2019-05-07 16:47 ` bugzilla-daemon
2019-05-10 23:13 ` bugzilla-daemon
2019-05-11 20:38 ` bugzilla-daemon
2019-05-21 18:00 ` bugzilla-daemon
2019-06-19  5:11 ` bugzilla-daemon
2019-07-13  0:57 ` bugzilla-daemon
2019-07-14  9:14 ` bugzilla-daemon
2019-07-14  9:16 ` bugzilla-daemon
2019-07-15  1:00 ` bugzilla-daemon
2019-07-20 20:13 ` [Bug 110214] Raven Ridge: " bugzilla-daemon
2019-07-21  2:07 ` [Bug 110214] Raven Ridge (2400G): " bugzilla-daemon
2019-08-02 16:30 ` bugzilla-daemon
2019-08-03  2:11 ` bugzilla-daemon
2019-08-05 11:12 ` bugzilla-daemon
2019-08-05 13:18 ` bugzilla-daemon
2019-08-05 16:22 ` bugzilla-daemon
2019-08-07  8:15 ` bugzilla-daemon
2019-08-07 21:44 ` bugzilla-daemon
2019-08-07 22:55 ` bugzilla-daemon
2019-08-08 13:49 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).