weston/libweston/renderer-gl
Daniel Stone 57c34139d3 gl-renderer: Don't modify buffer_state in attach
At the moment, attach_shm() will modify the gl_buffer_state in place,
then compare it and see if it differs enough to require a new one. That
rather mixes up the old and new worlds, so quite explicitly build up a
shadow gl_buffer_state with variables first before we change the one
which already exists.

Signed-off-by: Daniel Stone <daniels@collabora.com>
2022-05-16 13:51:42 +01:00
..
egl-glue.c gl-renderer: query DRM device given an EGLDisplay 2021-11-25 10:47:39 -03:00
fragment.glsl gl-renderer: shaders implementation of color mapping function 2022-02-09 20:42:50 -05:00
gl-renderer-internal.h gl-renderer: add declaration of color mapping function 2022-02-09 20:42:50 -05:00
gl-renderer.c gl-renderer: Don't modify buffer_state in attach 2022-05-16 13:51:42 +01: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