[Mesa-dev] [PATCH] st/nir: fix illegal designated initializer in st_glsl_to_nir.cpp

2019-09-10 Thread Brian Paul
IIRC, designated initializers are not legal C++. Fixes the MSVC build. Fixes: 83fd1e58 ("glsl/nir: Add and use a gl_nir_link() function") --- src/mesa/state_tracker/st_glsl_to_nir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/state_tracker/st_glsl_to_nir.cpp b/

[Mesa-dev] [AppVeyor] mesa master #292 failed

2019-09-10 Thread AppVeyor
Build mesa 292 failed Commit 15e439071d by Caio Marcelo de Oliveira Filho on 8/5/2019 11:56 PM: iris: Enable ARB_gl_spirv and ARB_spirv_extensions Configure your notification preferences ___ mesa-dev mailin

[Mesa-dev] [Bug 111529] EGL_PLATFORM=drm doesn't expose MESA_query_driver extension

2019-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111529 Jean Hertel changed: What|Removed |Added Summary|EGL_PLATFORM=gbm doesn't|EGL_PLATFORM=drm doesn't

[Mesa-dev] [Bug 111529] EGL_PLATFORM=gbm doesn't expose MESA_query_driver extension

2019-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111529 --- Comment #18 from Jean Hertel --- I tested adding the suggested code and this fixed the issue. Merge request is here: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1923 Comments and welcome. -- You are receiving this mail becaus

[Mesa-dev] [PATCH 2/3] panfrost/ci: Update kernel to 5.3-rc8

2019-09-10 Thread Tomeu Vizoso
We haven't updated in a long time, so better do it now and again when 5.3 is released. Signed-off-by: Tomeu Vizoso --- src/gallium/drivers/panfrost/ci/debian-install.sh | 2 +- src/gallium/drivers/panfrost/ci/gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[Mesa-dev] [PATCH 1/3] panfrost/ci: Run dEQP with the surfaceless platform

2019-09-10 Thread Tomeu Vizoso
Instead of running it with the Wayland platform, which introduces unwanted dependencies and complexity. Makes tests run 30% faster, as well. Signed-off-by: Tomeu Vizoso --- .../drivers/panfrost/ci/create-rootfs.sh | 2 +- .../drivers/panfrost/ci/debian-install.sh | 35

[Mesa-dev] [PATCH 3/3] panfrost/ci: Use releases for Volt dEQP

2019-09-10 Thread Tomeu Vizoso
So we can better correlate different results to versions of the runner. Signed-off-by: Tomeu Vizoso --- src/gallium/drivers/panfrost/ci/debian-install.sh | 8 +--- src/gallium/drivers/panfrost/ci/gitlab-ci.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/gal

Re: [Mesa-dev] radeon/vcn: exclude raven2 from vcn 2.0 encode initialization

2019-09-10 Thread Liu, Leo
Reviewed-by: Leo Liu On 2019-09-10 10:06 a.m., Das, Indrajit-kumar wrote: > From: Indrajit Das > Date: Tue, 10 Sep 2019 14:52:14 +0530 > Subject: [PATCH] radeon/vcn: exclude raven2 from vcn 2.0 encode initialization > > Signed-off-by: Indrajit Das > --- > src/gallium/drivers/radeon/radeon_vcn

[Mesa-dev] radeon/vcn: exclude raven2 from vcn 2.0 encode initialization

2019-09-10 Thread Das, Indrajit-kumar
From: Indrajit Das Date: Tue, 10 Sep 2019 14:52:14 +0530 Subject: [PATCH] radeon/vcn: exclude raven2 from vcn 2.0 encode initialization Signed-off-by: Indrajit Das --- src/gallium/drivers/radeon/radeon_vcn_enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/dri

[Mesa-dev] [Bug 111522] [bisected] Supraland no longer start

2019-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111522 --- Comment #21 from Eero Tamminen --- (In reply to Timothy Arceri from comment #20) > (In reply to Lionel Landwerlin from comment #19) > > I've been wondering about regexps but that's another thing to add to mesa. > > It's also unfortunate that

[Mesa-dev] [Bug 111529] EGL_PLATFORM=gbm doesn't expose MESA_query_driver extension

2019-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111529 --- Comment #17 from Jean Hertel --- (In reply to Emil Velikov from comment #16) > Aside, using eglGetDisplay() is a huge meh, considering how much of a hack > it is and that we've had eglGetPlatformDisplayEXT for 5+ years. I know eglGetDisplay

[Mesa-dev] [Bug 111529] EGL_PLATFORM=gbm doesn't expose MESA_query_driver extension

2019-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111529 --- Comment #16 from Emil Velikov --- Aside, using eglGetDisplay() is a huge meh, considering how much of a hack it is and that we've had eglGetPlatformDisplayEXT for 5+ years. -- You are receiving this mail because: You are the QA Contact for

[Mesa-dev] [Bug 111529] EGL_PLATFORM=gbm doesn't expose MESA_query_driver extension

2019-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111529 --- Comment #15 from Emil Velikov --- The problem is that on EGL+GBM, EGL itself does not load the driver (dri module), but gets it from GBM. In other words - dri2_load_driver* is missing in platform_drm, hence the dri2_bind_extensions(...optio