wlroots-hyprland/include
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
..
backend backend/wayland: remove wl_seat_listener from public API 2022-03-17 17:16:47 +00:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render render/gles: add support for some 16-bpc unsigned shm formats 2022-05-07 16:25:38 +00:00
types types/wlr_keyboard: uniformize events name 2022-03-17 18:16:14 +00:00
util util/global: remove wl_display arg from wlr_global_destroy_safe 2021-12-14 13:13:50 +00:00
wlr Revert "Copy xcb_icccm structs into wlroots" 2022-04-17 14:44:52 +00:00
xcursor xcursor: garbage collect XcursorLibraryLoadImages 2022-01-31 14:10:08 +00:00
xwayland xwayland: add support for -noTouchPointerEmulation 2021-11-02 12:02:51 +01:00
meson.build render/vulkan: add Vulkan renderer 2021-10-18 11:51:13 +02:00