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
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
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.
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
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
---
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
---
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 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
https://bugs.freedesktop.org/show_bug.cgi?id=109159
Michel Dänzer changed:
What|Removed |Added
Component|DRM/AMDgpu |Drivers/Vulkan/radeon
Assigne
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
10 matches
Mail list logo