Hi, opengl support continued. This series brings some little fixups, adds egl helper functions and implements opengl support for the gtk ui using that.
please review, Gerd Gerd Hoffmann (4): ui: use libexpoxy ui: shader.h protect against double inclusion ui: add egl-helpers gtk: add opengl support, using egl configure | 2 +- include/ui/console.h | 5 +- include/ui/egl-helpers.h | 16 ++++++ include/ui/gtk.h | 23 ++++++++ include/ui/shader.h | 10 ++-- ui/Makefile.objs | 6 ++ ui/egl-helpers.c | 143 +++++++++++++++++++++++++++++++++++++++++++++++ ui/gtk-egl.c | 141 ++++++++++++++++++++++++++++++++++++++++++++++ ui/gtk.c | 77 ++++++++++++++++++++----- vl.c | 11 +++- 10 files changed, 410 insertions(+), 24 deletions(-) create mode 100644 include/ui/egl-helpers.h create mode 100644 ui/egl-helpers.c create mode 100644 ui/gtk-egl.c -- 1.8.3.1