summaryrefslogtreecommitdiff
path: root/shared/platform.h
AgeCommit message (Expand)AuthorFilesLines
2016-11-21shared/platform.h: introduce weston_platform_destroy_egl_surface()Emil Velikov1-0/+14
2016-09-26shared/platform: include weston-egl-ext.h only if ENABLE_EGL is definedKrzysztof Konopko1-1/+1
2016-07-22shared/platform.h: remove the local EGL platform (re)definitionsEmil Velikov1-13/+1
2016-07-22shared/platform.h: use weston_check_egl_extension over strstrEmil Velikov1-3/+3
2016-07-22gl-renderer: move check_extension() to shared/Emil Velikov1-0/+28
2016-07-22shared/platform.h: add missing stdbool.h includeEmil Velikov1-0/+1
2016-03-08platform: explicitly cast the return value of weston_platform_get_egl_proc_ad...Matthias Treydte1-4/+6
2015-11-13shared: work around EGL header idiosyncrasyAhmet Acar1-0/+1
2015-06-15shared: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-03-30toytoolkit: fix EGL surface creation for lazy driversManuel Bachmann1-2/+3
2015-03-30toytoolkit: fix new EGL extensions fallback typedefsManuel Bachmann1-2/+7
2015-03-26platform: rename create_egl_window to create_egl_surfaceJonny Lamb1-6/+6
2015-03-26platform: remove global variablesJonny Lamb1-26/+29
2015-03-26platform: provide platform_base fallbacks and remove ifdefsJonny Lamb1-14/+33
2015-03-20clients & tests: use eglCreatePlatformWindowSurfaceEXT when supportedJonny Lamb1-0/+23
2015-03-20clients & tests: use eglGetPlatformDisplayEXT when supportedJonny Lamb1-0/+79