124 Commits (2f82c92307271955b247e305ff3caf479d9a50de)

Author SHA1 Message Date
Guido Günther 2dc8a35db2 textures: tell us which texture format is unsupported
7 years ago
emersion c2e1474010
Reformat all #include directives
7 years ago
emersion 36ead80cd1
Make wlr_signal_emit_safe private
7 years ago
emersion 5e58d46cc1
Add wlr_signal_emit_safe
7 years ago
Scott Anderson 9b984253e2 Move egl.h to render/egl.h
7 years ago
Scott Anderson 009c3747a8 Multi-GPU DRM
7 years ago
Drew DeVault 220a6e9bf6 Add xwayland activate and fix EGL bug
7 years ago
Dominique Martinet f24b3df980 wlr renderer/texture: rename init to create when it does alloc
7 years ago
Drew DeVault 27c13d621d Merge pull request #88 from 4e554c4c/alloc_crashing
7 years ago
Tony Crisci 4f2b1cc930 implement get_buffer_size for egl buffers
7 years ago
Tony Crisci 72a33b736f implement texture get buffer size
7 years ago
Calvin Lee 5cc7342606 Prevent alloc errors from crashing
7 years ago
Drew DeVault 94e6e6334b Refactor out wlr_texture_state
7 years ago
nyorain 862bc9783f Fix egl image leak in gles renderer
7 years ago
Drew DeVault a6efb90382 s/gen/ensure/ fixes #47
7 years ago
Drew DeVault c24351681f Refactor EGL handling
7 years ago
Drew DeVault 7095274a9e Merge branch 'master' into drm_buffer
7 years ago
Drew DeVault 888986b038 Remove excess logging
7 years ago
Drew DeVault 7da43ff8b0 Implement wlr_surface_flush_damage
7 years ago
nyorain 073dff63da Fix style issues
7 years ago
nyorain 67369173aa Implement drm (egl) buffer attaching
7 years ago
Drew DeVault e2b7712302 Use texture->pixel_format instead of re-scanning
7 years ago
Drew DeVault 4de930542f Implement partial texture uploads
7 years ago
nyorain e167f41fde Rename wlr_surface -> wlr_texture; attach -> upload
7 years ago