summaryrefslogtreecommitdiffstats
path: root/ui/egl-context.c
Commit message (Collapse)AuthorAgeFilesLines
* egl: explicitly ask for core contextGerd Hoffmann2017-05-121-3/+4
| | | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20170505104101.30589-6-kraxel@redhat.com
* ui: Clean up includesPeter Maydell2016-02-041-0/+1
| | | | | | | | | | Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1454089805-5470-2-git-send-email-peter.maydell@linaro.org
* opengl: add egl-context.[ch] helpersGerd Hoffmann2015-10-081-0/+34
Add helper functions to manage opengl contexts using egl. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>