forked from ValveSoftware/steamos-compositor
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop all GL bits #202
Merged
Merged
Drop all GL bits #202
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emersion
force-pushed
the
vk-wlr-renderer
branch
from
June 29, 2021 15:47
7cdd779
to
9378419
Compare
emersion
force-pushed
the
vk-wlr-renderer
branch
2 times, most recently
from
July 20, 2021 07:15
5c9bfe3
to
1c11e15
Compare
Closed
emersion
force-pushed
the
vk-wlr-renderer
branch
4 times, most recently
from
August 3, 2021 13:58
99821a1
to
2af7881
Compare
emersion
force-pushed
the
vk-wlr-renderer
branch
3 times, most recently
from
September 15, 2021 10:06
6fe402d
to
6c5cb02
Compare
This has been removed from wlroots upstream.
wl_drm is not available on Vulkan. References: swaywm/wlroots#2708
We don't need EGL_bind_wayland_display anymore.
This side-steps wlr_client_buffer and ensures we get access to the underlying buffer. This allows us to call wlr_buffer_begin_data_ptr_access to upload shm textures.
emersion
force-pushed
the
vk-wlr-renderer
branch
2 times, most recently
from
September 15, 2021 10:37
94b3fb1
to
b004187
Compare
wlr_renderer_init_wl_display will automatically init the suitable Wayland protocols.
This depends on VK_EXT_physical_device_drm.
We don't need the wlroots parent GLES2 renderer anymore.
emersion
force-pushed
the
vk-wlr-renderer
branch
from
September 15, 2021 11:29
b004187
to
6e649d6
Compare
Saves us the GLES2 renderer init.
emersion
force-pushed
the
vk-wlr-renderer
branch
from
September 15, 2021 11:33
6e649d6
to
de8939a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: #16