weston/libweston/renderer-gl
Daniel Stone 1db2fbef61 pixel-formats: Add internal-only format flag
Add a new hide_from_clients flag which, if set, specifies that the
format is only for internal information and processing, and should not
be advertised for clients.

This will be used for formats like R8 and GR88, which are not useful for
client buffers, but are used internally to implement YUV -> RGB
conversion.

Signed-off-by: Daniel Stone <daniels@collabora.com>
2022-05-20 11:24:41 +00:00
..
egl-glue.c gl_renderer: log EGL features 2022-05-18 14:18:53 +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: move extension lists away from log 2022-05-18 13:45:53 +03:00
gl-renderer.c pixel-formats: Add internal-only format flag 2022-05-20 11:24:41 +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: 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