Age | Commit message (Collapse) | Author |
|
|
|
Backport screenshooter fixes from the renderer redesign v1
|
|
|
|
|
|
This backports some changes to #319 to fix the screenshooter data
format. This also adds wlr_backend_get_renderer which will be
useful to support multiple renderers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add surface transforms support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add screenshooter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes segfault when closing the compositor with an egl window.
|
|
|
|
Use tabs for indentation and break up function calls over 80 col.
|
|
|
|
Prevent alloc errors from crashing
|
|
|
|
|
|
Resolves #76
|
|
|
|
- remove trivial destroy() function
- make sure we check impl and impl->destroy before calling
- always call free if not implemented
|
|
|
|
|
|
|
|
|
|
|
|
Fix egl image leak in gles renderer
|
|
|
|
Also make sure program linked correctly!
|
|
|
|
|