weston/libweston/renderer-gl
Derek Foreman 0b51b02c5e gl-renderer: Don't re-import dmabufs
My reading of the GL spec is that a dmabuf becomes a sibling to the
EGLImage created from it, and that all updates to the dmabuf will be
propagated to the EGLImage.

A rebind is still required every time the dmabuf content changes,
but this should be satisfied by gl_renderer_attach(), which does
a rebind when the buffer is commit.

Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
2021-09-29 15:20:30 +00:00
..
egl-glue.c gl-renderer: Move EGL display creation to egl-glue.c 2020-02-18 18:11:26 +13: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: implement 3 x 1D LUT color pre-curve 2021-06-21 14:36:33 +00:00
gl-renderer.c gl-renderer: Don't re-import dmabufs 2021-09-29 15:20:30 +00: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