wlroots-hyprland/render/gles2
Simon Ser 62b6c492d5 render/gles2: check external-only flag in get_or_create_buffer()
If the external-only flag is set, then the EGLImage is only
supported for use with GL_TEXTURE_EXTERNAL_OES texture targets.
In particular, the EGLImage cannot be bound to a RBO.
2023-11-29 15:28:50 +00:00
..
shaders renderer/gles2: Compute texture coordinates based off of vertex positions 2023-05-28 14:53:34 -04:00
meson.build renderer/gles2: Implement render pass interface 2023-05-28 14:53:34 -04:00
pass.c util/transform: move over wl_output_transform helpers 2023-11-23 11:03:57 +01:00
pixel_format.c render/gles2: Don't track has_alpha in pixel_format 2023-11-29 13:25:06 +01:00
renderer.c render/gles2: check external-only flag in get_or_create_buffer() 2023-11-29 15:28:50 +00:00
texture.c render/gles2: Don't track has_alpha in pixel_format 2023-11-29 13:25:06 +01:00