summaryrefslogtreecommitdiff
path: root/ext/gl/gstgldownloadelement.c
Commit message (Collapse)AuthorAgeFilesLines
* download: only start a download transfer for sysmem caps featuresMatthew Waters2015-07-071-4/+15
|
* glmemory: separate pbo transfer from texture transfersMatthew Waters2015-06-121-0/+10
| | | | | | When supported, the potentially longer pbo upload/download can be initiated before the texture upload/download, potentially increasing throughput.
* gldownloadelement: Download *from* OpenGL, not intoSebastian Dröge2015-04-171-1/+1
|
* gldownloadelement: Fix element descriptionSebastian Dröge2015-04-171-1/+1
|
* gldownloadelement: Remove unused ::finalize() implementationSebastian Dröge2015-04-171-9/+0
|
* gl: add new gldownloadelementMatthew Waters2015-03-121-0/+183
Simply transforms caps to/from raw/glmemory capsfeatures