gl: add GstGLContextGPUProcess backend
authorJulien Isorce <j.isorce@samsung.com>
Wed, 27 May 2015 09:58:10 +0000 (10:58 +0100)
committerJulien Isorce <j.isorce@samsung.com>
Wed, 27 May 2015 16:22:40 +0000 (17:22 +0100)
commitb377112ee38912d316e77b4e2102041389dc0051
tree589490a325be5490e0cbb3abd65123523f40f7bf
parentba5bf50d5f20e0c67b249872275d97dfc312a0e2
gl: add GstGLContextGPUProcess backend

It builds its GL vtable from a proc address provided
by the application.
configure.ac
ext/gl/gstglimagesink.c
gst-libs/gst/gl/Makefile.am
gst-libs/gst/gl/gpuprocess/Makefile.am [new file with mode: 0644]
gst-libs/gst/gl/gpuprocess/gstglcontext_gpu_process.c [new file with mode: 0644]
gst-libs/gst/gl/gpuprocess/gstglcontext_gpu_process.h [new file with mode: 0644]
gst-libs/gst/gl/gpuprocess/gstglwindow_gpu_process.c [new file with mode: 0644]
gst-libs/gst/gl/gpuprocess/gstglwindow_gpu_process.h [new file with mode: 0644]
gst-libs/gst/gl/gstglapi.c
gst-libs/gst/gl/gstglapi.h