1
0
Fork 0
forked from wry/wry

vulkan: unconditionally support linear framebuffers

This commit is contained in:
Julian Orth 2024-05-05 00:03:54 +02:00
parent 59e4de03d1
commit 62cdd276cf
4 changed files with 309 additions and 67 deletions

View file

@ -8,6 +8,7 @@
- Add support for pointer-gestures-unstable-v1.
- Configs can now handle switch events (laptop lid closed/opened).
- Add support for tablet-v2.
- Add support for linear framebuffers (hardware cursors/screensharing) on NVIDIA if the Vulkan renderer is used. (The OpenGL renderer does not support this.)
# 1.1.0 (2024-04-22)