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

2019-01-12 Thread Jonathan Gray
On Fri, Jan 11, 2019 at 02:11:28PM -0800, Matt Turner wrote: > From: Gert Wollny > > Since Meson will eventually be the only build system deprecate autotools > now. It can still be used by invoking configure with the flag > --enable-autotools > > NAKed-by: Ilia Mirkin > Acked-by: Eric

[Mesa-dev] [Bug 109242] [RADV] The Witcher 3 system freeze

2019-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109242 --- Comment #29 from Roman Elshin --- >Created attachment 143082 [details] [review] >Possible fix partial_vs_wave > >So it seems, looks like it is random for me :( Yes, these hangs looks very random now (or it other hangs which also hides

[Mesa-dev] [PATCH] intel/eu: Stop overriding exec sizes in send_indirect_message

2019-01-12 Thread Jason Ekstrand
For a long time, we based exec sizes on destination register widths. We've not been doing that since 1ca3a9442760b6f7 but a few remnants accidentally remained. --- src/intel/compiler/brw_eu_emit.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/intel/compiler/brw_eu_emit.c

Re: [Mesa-dev] [PATCH] radv: allow secondary command buffers to inherit unknown framebuffers

2019-01-12 Thread Bas Nieuwenhuizen
On Thu, Dec 20, 2018 at 8:05 PM Rhys Perry wrote: > > Fixes: f4e499ec79 ('radv: add initial non-conformant radv vulkan driver') > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107986 > Signed-off-by: Rhys Perry > --- > src/amd/vulkan/radv_cmd_buffer.c | 59

Re: [Mesa-dev] mesa git break nvidia opencl

2019-01-12 Thread Jan Vesely
Hi, you're not very specific what 'break' means. Mesa libOpenCL.so does not support loading additional opencl icd drivers. It is, however, possible to use mesa as an icd driver (libMesaOpenCL.so) which can be loaded by an icd loader, such as ocl- icd, or other opencl drivers. Jan On Thu,

[Mesa-dev] [PATCH v4] etnaviv: fix resource usage tracking across different pipe_context's

2019-01-12 Thread Marek Vasut
From: Christian Gmeiner A pipe_resource can be shared by all the pipe_context's hanging off the same pipe_screen. Signed-off-by: Christian Gmeiner Signed-off-by: Marek Vasut To: mesa-dev@lists.freedesktop.org Cc: etna...@lists.freedesktop.org --- Changes from v1 -> v2: - to remove the

[Mesa-dev] [Bug 109323] [TRACKER] mesa: Remove autotools

2019-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109323 Jan Vesely changed: What|Removed |Added Depends on||109333 Referenced Bugs:

[Mesa-dev] [Bug 109333] mesa, meson: Need ability to remember PKG_CONFIG_PATH

2019-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109333 Jan Vesely changed: What|Removed |Added Blocks||109323 Referenced Bugs:

[Mesa-dev] [Bug 109333] mesa, meson: Need ability to remember PKG_CONFIG_PATH

2019-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109333 Bug ID: 109333 Summary: mesa, meson: Need ability to remember PKG_CONFIG_PATH Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity:

[Mesa-dev] [Bug 109242] [RADV] The Witcher 3 system freeze

2019-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109242 --- Comment #28 from Bas Nieuwenhuizen --- Created attachment 143082 --> https://bugs.freedesktop.org/attachment.cgi?id=143082=edit Possible fix partial_vs_wave So it seems, looks like it is random for me :( I tried the attached patch 10

[Mesa-dev] [Bug 106351] Freezes with plasmashell and steam client

2019-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106351 tempel.jul...@gmail.com changed: What|Removed |Added CC|tempel.jul...@gmail.com | -- You are receiving this

[Mesa-dev] [Bug 106351] Freezes with plasmashell and steam client

2019-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106351 tempel.jul...@gmail.com changed: What|Removed |Added CC||tempel.jul...@gmail.com --

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

2019-01-12 Thread Ilia Mirkin
On Sat, Jan 12, 2019 at 9:40 AM Gert Wollny wrote: > I will not push it with > the strong NAK you gave, Ilia. To me consensus means that all who > contribute significantly to the project (like you certainly do) agree > or abstain, but don't object. A single actor should not prevent a group from

Re: [Mesa-dev] [PATCH] spirv: Emit switch conditions on-the-fly

2019-01-12 Thread Lionel Landwerlin
On 12/01/2019 15:29, Jason Ekstrand wrote: On January 12, 2019 03:06:07 Lionel Landwerlin wrote: On 12/01/2019 03:45, Jason Ekstrand wrote: Instead of emitting all of the conditions for the cases of a switch statement up-front, emit them on-the-fly as we emit the code for each case.  The

Re: [Mesa-dev] Thoughts after hitting 100 merge requests?

2019-01-12 Thread Axel Davy
Hi, I'm not sure the promise "1 mail per pull request" is working well. For example, taking one recent pull request https://gitlab.freedesktop.org/mesa/mesa/merge_requests/105 I didn't receive anything, nor https://lists.freedesktop.org/archives/mesa-dev/2019-January/thread.html yet. I

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

2019-01-12 Thread Jason Ekstrand
On Sat, Jan 12, 2019 at 4:03 AM Jose Fonseca wrote: > On 11/01/2019 22:38, Matt Turner wrote: > > On Fri, Jan 11, 2019 at 2:28 PM Ilia Mirkin > wrote: > >> > >> On Fri, Jan 11, 2019 at 5:12 PM Matt Turner wrote: > >>> > >>> From: Gert Wollny > >>> > >>> Since Meson will eventually be the only

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

