weston/libweston/renderer-gl
Marius Vlad 63fc73d1cc gl-renderer: Assume num images the same as the no of planes
Potential failures when creating the EGL image could cause an incorrect
number of num images (num_planes > num_images). With this change
egl_image_unref() requires an additional check to avoid any potential NULL
derefs when cleaning up. We do it straight in egl_image_unref() instead
of adding guards all over the necessary parts.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2021-07-22 11:33:22 +03: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: Assume num images the same as the no of planes 2021-07-22 11:33:22 +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