Re: [Mesa-dev] [PATCH] gallium/util: don't let children of fork & exec inherit our thread affinity

2018-10-28 Thread Gustaw Smolarczyk
pon., 17 wrz 2018 o 18:24 Michel Dänzer napisał(a): > > On 2018-09-15 3:04 a.m., Marek Olšák wrote: > > On Fri, Sep 14, 2018 at 4:53 AM, Michel Dänzer wrote: > >> On 2018-09-13 8:56 p.m., Marek Olšák wrote: > >> > >>> +* What happens if a driver is unloaded and the app creates a thread? > >>

[Mesa-dev] [PATCH mesa v2 3/4] clover: add missing meson build dependency

2018-10-28 Thread Eric Engestrom
Fixes: 42ea0631f108d82554339 "meson: build clover" Signed-off-by: Eric Engestrom --- src/gallium/state_trackers/clover/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/clover/meson.build b/src/gallium/state_trackers/clover/meson.build ind

[Mesa-dev] [PATCH mesa v2 4/4] radv: add missing meson build dependency

2018-10-28 Thread Eric Engestrom
Fixes: 9d40ec2cf6ec6d3d9d78 "radv: Add support for VK_KHR_driver_properties." Signed-off-by: Eric Engestrom --- src/amd/vulkan/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/vulkan/meson.build b/src/amd/vulkan/meson.build index 1ed5299d750bfc154702..d2309a

[Mesa-dev] [PATCH mesa v2 1/4] anv: add missing meson build dependency

2018-10-28 Thread Eric Engestrom
Fixes: e4538b93f5d5177318f2 "anv: Implement VK_KHR_driver_properties" Signed-off-by: Eric Engestrom --- src/intel/vulkan/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/meson.build b/src/intel/vulkan/meson.build index 941186d38ec7d325dce1..e1fccaba

[Mesa-dev] [PATCH mesa v2 2/4] svga: add missing meson build dependency

2018-10-28 Thread Eric Engestrom
Fixes: a537231b226280bc1e5b7 "meson: build svga driver on linux" Signed-off-by: Eric Engestrom --- src/gallium/drivers/svga/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/svga/meson.build b/src/gallium/drivers/svga/meson.build index 2976212fdf

[Mesa-dev] [PATCH mesa 4/4] vulkan/wsi: fix pointer casting warning on 32bit

2018-10-28 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- src/vulkan/wsi/wsi_common_wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/wsi/wsi_common_wayland.c b/src/vulkan/wsi/wsi_common_wayland.c index e9cc22ec60372e486e8e..c3cb066bd6dfedb6a363 100644 --- a/src/vulkan/wsi/wsi_com

[Mesa-dev] [PATCH mesa 1/4] vulkan/wsi: simplify meson file tracking

2018-10-28 Thread Eric Engestrom
Meson already automatically tracks included headers, so there's no need to add them everywhere; cleans up the code a bit. Signed-off-by: Eric Engestrom --- src/vulkan/wsi/meson.build | 23 +-- 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/vulkan/wsi/meson

[Mesa-dev] [PATCH mesa 3/4] vulkan/wsi: s/#if/#ifdef/ to fix -Wundef

2018-10-28 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- src/vulkan/wsi/wsi_common_display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/wsi/wsi_common_display.h b/src/vulkan/wsi/wsi_common_display.h index 50d7f836a754d3ef488c..be0bd4e06fb9c818eed5 100644 --- a/src/vulkan/wsi/wsi_com

[Mesa-dev] [PATCH mesa 2/4] vulkan/wsi: deduplicate get_current_time() functions

