summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglbasememory.c
Commit message (Expand)AuthorAgeFilesLines
* gl: add necessary get_type() functions for allocation params structuresMatthew Waters2017-01-101-0/+2
* gl/gi: some annotation updates for called functionsMatthew Waters2016-11-031-2/+2
* glbasememory: assert for a valid allocator instead of segfaultingMatthew Waters2016-07-261-0/+2
* glbasememory: take a pointer as the wrapped gpu handleMatthew Waters2016-05-041-1/+1
* glbasememory: rollback map state when subclass map failsMatthew Waters2016-03-311-0/+10
* gl*memory: document new functionality and objectsMatthew Waters2016-03-061-2/+38
* glbasememory: Don't change maxsize at run-timeNicolas Dufresne2016-03-031-3/+2
* glmemory: log the time for glTexSubImage/glReadPixelsMatthew Waters2016-01-151-0/+7
* glbasememory: Free the actual memory object when requestedMatthew Waters2016-01-111-0/+2
* glbasememory: fix copying GstGLAllocationParamsMatthew Waters2016-01-061-4/+2
* glbasememory: Remove bogus NULL checkSebastian Dröge2015-12-291-5/+0
* glbasememory: don't unconditionally add the alignment bytes to the sizeMatthew Waters2015-12-181-4/+28
* gl*memory*: reverse the parameter order of user_data and destroy notifyMatthew Waters2015-12-171-8/+8
* glbasememory: document some functionsMatthew Waters2015-12-171-1/+28
* glbasememory: add a generic interface for allocating GL memoriesMatthew Waters2015-12-171-0/+136
* gl: add a base memory objectMatthew Waters2015-12-141-0/+507