weston/libweston/renderer-gl
Leandro Ribeiro 8eb8414fcd libweston: add initial dma-buf feedback implementation
This adds the initial dma-buf feedback implementation, following the
changes in the dma-buf protocol extension.

The initial dma-buf feedback implementation gives support to send
default feedback and per-surface feedback. For now the per-surface
feedback support is very basic and is still not implemented in the
DRM-backend, what basically means that KMS plane's formats/modifiers are
not being exposed to clients. In the next commits of this series we add
the DRM-backend implementation.

This patch is based on previous work of Scott Anderson (@ascent).

Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
Signed-off-by: Scott Anderson <scott.anderson@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
2021-11-25 11:16:14 -03:00
..
egl-glue.c gl-renderer: query DRM device given an EGLDisplay 2021-11-25 10:47:39 -03:00
fragment.glsl gl-renderer: implement SHADER_COLOR_CURVE_LUT_3x1D 2021-06-21 14:36:33 +00:00
gl-renderer-internal.h gl-renderer: query DRM device given an EGLDisplay 2021-11-25 10:47:39 -03:00
gl-renderer.c libweston: add initial dma-buf feedback implementation 2021-11-25 11:16:14 -03:00
gl-renderer.h gl-renderer: Replace pbuffer-create args with struct 2020-03-20 15:25:24 +00:00
gl-shader-config-color-transformation.c gl-renderer: implement 3 x 1D LUT color pre-curve 2021-06-21 14:36:33 +00:00
gl-shaders.c gl-renderer: implement SHADER_COLOR_CURVE_LUT_3x1D 2021-06-21 14:36:33 +00:00
meson.build gl-renderer: implement 3 x 1D LUT color pre-curve 2021-06-21 14:36:33 +00:00
vertex.glsl gl-renderer: move vertex shader into new file 2021-02-25 13:16:02 +02:00