Re: [Mesa-dev] intel: 8 and 16-bit booleans

2019-01-10 Thread Iago Toral
On Thu, 2019-01-10 at 13:18 -0600, Jason Ekstrand wrote: > Topi just asked me on IRC what I thought about handling 16-bit > booleans on Intel hardware in the light of the 1-bit boolean stuff. > The current state of the driver is that we use > nir_lower_bool_to_int32 pass to produce NIR that looks

Re: [Mesa-dev] [PATCH] docs: fix gallium screen cap docs

2019-01-10 Thread Dave Airlie
Reviewed-by: Dave Airlie On Thu, 27 Dec 2018 at 11:59, Ilia Mirkin wrote: > > Make sure that the next line starts with spaces so that bullets are > maintained throughout, add `` around a few more special tokens, and fix > SAMPLE_COUNT_TEXTURE -> SAMPLE_COUNT. > > Signed-off-by: Ilia Mirkin >

[Mesa-dev] [Bug 106595] [RADV] Rendering distortions only when MSAA is enabled

2019-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106595 --- Comment #23 from Timothy Arceri --- (In reply to zefkerrigan from comment #21) > Created attachment 143054 [details] > After your fix now with absolutely any graphics settings, the image looks > like this > > Thank you! Yes, now I see some

Re: [Mesa-dev] [PATCH] llvmpipe: Always return some fence in flush (v2)

2019-01-10 Thread Roland Scheidegger
Am 10.01.19 um 04:51 schrieb Tomasz Figa: > Hi Roland, > > On Thu, Jan 10, 2019 at 1:36 AM Roland Scheidegger wrote: >> >> Sorry but I had to revert this, as we've seen lots of assertion failures >> (src/gallium/drivers/llvmpipe/lp_fence.c:120: lp_fence_wait: Assertion >> `f->issued' failed.).

Re: [Mesa-dev] Please bring back __GL_FSAA_MODE

2019-01-10 Thread Marek Olšák
Yes, reverting the commit should be enough. Marek On Thu, Jan 10, 2019, 5:02 PM Tom Butler Thanks Marek, what would need to happen to get this enabled again? Will > simply reverting the commit that took it out work? If so is there any > chance of getting this put back officially or would I have

Re: [Mesa-dev] [PATCH] autotools: Deprecate the use of autotools

2019-01-10 Thread Jason Ekstrand
On Fri, Dec 21, 2018 at 9:41 AM Matt Turner wrote: > On Fri, Dec 21, 2018 at 1:36 AM Stuart Young wrote: > > Yes, but at the moment we have no consensus and a deadlock on the issue. > > Consensus need not be unanimous. We have consensus. > > Signed-off-by: Gert Wollny > Reviewed-by: Matt

[Mesa-dev] [PATCH 2/2] amd/common/vi+: enable SMEM loads with GLC=1

2019-01-10 Thread Nicolai Hähnle
From: Nicolai Hähnle Only on LLVM 8.0+, which supports the new intrinsic. --- src/amd/common/ac_llvm_build.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/amd/common/ac_llvm_build.c b/src/amd/common/ac_llvm_build.c index 4d7f15901e3..6aa96ee86d4 100644 ---

[Mesa-dev] [PATCH 1/2] amd/common: use llvm.amdgcn.s.buffer.load for LLVM 8.0

2019-01-10 Thread Nicolai Hähnle
From: Nicolai Hähnle llvm.SI.load.const is deprecated. --- src/amd/common/ac_llvm_build.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/amd/common/ac_llvm_build.c b/src/amd/common/ac_llvm_build.c index 76047148a6a..4d7f15901e3 100644 ---

[Mesa-dev] intel: 8 and 16-bit booleans

2019-01-10 Thread Jason Ekstrand
Topi just asked me on IRC what I thought about handling 16-bit booleans on Intel hardware in the light of the 1-bit boolean stuff. The current state of the driver is that we use nir_lower_bool_to_int32 pass to produce NIR that looks basically identical to the NIR we were getting in the back-end

Re: [Mesa-dev] [PATCH] nir: fix copy-paste error in nir_lower_constant_initializers

2019-01-10 Thread Jason Ekstrand
Pushed. On Thu, Jan 10, 2019 at 10:35 AM Jason Ekstrand wrote: > Reviewed-by: Jason Ekstrand > > On Thu, Jan 10, 2019 at 5:57 AM Erik Faye-Lund < > erik.faye-l...@collabora.com> wrote: > >> Reviewed-by: Erik Faye-Lund >> >> On Thu, 2019-01-10 at 11:23 +, Rhys Perry wrote: >> > Fixes:

Re: [Mesa-dev] [PATCH] nir: fix copy-paste error in nir_lower_constant_initializers

