Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-20 | Refactor EGL/GL API loading | Simon Ser | |
Remove glapi.sh code generation, replace it with hand-written loading code that checks extension strings before calling eglGetProcAddress. The GLES2 renderer still uses global state because of: - {PUSH,POP}_GLES2_DEBUG macros - wlr_gles2_texture_from_* taking a wlr_egl instead of the renderer | |||
2018-05-29 | render: add wlr_texture_to_dmabuf | emersion | |
2018-03-20 | render/gles2: remove global state, use OpenGL debug extension | emersion | |
2018-03-15 | Add initial linux_dmabuf protocol support | Guido Günther | |
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. | |||
2018-02-09 | Swap buffers with damage | emersion | |
2017-10-08 | Add GL/EGL extension loader generator | Scott Anderson | |