summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglmemorypbo.c
Commit message (Expand)AuthorAgeFilesLines
* glbuffer: support persistent buffer mappingsMatthew Waters2021-08-101-12/+37
* gst: don't use volatile to mean atomicMatthew Waters2021-03-191-1/+1
* gl,video: Make ptrs to VideoInfo and (GL)AllocationParams immutableMarijn Suijten2021-01-141-1/+1
* gl: add get_type() implementations for all of our memory typesMatthew Waters2021-01-131-0/+2
* gst-libs: gl: Fix documentation typo and clarify gl_memory_texsubimageMarijn Suijten2020-09-091-1/+1
* Pass the code through codespellThibault Saunier2019-08-301-2/+2
* gl: Fix some type conversion warnings with MSVCSeungha Yang2019-01-141-2/+2
* gl/memory: store the internal format as the texture formatMatthew Waters2018-05-051-23/+7
* gl: do not include GL headers in public gstgl headersJulien Isorce2017-12-091-2/+5
* glformat: fix the usage of GST_GL_RGB565Haihua Hu2017-12-091-1/+3
* gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2017-12-091-0/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-12-091-1/+2
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-12-091-15/+15
* gl/docs: massive updateMatthew Waters2017-12-091-4/+1
* glcontext: remove not thread-safe get/set_error()Matthew Waters2017-12-091-6/+6
* glmemory: add the texture type to allocate to parametersMatthew Waters2017-12-091-45/+18
* gst-libs: gl, video: use MAY_BE_LEAKED flagGuillaume Desmottes2017-12-091-0/+2
* glbasememory: take a pointer as the wrapped gpu handleMatthew Waters2017-12-091-1/+1
* glmemorypbo: unmap pbo memory on pbo read errorMatthew Waters2017-12-091-3/+6
* gl*memory: document new functionality and objectsMatthew Waters2017-12-091-5/+26
* glbasememory: Free the actual memory object when requestedMatthew Waters2017-12-091-8/+1
* glmemorypbo: don't double read pixelsMatthew Waters2017-12-091-0/+1
* glmemory: expose gst_gl_memory_texsubimageMatthew Waters2017-12-091-32/+1
* glmemorypbo: remove unused codeMatthew Waters2017-12-091-20/+0
* glmemorypbo: fix wrapping data on GL 2.1Matthew Waters2017-12-091-2/+6
* glmemorypbo: only create a pbo memory if the context actually supports itMatthew Waters2017-12-091-2/+2
* glmemory: small code reformatMatthew Waters2017-12-091-12/+8
* glmemorypbo: Comment out unused functions to fix compilation with clangSebastian Dröge2017-12-091-0/+7
* gl*memory*: reverse the parameter order of user_data and destroy notifyMatthew Waters2017-12-091-8/+8
* glmemorypbo: remove our own alloc()/wrapped()/etc functionsMatthew Waters2017-12-091-182/+0
* glbuffer: remove unneeded gst_gl_buffer_alloc()Matthew Waters2017-12-091-3/+18
* glmemorypbo: implement GstGLBaseMemory:allocMatthew Waters2017-12-091-9/+50
* glmemorypbo: map/unmap pbo memory correctly for state trackingMatthew Waters2017-12-091-1/+11
* glmemory: base classify and add the pbo memory on topMatthew Waters2017-12-091-0/+1030