2019-01-12 Thread Brian Paul
> On Jan 12, 2019, at 8:07 AM, Roland Scheidegger wrote: > >> Am 11.01.19 um 23:28 schrieb Ilia Mirkin: >>> On Fri, Jan 11, 2019 at 5:12 PM Matt Turner wrote: >>> >>> From: Gert Wollny >>> >>> Since Meson will eventually be the only build system deprecate autotools >>> now. It can still be

Re: [Mesa-dev] [PATCH] spirv: Emit switch conditions on-the-fly

2019-01-12 Thread Jason Ekstrand
On January 12, 2019 03:06:07 Lionel Landwerlin wrote: On 12/01/2019 03:45, Jason Ekstrand wrote: Instead of emitting all of the conditions for the cases of a switch statement up-front, emit them on-the-fly as we emit the code for each case. The original justification for this was that we

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

2019-01-12 Thread Roland Scheidegger
Am 11.01.19 um 23:28 schrieb Ilia Mirkin: > On Fri, Jan 11, 2019 at 5:12 PM Matt Turner wrote: >> >> From: Gert Wollny >> >> Since Meson will eventually be the only build system deprecate autotools >> now. It can still be used by invoking configure with the flag >> --enable-autotools >> >>

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

2019-01-12 Thread Gert Wollny
Am Freitag, den 11.01.2019, 17:28 -0500 schrieb Ilia Mirkin: > On Fri, Jan 11, 2019 at 5:12 PM Matt Turner > wrote: > > > [sorry Gert, not sure how to classify you] > > I think the vmware team (which largely maintains llvmpipe and svga) > is probably worth hearing from -- I believe they've

[Mesa-dev] [Bug 109242] [RADV] The Witcher 3 system freeze

2019-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109242 --- Comment #27 from Roman Elshin --- >I think this is the proper fix: > >https://gitlab.freedesktop.org/mesa/mesa/merge_requests/109/diffs?commit_id=70aa51f2bf7a4f64df166e4c94936d49814d482f It looks like this not fix a problem (but makes it

[Mesa-dev] [Bug 109242] [RADV] The Witcher 3 system freeze

2019-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109242 --- Comment #26 from Bas Nieuwenhuizen --- Setting those options when they are not needed might slow things down. I think this is the proper fix:

Re: [Mesa-dev] [ANNOUNCE] mesa 18.3.1

2019-01-12 Thread Andres Gomez
Hi, just sending a follow-up to clarify that we talked privately and we agreed that Emil will continue with his started effort to do the 18.3.2 release and later 18.3.x bugfix ones. Therefore, expect a pre-release announcement in the following hours. On Fri, 2019-01-11 at 17:33 +0200, Andres

Re: [Mesa-dev] Thoughts after hitting 100 merge requests?

2019-01-12 Thread apinheiro
I mostly agree with your thoughts below. Will add some additional comments inline. On 11/1/19 18:05, Jason Ekstrand wrote: > I'm putting my own thoughts in a reply for some reason.  Here's what > I've seen. > >  1. I really like GitLab "discussions".  It provides a very good way > for both the

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

2019-01-12 Thread Jose Fonseca
On 11/01/2019 22:38, Matt Turner wrote: On Fri, Jan 11, 2019 at 2:28 PM Ilia Mirkin wrote: On Fri, Jan 11, 2019 at 5:12 PM Matt Turner wrote: From: Gert Wollny Since Meson will eventually be the only build system deprecate autotools now. It can still be used by invoking configure with

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

2019-01-12 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen for both. On Thu, Jan 10, 2019 at 11:26 PM Nicolai Hähnle wrote: > > 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(-) > >

Re: [Mesa-dev] [PATCH] spirv: Emit switch conditions on-the-fly

2019-01-12 Thread Lionel Landwerlin
On 12/01/2019 03:45, Jason Ekstrand wrote: Instead of emitting all of the conditions for the cases of a switch statement up-front, emit them on-the-fly as we emit the code for each case. The original justification for this was that we were going to have to build a default case anyway which

Re: [Mesa-dev] [PATCH] nir/gcm: Support deref instructions

2019-01-12 Thread Lionel Landwerlin
On 12/01/2019 08:04, Jason Ekstrand wrote: Even though no one's been brave enough to ever use this pass, I like to keep it functionally working. Reviewed-by: Lionel Landwerlin --- src/compiler/nir/nir_opt_gcm.c | 4 1 file changed, 4 insertions(+) diff --git

Re: [Mesa-dev] [PATCH 1/3] spirv: Whack sampler/image pointers to uniform

2019-01-12 Thread Lionel Landwerlin
For the series : Reviewed-by: Lionel Landwerlin On 11/01/2019 21:05, Jason Ekstrand wrote: A long time in a galaxy far far away, there was a GLSLang bug with how it handled samplers passed in as function parameters. (The bug can be found here:

[Mesa-dev] [PATCH] nir/gcm: Support deref instructions

2019-01-12 Thread Jason Ekstrand
Even though no one's been brave enough to ever use this pass, I like to keep it functionally working. --- src/compiler/nir/nir_opt_gcm.c | 4 1 file changed, 4 insertions(+) diff --git a/src/compiler/nir/nir_opt_gcm.c b/src/compiler/nir/nir_opt_gcm.c index 879a77a884b..e7d3f8ec424 100644