wlroots/include
JiDe Zhang 834b00a1ce render/gles2: export gl fromat on texture attribs
When importing a wlr_texture as an external resource into Qt, Qt needs
to know its pixel format. This is similar to the usage scenario of the
format field in wlr_vk_image_attribs. Although it is possible to query
GL_TEXTURE_INTERNAL_FORMAT through the OpenGL API, it is not the same
value as the format that was originally passed to OpenGL when the
wlr_texture was created. The internal_format and format do not have a
one-to-one correspondence, and the correct original format cannot be
retrieved from outside.
2026-02-02 10:13:31 +08:00
..
backend backend/drm: add support for image description transfer function 2025-06-18 00:11:33 +02:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render render/gles2: export gl fromat on texture attribs 2026-02-02 10:13:31 +08:00
types output: don't rebuild cursor color transform for each update 2025-11-24 23:26:14 +00:00
util util/mem: Move memdup to new util/mem.c file 2025-07-17 16:39:58 +01:00
wlr render/gles2: export gl fromat on texture attribs 2026-02-02 10:13:31 +08:00
xcursor Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
xwayland xwayland: take wlr_buffer in wlr_xwayland_set_cursor() 2026-01-05 10:10:32 -05:00
meson.build render/color: add fallback stub when LCMS2 is disabled 2024-06-04 17:45:51 +00:00