[Mesa-dev] VP9 Decoder OMX component for MESA

2018-12-27 Thread sr4shantan
Hi Mesa-dev, I want to test AMD VP9 Hardware video decoder on android platform. But it seems there is no vp9 decoder omx component(No component of bellagio and tizonia). Does free-desktop/AMD is planning to write VP9 omx decoder component, if so when will it be available to public ? Which frame

[Mesa-dev] [PATCH] virgl: use primconvert provoking vertex properly

2018-12-27 Thread Dave Airlie
From: Dave Airlie This stores the raster state and calls the correct primconvert interface using the currently bound raster state. This fixes piglit glsl-fs-flat-color --- src/gallium/drivers/virgl/virgl_context.c | 26 --- src/gallium/drivers/virgl/virgl_context.h | 6

[Mesa-dev] [Bug 108720] System crash vulkan cemu

2018-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108720 --- Comment #2 from zacharybin...@hotmail.com --- Won't work. Cemu doesn't use Core Profile for OpenGL -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug.

Re: [Mesa-dev] [PATCH 1/2] egl/egldevice: Fix broken reference to dev->device without LIBDRM

2018-12-27 Thread Ilia Mirkin
Based on looking at the commit in question, I guess it was meant to be used in +#ifdef HAVE_LIBDRM + case EGL_DRM_DEVICE_FILE_EXT: + if (_eglDeviceSupports(dev, _EGL_DEVICE_DRM)) + return dev->device->nodes[DRM_NODE_PRIMARY]; + /* fall through */ +#endif If so I'd rather stick

Re: [Mesa-dev] [PATCH 1/2] egl/egldevice: Fix broken reference to dev->device without LIBDRM

2018-12-27 Thread Ilia Mirkin
I don't see this function used anywhere... it's not exported either. It was added in dbb4457d9858fa977246aa5e9cabe83455022dfe by Emil as part of EGL_EXT_device_drm, but appears unused in that commit as well. Emil - can this function just be removed perhaps? -ilia On Thu, Dec 27, 2018 at 3:47

[Mesa-dev] [PATCH 2/2] egl/drivers/haiku: Fix reference to disp vs dpy

2018-12-27 Thread Alexander von Gluck IV
--- src/egl/drivers/haiku/egl_haiku.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/egl/drivers/haiku/egl_haiku.cpp b/src/egl/drivers/haiku/egl_haiku.cpp index a9c5cf8d29..d4b046c79b 100644 --- a/src/egl/drivers/haiku/egl_haiku.cpp +++ b/src/egl/drivers/haiku/egl_hai

[Mesa-dev] [PATCH 1/2] egl/egldevice: Fix broken reference to dev->device without LIBDRM

2018-12-27 Thread Alexander von Gluck IV
--- src/egl/main/egldevice.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/egl/main/egldevice.c b/src/egl/main/egldevice.c index 4878039be0..96042f4c5c 100644 --- a/src/egl/main/egldevice.c +++ b/src/egl/main/egldevice.c @@ -211,7 +211,11 @@ _eglDeviceSupports(_EGLDe

[Mesa-dev] [ANNOUNCE] mesa 18.2.8

2018-12-27 Thread Juan A. Suarez Romero
Mesa 18.2.8 is now available. NOTE: It is anticipated that 18.2.8 will be the final release in the 18.2 series. Users of 18.2 are encouraged to migrate to the 18.3 series in order to obtain future fixes. In this release we have: Several fixes in Meson build system. Also several fixes for st/nine

[Mesa-dev] [Bug 109159] [KBL-G][vulkan] dEQP-VK.api.version_check.entry_points test failed.

2018-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109159 Michel Dänzer changed: What|Removed |Added Component|DRM/AMDgpu |Drivers/Vulkan/radeon Assigne

Re: [Mesa-dev] [PATCH] virgl/vtest: fix front buffer flush with protocol version 0.

2018-12-27 Thread Gert Wollny
Looks good to me, Reviewed-By: Gert Wollny Am Donnerstag, den 27.12.2018, 16:11 +1000 schrieb Dave Airlie: > From: Dave Airlie > > Older versions of virglrenderer before > 33da7361aec486290df0aec4ad8dfa8ff6adde2c > in vtest mode, misrender gears. > > Fixes: 9d81cd8e7c (virgl: Pass resource