wlroots-hyprland/include/render
Manuel Stoeckl 7ad67e0f1d render/gles: add support for some 16-bpc unsigned shm formats
These formats require EXT_texture_norm16, which in turn needs OpenGL
ES 3.1. The EXT_texture_norm16 extension does not support passing
gl_internalformat = GL_RGBA to glTexImage2D, as can be done for
formats available in OpenGL ES 2.0, so this commit adds a field to
wlr_gles2_pixel_format to provide a more specific internalformat
parameter to glTexImage2D.
2022-05-07 16:25:38 +00:00
..
allocator render/allocator: make wlr_allocator part of the public API 2021-11-09 15:26:36 +00:00
drm_format_set.h render/drm_format_set: add wlr_drm_format_has 2021-11-26 16:40:53 +00:00
egl.h render/egl: remove EGL_WL_bind_wayland_display support 2021-07-05 11:13:41 -04:00
gles2.h render/gles: add support for some 16-bpc unsigned shm formats 2022-05-07 16:25:38 +00:00
pixel_format.h Move render/shm_format functions to render/pixel_format 2021-03-25 10:55:54 +01:00
pixman.h render/pixman: implement texture_from_buffer 2021-06-07 09:22:56 -04:00
swapchain.h render/swapchain: add support for buffer age 2020-11-15 22:48:42 +01:00
vulkan.h Remove support for DMA-BUF flags 2021-11-17 16:12:59 +00:00
wlr_renderer.h render: drop wlr_ prefix from wlr_renderer_bind_buffer 2021-06-09 10:26:09 +02:00