wlroots-hyprland/include/render
Manuel Stoeckl f5df956c18 render/gles2: add a few 10-bit and FP16 formats
The half-float formats depend on GL_OES_texture_half_float_linear,
not just the GL_OES_texture_half_float extension, because the latter
does not include support for linear magni/minification filters.

The new 2101010 and 16161616F formats are only available on little-
endian builds, since their gl_types are larger than a byte and thus
endianness dependent.
2021-07-30 08:29:13 +02:00
..
allocator.h render/allocator: add wlr_allocator.buffer_caps 2021-05-31 15:50:13 -04:00
drm_dumb_allocator.h render: add DRM dumb buffer allocator 2021-05-05 10:40:21 +02:00
drm_format_set.h render/drm_format_set: add wlr_drm_format_{create,add} 2020-12-18 09:41:12 +01:00
egl.h render/egl: remove EGL_WL_bind_wayland_display support 2021-07-05 11:13:41 -04:00
gbm_allocator.h render/gbm_allocator: duplicate drm fd during creation process 2021-05-05 10:40:21 +02:00
gles2.h render/gles2: add a few 10-bit and FP16 formats 2021-07-30 08:29:13 +02: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
shm_allocator.h render/shm_allocator: make wlr_shm_allocator_create return a wlr_allocator 2021-04-28 20:55:57 +02:00
swapchain.h render/swapchain: add support for buffer age 2020-11-15 22:48:42 +01:00
wlr_renderer.h render: drop wlr_ prefix from wlr_renderer_bind_buffer 2021-06-09 10:26:09 +02:00