Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate better (fake) modelines | Pierre Ossman | 2024-10-18 | 1 | -1/+16 |
| | | | | | | | This is what Xwayland does, so let's try to do the same to avoid any incompatibilites with applications. (cherry picked from commit 876cbf0800634b382b0a99e8cd086f588997f9d8) | ||||
* | Add basic DRI3 support | Pierre Ossman | 2024-06-20 | 1 | -0/+67 |
This provides buffer sync with the primary render node of the system (if available). By doing so, OpenGL and Vulkan can use the render node for acceleration. This first implementation is extremely pessimistic and synchronises buffers whenever there's even a slight chance they will be used. |