summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglmemorypbo.c
Commit message (Expand)AuthorAgeFilesLines
* gl: remove GStreamer OpenGL integration library and move to -baseTim-Philipp Müller2017-12-191-867/+0
* gl: do not include GL headers in public gstgl headersJulien Isorce2017-08-221-2/+5
* glformat: fix the usage of GST_GL_RGB565Haihua Hu2017-05-251-1/+3
* gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2017-05-171-0/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-1/+2
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-131-15/+15
* gl/docs: massive updateMatthew Waters2016-11-031-4/+1
* glcontext: remove not thread-safe get/set_error()Matthew Waters2016-07-261-6/+6
* glmemory: add the texture type to allocate to parametersMatthew Waters2016-06-291-45/+18
* gst-libs: gl, video: use MAY_BE_LEAKED flagGuillaume Desmottes2016-06-031-0/+2
* glbasememory: take a pointer as the wrapped gpu handleMatthew Waters2016-05-041-1/+1
* glmemorypbo: unmap pbo memory on pbo read errorMatthew Waters2016-03-311-3/+6
* gl*memory: document new functionality and objectsMatthew Waters2016-03-061-5/+26
* glbasememory: Free the actual memory object when requestedMatthew Waters2016-01-111-8/+1
* glmemorypbo: don't double read pixelsMatthew Waters2016-01-111-0/+1
* glmemory: expose gst_gl_memory_texsubimageMatthew Waters2016-01-111-32/+1
* glmemorypbo: remove unused codeMatthew Waters2016-01-061-20/+0
* glmemorypbo: fix wrapping data on GL 2.1Matthew Waters2015-12-301-2/+6
* glmemorypbo: only create a pbo memory if the context actually supports itMatthew Waters2015-12-301-2/+2
* glmemory: small code reformatMatthew Waters2015-12-301-12/+8
* glmemorypbo: Comment out unused functions to fix compilation with clangSebastian Dröge2015-12-231-0/+7
* gl*memory*: reverse the parameter order of user_data and destroy notifyMatthew Waters2015-12-171-8/+8
* glmemorypbo: remove our own alloc()/wrapped()/etc functionsMatthew Waters2015-12-171-182/+0
* glbuffer: remove unneeded gst_gl_buffer_alloc()Matthew Waters2015-12-171-3/+18
* glmemorypbo: implement GstGLBaseMemory:allocMatthew Waters2015-12-171-9/+50
* glmemorypbo: map/unmap pbo memory correctly for state trackingMatthew Waters2015-12-141-1/+11
* glmemory: base classify and add the pbo memory on topMatthew Waters2015-12-141-0/+1030