[Mesa-dev] [PATCH] nir: use common deref has indirect code in scratch lowering.

2019-07-30 Thread Dave Airlie
From: Dave Airlie This doesn't seem to need it's own copy here. --- src/compiler/nir/nir_lower_scratch.c | 16 +--- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/compiler/nir/nir_lower_scratch.c b/src/compiler/nir/nir_lower_scratch.c index df0d3f43124..aacc2ddca0

[Mesa-dev] [Bug 111264] u_thread.h:64:39: error: too many arguments to function call, expected 1, have 2

2019-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111264 Bug ID: 111264 Summary: u_thread.h:64:39: error: too many arguments to function call, expected 1, have 2 Product: Mesa Version: git Hardware: x86-64 (AMD64)

[Mesa-dev] [Bug 111262] lp_bld_misc.cpp:811:51: error: ‘llvm::AtomicOrdering’ is not a class or namespace

2019-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111262 --- Comment #2 from Roland Scheidegger --- Seems like different llvm versions (before 5.0) need different wrappers for AtomicCmpXchg(). Pretty much the same issue as bug 02. Although I can't reproduce this bug actually, maybe depends on comp

[Mesa-dev] [Bug 111262] lp_bld_misc.cpp:811:51: error: ‘llvm::AtomicOrdering’ is not a class or namespace

2019-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111262 Vinson Lee changed: What|Removed |Added CC||srol...@vmware.com Keywords|

Re: [Mesa-dev] [PATCH] radv/gfx10: add Wave32 support for compute shaders

2019-07-30 Thread Bas Nieuwenhuizen
r-b On Tue, Jul 30, 2019 at 6:29 PM Samuel Pitoiset wrote: > > It can be enabled with RADV_PERFTEST=cswave32. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_debug.h | 1 + > src/amd/vulkan/radv_device.c | 12 +++- > src/amd/vulkan/radv_nir_to_llvm.c | 14

[Mesa-dev] [Bug 111262] lp_bld_misc.cpp:811:51: error: ‘llvm::AtomicOrdering’ is not a class or namespace

2019-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111262 Bug ID: 111262 Summary: lp_bld_misc.cpp:811:51: error: ‘llvm::AtomicOrdering’ is not a class or namespace Product: Mesa Version: git Hardware: x86-64 (AMD64)

[Mesa-dev] [PATCH] radv/gfx10: add Wave32 support for compute shaders

2019-07-30 Thread Samuel Pitoiset
It can be enabled with RADV_PERFTEST=cswave32. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_debug.h | 1 + src/amd/vulkan/radv_device.c | 12 +++- src/amd/vulkan/radv_nir_to_llvm.c | 14 +- src/amd/vulkan/radv_pipeline.c| 3 ++- src/amd/vulkan/radv_

Re: [Mesa-dev] [PATCH] radv/gfx10: only compile the GS copy shader on-demand

2019-07-30 Thread Bas Nieuwenhuizen
r-b On Tue, Jul 30, 2019 at 3:11 PM Samuel Pitoiset wrote: > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_pipeline.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c > index 583b600dfdd..e1

[Mesa-dev] [Bug 111259] Presentation regression while rendering on X11 surface

2019-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111259 Lionel Landwerlin changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Mesa-dev] [PATCH] radv/gfx10: only compile the GS copy shader on-demand

2019-07-30 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_pipeline.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c index 583b600dfdd..e11196bd82e 100644 --- a/src/amd/vulkan/radv_pipeline.c +++ b/src/amd/vulkan/r

[Mesa-dev] [Bug 111259] Presentation regression while rendering on X11 surface

2019-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111259 --- Comment #5 from jaelp...@outlook.com --- Okay, thanks a lot. I'll try fix this later and see how it goes. -- You are receiving this mail because: You are the assignee for the bug.___ mesa-dev mail

[Mesa-dev] [Bug 111259] Presentation regression while rendering on X11 surface

2019-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111259 --- Comment #4 from Lionel Landwerlin --- I would recommend using a list in which you push indices returned by acquireNextImage() and when you need a new currentFrame, you pull from that list. -- You are receiving this mail because: You are th

[Mesa-dev] [Bug 111259] Presentation regression while rendering on X11 surface

2019-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111259 --- Comment #3 from Lionel Landwerlin --- (In reply to jaelpark from comment #2) > I was looking if there would be some minimal test case to demonstrate this, > but couldn't find one so far. One case where this gets reproduced is the > desktop c

[Mesa-dev] [Bug 111259] Presentation regression while rendering on X11 surface

2019-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111259 --- Comment #2 from jaelp...@outlook.com --- I was looking if there would be some minimal test case to demonstrate this, but couldn't find one so far. One case where this gets reproduced is the desktop compositor I've been working on. The build i

[Mesa-dev] [Bug 111259] Presentation regression while rendering on X11 surface

2019-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111259 Lionel Landwerlin changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Lionel

[Mesa-dev] [Bug 111259] Presentation regression while rendering on X11 surface

2019-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111259 Bug ID: 111259 Summary: Presentation regression while rendering on X11 surface Product: Mesa Version: git Hardware: All OS: Linux (All) Status: NEW Sever

[Mesa-dev] [Bug 109791] The mesa release config doesn't define NDEBUG when building using meson 0.45.0

2019-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109791 andrii simiklit changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---