2019-01-10 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Thu, Jan 10, 2019 at 5:57 AM Erik Faye-Lund wrote: > Reviewed-by: Erik Faye-Lund > > On Thu, 2019-01-10 at 11:23 +, Rhys Perry wrote: > > Fixes: 393b59e0772e7bf0426bdf61c740752c4e09dde1 > > ('nir: Rework nir_lower_constant_initializers() to handle > >

[Mesa-dev] [Bug 109140] [KBL-G][GL] KHR-GL43.compute_shader.max test failed

2019-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109140 Michel Dänzer changed: What|Removed |Added Resolution|NOTABUG |NOTOURBUG -- You are receiving this

[Mesa-dev] [Bug 109140] [KBL-G][GL] KHR-GL43.compute_shader.max test failed

2019-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109140 Marek Olšák changed: What|Removed |Added Resolution|--- |NOTABUG Status|NEW

Re: [Mesa-dev] [PATCH 6/6] anv: Implement VK_KHR_depth_stencil_resolve

2019-01-10 Thread Iago Toral
I can review this tomorrow if nobody else beats me to it today. Iago On Thu, 2019-01-10 at 09:23 -0600, Jason Ekstrand wrote: > Anyone? > > On Mon, Jan 7, 2019 at 9:39 AM Jason Ekstrand > wrote: > > --- > > > > src/intel/vulkan/anv_device.c | 28 ++ > > > >

Re: [Mesa-dev] [PATCH 6/6] anv: Implement VK_KHR_depth_stencil_resolve

2019-01-10 Thread Jason Ekstrand
Anyone? On Mon, Jan 7, 2019 at 9:39 AM Jason Ekstrand wrote: > --- > src/intel/vulkan/anv_device.c | 28 ++ > src/intel/vulkan/anv_extensions.py | 1 + > src/intel/vulkan/anv_pass.c| 37 +++- > src/intel/vulkan/anv_private.h | 3 + >

Re: [Mesa-dev] [PATCH 05/12] nir: rename global/local to private/function memory

2019-01-10 Thread Karol Herbst
On Thu, Jan 10, 2019 at 1:06 PM Karol Herbst wrote: > > On Thu, Jan 10, 2019 at 2:33 AM Ian Romanick wrote: > > > > On 1/8/19 9:57 PM, Kenneth Graunke wrote: > > > On Tuesday, December 4, 2018 10:26:43 AM PST Karol Herbst wrote: > > >> the naming is a bit confusing no matter how you look at it.

Re: [Mesa-dev] [PATCH 05/12] nir: rename global/local to private/function memory

2019-01-10 Thread Karol Herbst
On Thu, Jan 10, 2019 at 2:33 AM Ian Romanick wrote: > > On 1/8/19 9:57 PM, Kenneth Graunke wrote: > > On Tuesday, December 4, 2018 10:26:43 AM PST Karol Herbst wrote: > >> the naming is a bit confusing no matter how you look at it. Within SPIR-V > >> "global" memory is memory accessible from all

Re: [Mesa-dev] [PATCH] nir: fix copy-paste error in nir_lower_constant_initializers

2019-01-10 Thread Erik Faye-Lund
Reviewed-by: Erik Faye-Lund On Thu, 2019-01-10 at 11:23 +, Rhys Perry wrote: > Fixes: 393b59e0772e7bf0426bdf61c740752c4e09dde1 > ('nir: Rework nir_lower_constant_initializers() to handle > functions') > --- > src/compiler/nir/nir_lower_constant_initializers.c | 4 ++-- > 1 file changed,

Re: [Mesa-dev] [PATCH] nir: fix copy-paste error in nir_lower_constant_initializers

2019-01-10 Thread Tapani Pälli
Wrote the same patch and it fixes issues for me; Reviewed-by: Tapani Pälli On 1/10/19 1:23 PM, Rhys Perry wrote: Fixes: 393b59e0772e7bf0426bdf61c740752c4e09dde1 ('nir: Rework nir_lower_constant_initializers() to handle functions') --- src/compiler/nir/nir_lower_constant_initializers.c |

[Mesa-dev] [PATCH] nir: fix copy-paste error in nir_lower_constant_initializers

2019-01-10 Thread Rhys Perry
Fixes: 393b59e0772e7bf0426bdf61c740752c4e09dde1 ('nir: Rework nir_lower_constant_initializers() to handle functions') --- src/compiler/nir/nir_lower_constant_initializers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[Mesa-dev] [Bug 106595] [RADV] Rendering distortions only when MSAA is enabled

2019-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106595 --- Comment #22 from zefkerri...@gmail.com --- Probably it deserves the opening of a separate report bug, but there are some similar graphics distortions when using MMSA Alfa-test with WineD3D (RadeonSI). -- You are receiving this mail

[Mesa-dev] [Bug 106595] [RADV] Rendering distortions only when MSAA is enabled

2019-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106595 zefkerri...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED