aboutsummaryrefslogtreecommitdiff
path: root/render/glapi.txt
AgeCommit message (Collapse)Author
2019-12-20Refactor EGL/GL API loadingSimon 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-29render: add wlr_texture_to_dmabufemersion
2018-03-20render/gles2: remove global state, use OpenGL debug extensionemersion
2018-03-15Add initial linux_dmabuf protocol supportGuido 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-09Swap buffers with damageemersion
2017-10-08Add GL/EGL extension loader generatorScott Anderson