weston/libweston/renderer-gl
Marius Vlad 7ceda8cbba gl-renderer: Ensure gl_buffer_state is present for direct-display
This patch makes sure we have a gl_buffer_state present when using
direct-display protocol extensions (which forbids any GL imports, and
assumes a direct path with the display unit to perform a KMS import).

Without this patch we would basically have no gl_buffer_state at repaint
time because we never manged to create one, as direct-display code path
will return much early.

Partially fixes gitlab.freedesktop.org/wayland/weston/-/issues/621.

Suggested-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2022-06-03 14:46:37 +03:00
..
egl-glue.c gl_renderer: log EGL features 2022-05-18 14:18:53 +03:00
fragment.glsl gl-renderer: fix performance regression in frag 2022-06-03 09:38:10 +00:00
gl-renderer-internal.h gl-renderer: move extension lists away from log 2022-05-18 13:45:53 +03:00
gl-renderer.c gl-renderer: Ensure gl_buffer_state is present for direct-display 2022-06-03 14:46:37 +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: shaders implementation of color mapping function 2022-02-09 20:42:50 -05:00
gl-shaders.c gl-renderer: shaders implementation of color mapping function 2022-02-09 20:42:50 -05: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