Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-03 | Merge remote-tracking branch 'upstream/master' into output-damage | emersion | |
2018-01-29 | Clean up the gbm/egl as well | Markus Ongyerth | |
2018-01-29 | relases gbm buffers on init | Markus Ongyerth | |
The wlr_drm_surface_init function is called (upon others) when the drm mode is changed. When the surface was used previously this replaced the gbm_surface, but did not replace the gbm buffers (front/back). With this, wlr_drm_surface_get_from never set up the new buffers with the new glViewport because surf->front existed. This frees the buffers to get new buffers on the new surface with the new viewport. | |||
2018-01-21 | output: add damage tracking via buffer age | emersion | |
2017-12-17 | Refactor wlr_egl_init to accept config_attribs | emersion | |
2017-12-08 | Listen to display destroy in xwayland, rename wlr_egl_free | emersion | |
2017-11-30 | Use correct include path for glapi.h | Scott Anderson | |
2017-10-22 | Move egl.h to render/egl.h | Scott Anderson | |
2017-10-08 | Add GL/EGL extension loader generator | Scott Anderson | |
2017-10-01 | Minor fixes | Scott Anderson | |
2017-10-01 | Multi-GPU DRM | Scott Anderson | |
2017-10-01 | Add renderer pointer inside drm_surface | Scott Anderson | |
2017-09-30 | Split DRM rendering to its own file | Scott Anderson | |