[Mesa-dev] [Bug 110760] Low FPS in Quake Champions with Vega20

2019-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110760 Timothy Arceri changed: What|Removed |Added Component|Drivers/Gallium/radeonsi|Drivers/Vulkan/radeon

[Mesa-dev] [Bug 39017] [bisected] Segfault in Gallium drivers in Mupen64Plus

2019-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39017 Timothy Arceri changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Mesa-dev] [PATCH] radeonsi: add drirc workaround for American Truck Simulator

2019-05-26 Thread Timothy Arceri
Cc: "19.0" "19.1" Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110711 --- src/util/00-mesa-defaults.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 3c459f3dec4..e36190f61c8 100644 ---

[Mesa-dev] [PATCH] r600: Cleanup "nir" debug option.

2019-05-26 Thread Bas Nieuwenhuizen
r600g does not have a nir compiler, and radeonsi does not use the option either. --- src/gallium/drivers/r600/r600_pipe_common.c | 1 - src/gallium/drivers/r600/r600_pipe_common.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gallium/drivers/r600/r600_pipe_common.c

[Mesa-dev] [PATCH] etnaviv: rs: choose clear format based on block size

2019-05-26 Thread Christian Gmeiner
Fixes following piglit and does not introduce any regressions. spec@ext_packed_depth_stencil@fbo-depth-gl_depth24_stencil8-blit Signed-off-by: Christian Gmeiner --- src/gallium/drivers/etnaviv/etnaviv_rs.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git

Re: [Mesa-dev] [PATCH] st/dri: decrease input lag by syncing sooner in SwapBuffers

2019-05-26 Thread Axel Davy
hi, I haven't done enough testing to have a full understanding of the issue, but it seems there could be a regression with gallium nine. One user is reporting on irc huge slowdowns with d3d8 games (using the d3d8to9 wrapper) when using vsync. Reverting fixes the issues. I don't know

[Mesa-dev] [Bug 110761] Huge problems between Mesa and Electron engine apps

2019-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110761 --- Comment #1 from tele4...@hotmail.com --- Hello Sergey, this sounds like the regression being discussed at https://lists.freedesktop.org/archives/mesa-dev/2019-May/219546.html and https://bugs.freedesktop.org/show_bug.cgi?id=110721#c17. --

Re: [Mesa-dev] [PATCH] radv: tidy up GetQueryPoolResults for occlusion queries

2019-05-26 Thread Bas Nieuwenhuizen
r-b On Wed, May 22, 2019 at 5:43 PM Samuel Pitoiset wrote: > > Just move the block that checks the availability bit into the > switch like other query types. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_query.c | 12 +--- > 1 file changed, 5 insertions(+), 7

[Mesa-dev] [Bug 110761] Huge problems between Mesa and Electron engine apps

2019-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110761 Bug ID: 110761 Summary: Huge problems between Mesa and Electron engine apps Product: Mesa Version: 19.0 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

Re: [Mesa-dev] [PATCH] radv: ignore the loadOp if the first use of an attachment is a resolve

2019-05-26 Thread Bas Nieuwenhuizen
On Sun, May 26, 2019 at 2:50 PM Bas Nieuwenhuizen wrote: > > On Wed, May 22, 2019 at 11:20 AM Samuel Pitoiset > wrote: > > > > Based on ANV. > > > > Signed-off-by: Samuel Pitoiset > > --- > > src/amd/vulkan/radv_meta_resolve.c | 21 - > > 1 file changed, 12 insertions(+), 9

Re: [Mesa-dev] [PATCH] radv: ignore the loadOp if the first use of an attachment is a resolve

2019-05-26 Thread Bas Nieuwenhuizen
On Wed, May 22, 2019 at 11:20 AM Samuel Pitoiset wrote: > > Based on ANV. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_meta_resolve.c | 21 - > 1 file changed, 12 insertions(+), 9 deletions(-) > > diff --git a/src/amd/vulkan/radv_meta_resolve.c >