egl-helpers: add helpers to handle opengl framebuffers
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 14 Jun 2017 08:41:46 +0000 (10:41 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 21 Jun 2017 12:23:16 +0000 (14:23 +0200)
commit6fafc2601412327189734ee883153d504f57f9b8
treefae3290ccbac814cca307fa1e4999e4c7926ae1c
parent8dfaf23ae1f2273a9730a9b309cc8471269bb524
egl-helpers: add helpers to handle opengl framebuffers

Add a collection of egl_fb_*() helper functions to manage and use opengl
framebuffers, which is a common pattern in UI code with opengl support.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20170614084149.31314-2-kraxel@redhat.com
include/ui/egl-helpers.h
ui/egl-helpers.c