glmemory: implement on top of glbasebuffer
authorMatthew Waters <matthew@centricular.com>
Wed, 10 Jun 2015 06:36:15 +0000 (16:36 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:04 +0000 (19:32 +0000)
commit900bcea9decf355ef47d89cb3fd1352f85884113
tree0f9de330e0e47d1df54e68bf5dd9a2b363c22917
parent1e87053475c583a58e549412cc3016cc733ab8be
glmemory: implement on top of glbasebuffer

Provides convenient access to PBO usage.

Currently texture updates are coupled tightly to data transfers.
gst-libs/gst/gl/gstglbasebuffer.c
gst-libs/gst/gl/gstglbasebuffer.h
gst-libs/gst/gl/gstgldisplay.c
gst-libs/gst/gl/gstgldownload.c
gst-libs/gst/gl/gstglmemory.c
gst-libs/gst/gl/gstglmemory.h
gst-libs/gst/gl/gstglupload.c
gst-libs/gst/gl/gstgluploadmeta.c
tests/check/libs/gstglmemory.c