2018-10-28 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- src/vulkan/wsi/wsi_common.c | 9 + src/vulkan/wsi/wsi_common.h | 3 +++ src/vulkan/wsi/wsi_common_display.c | 16 src/vulkan/wsi/wsi_common_x11.c | 14 ++ 4 files changed, 18 insertions(+), 24 deletions(-

[Mesa-dev] [PATCH] nv50/ir: don't test for a 4th bit when count==3 in BitSet::findFreeRange

2018-10-28 Thread Rhys Perry
Requiring a 4th component to be free when only 3 is needed for compounds limits the RA's options. total instructions in shared programs : 7696203 -> 7695915 (-0.00%) total gprs used in shared programs: 804270 -> 802998 (-0.16%) total shared used in shared programs : 639636 -> 639636 (0.00%) t

[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108578 --- Comment #1 from Shmerl --- Generated ICD (radeon_icd.x86_64.json) looks like this for me (Mesa master): "ICD": { "api_version": "1.1.70", ... -- You are receiving this mail because: You are the assignee for the

[Mesa-dev] [PATCH mesa] intel/batch-decoder: remove never-used function

2018-10-28 Thread Eric Engestrom
This function was there when the file was introduced in commit 38f10d5a03542c60a589 "intel: tools: add aubinator viewer", but was never actually used. Cc: Lionel Landwerlin Signed-off-by: Eric Engestrom --- Lionel, was this function no longer needed in the final revision of this commit, or did y

[Mesa-dev] [Bug 108581] llvmpipe crashes using kms_swrast_dri.so

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108581 Bug ID: 108581 Summary: llvmpipe crashes using kms_swrast_dri.so Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity

[Mesa-dev] [Bug 108581] llvmpipe crashes using kms_swrast_dri.so

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108581 --- Comment #1 from Stephan Hilb --- Created attachment 142247 --> https://bugs.freedesktop.org/attachment.cgi?id=142247&action=edit backtrace: calling thread -- You are receiving this mail because: You are the assignee for the bug. You are

[Mesa-dev] [Bug 108581] llvmpipe crashes using kms_swrast_dri.so

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108581 --- Comment #2 from Stephan Hilb --- Created attachment 142248 --> https://bugs.freedesktop.org/attachment.cgi?id=142248&action=edit backtrace: another rendering thread -- You are receiving this mail because: You are the assignee for the bug

[Mesa-dev] [Bug 108581] llvmpipe crashes using kms_swrast_dri.so

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108581 --- Comment #3 from Stephan Hilb --- Created attachment 142249 --> https://bugs.freedesktop.org/attachment.cgi?id=142249&action=edit sway debug log (with egl and llvmpipe debug options) -- You are receiving this mail because: You are the ass

[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108578 --- Comment #2 from Bas Nieuwenhuizen --- Why do you think it is wrong? We hardcode it because every version bump we need to see if we have implemented the non-extension API changes+bugfixes in the driver, and apparently the last time we did th

[Mesa-dev] [PATCH] i965: Delete misleading comment.

2018-10-28 Thread Kenneth Graunke
We use cross-thread constants to only upload one copy of the uniforms on Haswell and later. We only duplicate things on Ivybridge. The comment suggests that we duplicate data everywhere, which is inaccurate. The second FINISHME is about a new mechanism we could use, if we wanted to, but we aren'

Re: [Mesa-dev] [PATCH v2 2/3] nir: add nir_opt_vectorize_io()

2018-10-28 Thread Jason Ekstrand
On October 27, 2018 22:08:01 Timothy Arceri wrote: Once linking opts are done this pass recombines varying components. This patch is loosely based on Connor's vectorize alu pass. V2: skip fragment shaders --- src/compiler/Makefile.sources | 1 + src/compiler/nir/meson.build

Re: [Mesa-dev] [PATCH mesa v2 1/4] anv: add missing meson build dependency

2018-10-28 Thread Jason Ekstrand
Rb On October 28, 2018 08:19:19 Eric Engestrom wrote: Fixes: e4538b93f5d5177318f2 "anv: Implement VK_KHR_driver_properties" Signed-off-by: Eric Engestrom --- src/intel/vulkan/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/meson.build b/src/inte

Re: [Mesa-dev] [PATCH mesa 4/4] vulkan/wsi: fix pointer casting warning on 32bit

2018-10-28 Thread Jason Ekstrand
On October 28, 2018 08:45:30 Eric Engestrom wrote: Signed-off-by: Eric Engestrom --- src/vulkan/wsi/wsi_common_wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/wsi/wsi_common_wayland.c b/src/vulkan/wsi/wsi_common_wayland.c index e9cc22ec60372e486e8e..c

[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108578 --- Comment #3 from bmil...@gmail.com --- I still don't understand the reasoning. The version referenced here https://gitlab.freedesktop.org/mesa/mesa/commit/13fd4e601c80b85317feac894c52bd24e4f98c09 for instance is different (1.1.88). By non-ext