glmemory: separate pbo transfer from texture transfers
authorMatthew Waters <matthew@centricular.com>
Thu, 11 Jun 2015 08:26:50 +0000 (18:26 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:04 +0000 (19:32 +0000)
commit2210ba5d4629686423cf59310125f15915dca129
tree31b87a415b47a9c3ca532a64cef09183ca5c3680
parent900bcea9decf355ef47d89cb3fd1352f85884113
glmemory: separate pbo transfer from texture transfers

When supported, the potentially longer pbo upload/download can be
initiated before the texture upload/download, potentially increasing
throughput.
ext/gl/gstgldownloadelement.c
gst-libs/gst/gl/gstglmemory.c
gst-libs/gst/gl/gstglmemory.h
gst-libs/gst/gl/gstglupload.c
tests/check/libs/gstglmemory.c