Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-16 | decorate xwayland views | Tony Crisci | |
2017-11-30 | Use correct include path for glapi.h | Scott Anderson | |
2017-10-22 | Pass backend to render | Scott Anderson | |
2017-10-22 | Move egl.h to render/egl.h | Scott Anderson | |
2017-10-08 | Merge pull request #140 from emersion/screenshooter | Drew DeVault | |
Add screenshooter | |||
2017-10-08 | Add GL/EGL extension loader generator | Scott Anderson | |
2017-10-08 | Move read_pixels from output to renderer | emersion | |
2017-10-05 | Fix memory leaks | Versus Void | |
2017-08-19 | wlr renderer/texture: rename init to create when it does alloc | Dominique Martinet | |
2017-08-15 | Merge pull request #88 from 4e554c4c/alloc_crashing | Drew DeVault | |
Prevent alloc errors from crashing | |||
2017-08-15 | Prevent alloc errors from crashing | Calvin Lee | |
Resolves #76 | |||
2017-08-14 | Fix style issues | nyorain | |
2017-08-14 | impl->destroy cleanup: | Dominique Martinet | |
- remove trivial destroy() function - make sure we check impl and impl->destroy before calling - always call free if not implemented | |||
2017-08-14 | Fix software cursors | Drew DeVault | |
2017-08-14 | Refactor away wlr_renderer_state | Drew DeVault | |
2017-08-12 | GLES2: detach and delete shaders after LinkProgram | Dominique Martinet | |
Also make sure program linked correctly! | |||
2017-08-10 | Refactor EGL handling | Drew DeVault | |
2017-08-10 | Merge branch 'master' into drm_buffer | Drew DeVault | |
2017-08-10 | enable gl blending | Tony Crisci | |
This makes transparency work correctly. fixes #56 | |||
2017-08-10 | Implement drm (egl) buffer attaching | nyorain | |
2017-08-08 | Rename wlr_surface -> wlr_texture; attach -> upload | nyorain | |
2017-08-05 | Use meson build system | nyorain | |
2017-06-23 | Support wl_shm pixel formats in gles2 renderer | Drew DeVault | |
2017-06-23 | Add wlcore/wl_shm (WIP) | Drew DeVault | |
2017-06-23 | Manually transpose matricies in shader | Drew DeVault | |
Since GLES2 doesn't do this for us, it seems, on all platforms. | |||
2017-06-23 | Switch to GLES2 | Drew DeVault | |
Closes #13 |