[Mesa-dev] [PATCH 6/8] compiler/nir: Print image formats in nir_print

2017-07-13 Thread Jason Ekstrand
--- src/compiler/nir/nir_print.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/compiler/nir/nir_print.c b/src/compiler/nir/nir_print.c index 66c0669..deacf86 100644 --- a/src/compiler/nir/nir_print.c +++ b/src/compiler/nir/nir_print.c @@ -406,8 +406,12 @@

[Mesa-dev] [PATCH 5/8] spirv: Use the new gl_image_format enum

2017-07-13 Thread Jason Ekstrand
--- src/compiler/spirv/spirv_to_nir.c | 82 +++ src/compiler/spirv/vtn_private.h | 2 +- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/src/compiler/spirv/spirv_to_nir.c b/src/compiler/spirv/spirv_to_nir.c index 1be0145..ceca3e7 100644 ---

[Mesa-dev] [PATCH] etnaviv: don't enable RT full-overwrite when logicop is enabled

2017-07-13 Thread Lucas Stach
Logicop is a form of blending with the framebuffer, so we must allow framebuffer reads when logicop is enabled. Fixes: piglit gl-1.0-logicop on GC3000, which has logicop support Signed-off-by: Lucas Stach --- src/gallium/drivers/etnaviv/etnaviv_blend.c | 18 +-

Re: [Mesa-dev] [PATCH 00/11] anv: A few refactors and fixes

2017-07-13 Thread Lionel Landwerlin
Conflicting a bit with some upcoming work here too, but looks good overall : Reviewed-by: Lionel Landwerlin On 12/07/17 01:04, Jason Ekstrand wrote: I started working on another up-and-coming Vulkan feature today and, as is frequently the case, found a bunch of

[Mesa-dev] [PATCH] st/mesa: Handle st_framebuffer_create returning NULL

2017-07-13 Thread Michel Dänzer
From: Michel Dänzer st_framebuffer_create returns NULL if stfbi == NULL or st_framebuffer_add_renderbuffer returns false for the colour buffer. Fixes Xorg crashing on startup using glamor on radeonsi. Fixes: 147d7fb772a7 ("st/mesa: add a winsys buffers list in

[Mesa-dev] [Bug 101775] Xorg segfault since 147d7fb "st/mesa: add a winsys buffers list in st_context"

2017-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101775 Bug ID: 101775 Summary: Xorg segfault since 147d7fb "st/mesa: add a winsys buffers list in st_context" Product: Mesa Version: git Hardware: Other OS: All

Re: [Mesa-dev] [PATCH] mesa: Return GL_INVALID_ENUM for bogus TEXTURE_SRGB_DECODE_EXT params.

2017-07-13 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Wed, Jul 12, 2017 at 9:40 PM, Kenneth Graunke wrote: > Fixes dEQP-GLES31.functional.debug.negative_coverage.get_error. > shader.srgb_decode_samplerparameter{f,fv,i,Iiv,Iuiv,iv}. > --- > src/mesa/main/samplerobj.c | 13

[Mesa-dev] [PATCH] mapi: Only install khrplatform.h with EGL or GLES

2017-07-13 Thread Jussi Kukkonen
When mesa is built with "--disable-egl --disable-gles1 --disable-gles2" the KHR platform headers are not needed. Not installing the header when not needed allows using mesa for GL and another implementation for GLES+EGL (as is done in practice with userland on raspberrypi). ---

<    1   2   3