[Mesa-dev] How to build mesa to run vulkan application on Intel HD graphics?

2019-07-24 Thread Xu, Xing
Hi, I tried to add some logs as below in file ./src/vulkan/wsi/wsi_common_x11.c (x11_queue_present): printf("%s,%d\n",__FUNCTION__,__LINE__); assert(0); but got nothing when I run my application. How I build run my applications: 1), Build install meson configure builddir -Dvulkan-drivers=intel

[Mesa-dev] AMD HEVC decoder is not working with IDR 30

2019-07-24 Thread sr4shantan
Hi Mesa-dev, I am seeing frame corruption on video playback when I play HEVC .mp4 stream which is encoded with IDR period 30. The same stream is able to play properly when Ichange the DPB_MAX_SIZE from 32 to 30 in *Mesa3d/src/gallium/state_trackers/omx/bellagio/vid_dec_h265.c,* FROM #define

Re: [Mesa-dev] [PATCH 4/5] radv/gfx10: do not enable NGG if a pipeline uses XFB

2019-07-24 Thread Samuel Pitoiset
On 7/23/19 9:31 PM, Bas Nieuwenhuizen wrote: On Tue, Jul 23, 2019 at 3:21 PM Samuel Pitoiset wrote: NGG GS for streamout requires a bunch of work, so enable it with the legacy path only for now. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_pipeline.c | 28

Re: [Mesa-dev] [PATCH] i965/tex: ignore the diff between GL_TEXTURE_2D and GL_TEXTURE_RECTANGLE

2019-07-24 Thread Olivier Fourdan
Hi, On Wed, May 22, 2019 at 4:01 AM Ian Romanick wrote: > > On Thu, Jul 19, 2018 at 12:08 PM andrey simiklit > > > > Jason, can we reconsider Andrii's patch? It still applies cleanly > > (https://patchwork.freedesktop.org/patch/237490/) > > Looking at the patch and the "Simple reproducer" in the

Re: [Mesa-dev] [PATCH] nvc0/ir: Fix assert accessing null pointer

2019-07-24 Thread Juan A. Suarez Romero
On Wed, 2019-07-24 at 14:27 +0200, Karol Herbst wrote: > it's only fixing a crash in a build with asserts enabled, but if > somebody wants to apply those to stable, then go ahead. > OK; in that case I will keep it out. Thanks! J.A. > On Wed, Jul 24, 2019 at 12:48 PM Juan A. Suarez

Re: [Mesa-dev] [PATCH] nvc0/ir: Fix assert accessing null pointer

2019-07-24 Thread Juan A. Suarez Romero
On Fri, 2019-07-19 at 13:56 +0200, Mark Menzynski wrote: > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=111007 > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=67 > Signed-off-by: Mark Menzynski > --- > src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 2 +- > 1

Re: [Mesa-dev] [PATCH] nvc0/ir: Fix assert accessing null pointer

2019-07-24 Thread Karol Herbst
it's only fixing a crash in a build with asserts enabled, but if somebody wants to apply those to stable, then go ahead. On Wed, Jul 24, 2019 at 12:48 PM Juan A. Suarez Romero wrote: > > On Fri, 2019-07-19 at 13:56 +0200, Mark Menzynski wrote: > > Fixes:

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

2019-07-24 Thread AppVeyor
Build mesa 12021 failed Commit 280dfa02fa by Qiang Yu on 7/20/2019 10:11 AM: lima/ppir: fix disassembler temp read/write print\n\ntemp read/write use negtive offset, and handle\nalignment==1 case.\n\nReviewed-by: Vasily Khoruzhick \nSigned-off-by: Qiang Yu

[Mesa-dev] [PATCH v2] radv/gfx10: fix intensity formats by setting ALPHA_IS_ON_MSB

2019-07-24 Thread Samuel Pitoiset
This fixes dEQP-VK.rasterization.primitive_size.points.point_size_* This also fixes some black squares with the Sascha SSAO demo. v2: - do not set for multiple channels - call vi_alpha_is_on_msb() for pre-GFX10 - remove unused 'swap' Signed-off-by: Samuel Pitoiset ---

Re: [Mesa-dev] [PATCH] radv/gfx10: fix intensity formats by setting ALPHA_IS_ON_MSB

