[Mesa-dev] [Bug 110345] Unrecoverable GPU crash with DiRT 4

2019-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110345 --- Comment #13 from Thomas Rohloff --- Shortly after my last reply I started a test with 4.18.12. At the moment it's still not frozen but I want to give it more time (cause of the low FPS). Anyway, I saw someobody CCing this bug report. So @Ri

[Mesa-dev] [Bug 110345] Unrecoverable GPU crash with DiRT 4

2019-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110345 --- Comment #14 from Riikka --- (In reply to Thomas Rohloff from comment #13) > Shortly after my last reply I started a test with 4.18.12. At the moment > it's still not frozen but I want to give it more time (cause of the low FPS). > > Anyway,

[Mesa-dev] [PATCH 1/2] nir: Add nir_lower_viewport_transform

2019-04-14 Thread Alyssa Rosenzweig
On Mali hardware (supported by Panfrost and Lima), the fixed-function transformation from world-space to screen-space coordinates is done in the vertex shader prior to writing out the gl_Position varying, rather than in dedicated hardware. This commit adds a shared NIR pass for implementing coordin

[Mesa-dev] [PATCH 2/2] panfrost/midgard: Use shared nir_lower_viewport_transform

2019-04-14 Thread Alyssa Rosenzweig
v2: Run before lowering I/O. Signed-off-by: Alyssa Rosenzweig Reviewed-by: Qiang Yu --- .../panfrost/midgard/midgard_compile.c| 105 +- 1 file changed, 4 insertions(+), 101 deletions(-) diff --git a/src/gallium/drivers/panfrost/midgard/midgard_compile.c b/src/gallium/d

Re: [Mesa-dev] [PATCH 1/2] nir: Add nir_lower_viewport_transform

2019-04-14 Thread Christian Gmeiner
Am So., 14. Apr. 2019 um 17:45 Uhr schrieb Alyssa Rosenzweig : > > On Mali hardware (supported by Panfrost and Lima), the fixed-function > transformation from world-space to screen-space coordinates is done in > the vertex shader prior to writing out the gl_Position varying, rather > than in dedica

[Mesa-dev] [PATCH] etnaviv: direct YUYV/UYVY support

2019-04-14 Thread Christian Gmeiner
The GPU is able to sample from YUYV/UYVY textures directly. Passes following piglits: - ext_image_dma_buf_import-sample_yuv -fmt=YUYV - ext_image_dma_buf_import-sample_yuv -fmt=UYVY Signed-off-by: Christian Gmeiner --- src/gallium/drivers/etnaviv/etnaviv_format.c | 2 +- src/gallium/drivers

Re: [Mesa-dev] [PATCH 1/2] nir: Add nir_lower_viewport_transform

2019-04-14 Thread Rob Clark
On Sun, Apr 14, 2019 at 11:27 AM Christian Gmeiner wrote: > > Am So., 14. Apr. 2019 um 17:45 Uhr schrieb Alyssa Rosenzweig > : > > > > On Mali hardware (supported by Panfrost and Lima), the fixed-function > > transformation from world-space to screen-space coordinates is done in > > the vertex sha

[Mesa-dev] Proposal: MESA_debug_operations

2019-04-14 Thread Ilia Mirkin
Hi all, I've put together a GLSL extension proposal at: https://people.freedesktop.org/~imirkin/MESA_debug_operations.spec The situation this is trying to alleviate is the fact that it's an _enormous_ pain to actually execute shaders and collect results on any particular hardware without a surro

Re: [Mesa-dev] Proposal: MESA_debug_operations

2019-04-14 Thread Rob Clark
On Sun, Apr 14, 2019 at 2:22 PM Ilia Mirkin wrote: > > Hi all, > > I've put together a GLSL extension proposal at: > > https://people.freedesktop.org/~imirkin/MESA_debug_operations.spec I could see some cases where something like this would be useful.. BR, -R > > The situation this is trying to

[Mesa-dev] [PATCH] ac/nir_to_llvm: use correct intrinsic type for bindless atomic_{min, max}

2019-04-14 Thread Timothy Arceri
Coverity: CID 1444664 Fixes: d62d434fe920 ("ac/nir_to_llvm: add image bindless support") --- src/amd/common/ac_nir_to_llvm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c index 61b33c74e6c..8266e7e9f68 100

[Mesa-dev] [Bug 109560] Sometimes VLC player process gets stuck in memory after closure if video output used is Auto or OpenGL

2019-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109560 --- Comment #5 from Timothy Arceri --- The VLC devs could have provided more information on why they believe this is a Mesa bug. Its hard to tell because there are so many threads but it looks like maybe it gets stuck waiting in xcb_wait_for_sp

Re: [Mesa-dev] [PATCH] ac: fix possibly incorrect bindless atomic code in visit_image_atomic

2019-04-14 Thread Timothy Arceri
Thanks I didn't see this and sent the same patch. Please add the following to the commit message: Coverity: CID 1444664 Fixes: d62d434fe920 ("ac/nir_to_llvm: add image bindless support") With those: Reviewed-by: Timothy Arceri On 13/4/19 1:40 am, Marek Olšák wrote: From: Marek Olšák ---

[Mesa-dev] [PATCH v2 2/3] radeon/vce:Add support for frame_cropping_flag of VAEncSequenceParameterBufferH264

2019-04-14 Thread Sahu, Satyajit
From: suresh guttula This patch will add support for frame_cropping when the input size is not matched with aligned size. Currently vaapi driver ignores frame cropping values provided by client. This change will update SPS nalu with proper cropping values. v2: Moving default crop setting to else

[Mesa-dev] [PATCH 1/3] vl: Add cropping flags for H264

2019-04-14 Thread Sahu, Satyajit
From: suresh guttula This patch adds cropping flags for H264 in pipe_h264_enc_pic_control. Signed-off-by: Satyajit Sahu Reviewed-by: Leo Liu --- src/gallium/include/pipe/p_video_state.h | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/include/pipe/p_video_state.h b/src/ga

[Mesa-dev] [PATCH 3/3] st/va/enc: Add support for frame_cropping_flag of VAEncSequenceParameterBufferH264

2019-04-14 Thread Sahu, Satyajit
From: suresh guttula This patch will add support for frame_cropping when the input size is not matched with aligned size. Currently vaapi driver ignores frame cropping values provided by client. This change will update SPS nalu with proper cropping values. Signed-off-by: Satyajit Sahu Reviewed-

[Mesa-dev] [PATCH] nir: fix packing components with arrays

2019-04-14 Thread Timothy Arceri
When gathering info for unmovable types we need to handle arrays. While we dont support packing/moving arrays we do support packing scalar components with these arrays. Fixes piglit: tests/spec/arb_enhanced_layouts/execution/component-layout/vs-fs-array-interleave-range.shader_test Fixes: 5eb1750

Re: [Mesa-dev] [PATCH v4 00/40] intel: VK_KHR_shader_float16_int8 implementation

2019-04-14 Thread Iago Toral
Adding Curro to the CC since he is reviewing the series. I think the only patch missing the Rb is the last one, which handles mixed-float mode validation, Curro is reviewing it and giving feedback so I think it should be ready before the branch point. Iago On Sat, 2019-04-13 at 09:03 -0500, Jason