Age | Commit message (Collapse) | Author |
|
|
|
|
|
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!
|
|
|
|
|
|
|
|
|
|
enable gl blending
|
|
This makes transparency work correctly.
fixes #56
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|