[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #77 from Diego Viola --- (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

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #76 from Michel Dänzer --- (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: > > 1b25d340b791ad8350bdfb27f1a91ac79f

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #75 from Diego Viola --- (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 w

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #74 from Diego Viola --- (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" > >

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #73 from Diego Viola --- 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 receiv

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #72 from Diego Viola --- (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 ME

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #71 from Marek Olšák --- (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 o

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #70 from Diego Viola --- (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. -

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #69 from Michel Dänzer --- (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 a

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #68 from Michel Dänzer --- (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" > > I

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #67 from Marek Olšák --- (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

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #66 from Diego Viola --- (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" > >

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #65 from Diego Viola --- 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.

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #64 from Diego Viola --- (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

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 Michel Dänzer changed: What|Removed |Added Version|19.0|git --- Comment #63 from Michel Dänzer

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #62 from Diego Viola --- 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 s

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #61 from Diego Viola --- 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.s

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and PgDn

2019-04-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 Diego Viola changed: What|Removed |Added Summary|radeonsi: xterm scrollback |radeonsi: xterm scrollback