Age | Commit message (Collapse) | Author |
|
Matrix redesign
|
|
|
|
|
|
|
|
|
|
|
|
since this is the most established indentation
|
|
Tested with
./weston-simple-dmabuf-drm
./weston-simple-dmabuf-drm --import-immediate=1
./weston-simple-dmabuf-drm --y-inverted=1
(and combinations)
Supports only single plane XRGB dmabufs for now.
|
|
|
|
|
|
|
|
|
|
so we can use the alpha channel to e.g. blend in textures
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 screenshooter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|