2019-07-24 Thread Bas Nieuwenhuizen
On Wed, Jul 24, 2019 at 3:00 PM Samuel Pitoiset wrote: > > This fixes > dEQP-VK.rasterization.primitive_size.points.point_size_* > > This also fixes some black squares with the Sascha SSAO demo. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_image.c | 15 ++- > 1

[Mesa-dev] [AppVeyor] mesa staging/19.1 #12020 completed

2019-07-24 Thread AppVeyor
Build mesa 12020 completed Commit 97cfb89b73 by Eric Engestrom on 7/23/2019 9:01 AM: gallium+mesa: fix tgsi_semantic array type\n\nFixes: ed23335a313dfc9cec26 ("gallium: use enums in p_shader_tokens.h (v2)")\nSigned-off-by: Eric Engestrom \nReviewed-by: Marek

[Mesa-dev] [PATCH] radv/gfx10: fix intensity formats by setting ALPHA_IS_ON_MSB

2019-07-24 Thread Samuel Pitoiset
This fixes dEQP-VK.rasterization.primitive_size.points.point_size_* This also fixes some black squares with the Sascha SSAO demo. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_image.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git

[Mesa-dev] [Bug 111126] Build problem: meson build can not find wayland-scanner

2019-07-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26 --- Comment #4 from Emil Velikov --- BTH it's been a while, so I don't recall the details. It was either: - target machine was missing wayland-scanner (correct), so we had to tell meson to use the one of the build host, or - meson was trying

[Mesa-dev] [Bug 111126] Build problem: meson build can not find wayland-scanner

2019-07-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26 --- Comment #5 from Dylan Baker --- Are you doing a cross compile? -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug.___ mesa-dev mailing

Re: [Mesa-dev] How to build mesa to run vulkan application on Intel HD graphics?

2019-07-24 Thread Jason Ekstrand
On Wed, Jul 24, 2019 at 2:00 AM Xu, Xing wrote: > Hi, I tried to add some logs as below in file > ./src/vulkan/wsi/wsi_common_x11.c (x11_queue_present): > > printf("%s,%d\n",__FUNCTION__,__LINE__); > > assert(0); > > but got nothing when I run my application. > > > > How I build run my

Re: [Mesa-dev] [PATCH] radv/gfx10: fix intensity formats by setting ALPHA_IS_ON_MSB

2019-07-24 Thread Marek Olšák
On Wed, Jul 24, 2019 at 9:18 AM Bas Nieuwenhuizen wrote: > On Wed, Jul 24, 2019 at 3:00 PM Samuel Pitoiset > wrote: > > > > This fixes > > dEQP-VK.rasterization.primitive_size.points.point_size_* > > > > This also fixes some black squares with the Sascha SSAO demo. > > > > Signed-off-by: Samuel

[Mesa-dev] [Bug 111212] gen_builder_meta.hpp:53:117: error: no matching function for call to ‘cast(llvm::FunctionCallee)’

2019-07-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111212 Bug ID: 111212 Summary: gen_builder_meta.hpp:53:117: error: no matching function for call to ‘cast(llvm::FunctionCallee)’ Product: Mesa Version: git Hardware: x86-64

[Mesa-dev] A question about order of st_update_*p

2019-07-24 Thread Lepton Wu
In src/mesa/state_tracker/st_atom_list.h, Now it's this order: ST_STATE(ST_NEW_FS_STATE, st_update_fp) ST_STATE(ST_NEW_GS_STATE, st_update_gp) ST_STATE(ST_NEW_TES_STATE, st_update_tep) ST_STATE(ST_NEW_TCS_STATE, st_update_tcp) ST_STATE(ST_NEW_VS_STATE, st_update_vp) While code in

[Mesa-dev] [AppVeyor] mesa master #12031 completed

2019-07-24 Thread AppVeyor
Build mesa 12031 completed Commit 16fcbb2eba by Dave Airlie on 7/24/2019 11:33 PM: gallium: fix windows build from params change.\n\nThis is why we can't have nice things. I'm sure there's someway\nto do this with {0} but I really don't have time for

[Mesa-dev] [Bug 111150] [BRW] WRC 5 asserts with gallium nine and iris.

2019-07-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50 --- Comment #8 from Matías Zúñiga --- (In reply to Nanley Chery from comment #7) > (In reply to Matías Zúñiga from comment #6) > > (In reply to Nanley Chery from comment #3) > > > *** Bug 62 has been marked as a duplicate of this bug. *** >