remove double drm and dmabuf creation
This commit is contained in:
parent
d413388761
commit
cfa6c01df0
2 changed files with 0 additions and 6 deletions
|
|
@ -75,11 +75,6 @@ CCompositor::CCompositor() {
|
|||
|
||||
wlr_renderer_init_wl_display(m_sWLRRenderer, m_sWLDisplay);
|
||||
|
||||
if (wlr_renderer_get_dmabuf_texture_formats(m_sWLRRenderer) != NULL) {
|
||||
wlr_drm_create(m_sWLDisplay, m_sWLRRenderer);
|
||||
m_sWLRDmabuf = wlr_linux_dmabuf_v1_create(m_sWLDisplay, m_sWLRRenderer);
|
||||
}
|
||||
|
||||
m_sWLRAllocator = wlr_allocator_autocreate(m_sWLRBackend, m_sWLRRenderer);
|
||||
|
||||
if (!m_sWLRAllocator) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue