summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglmemory.c
Commit message (Expand)AuthorAgeFilesLines
* gl/gi: some annotation updates for called functionsMatthew Waters2016-11-031-1/+2
* gl/docs: massive updateMatthew Waters2016-11-031-1/+4
* glmemory: add the texture type to allocate to parametersMatthew Waters2016-06-291-37/+68
* glmemory: add wrapped data pointers to setup_bufferMatthew Waters2016-05-041-6/+13
* glbasememory: take a pointer as the wrapped gpu handleMatthew Waters2016-05-041-8/+39
* glmemory: add checking the read implementation format/type on gles2 platformsMatthew Waters2016-03-311-1/+20
* glmemory: unset GL_UNPACK_ROW_LENGTH in opengl3Matthew Waters2016-03-171-1/+2
* gl*memory: document new functionality and objectsMatthew Waters2016-03-061-25/+158
* glmemory: log the time for glTexSubImage/glReadPixelsMatthew Waters2016-01-151-4/+17
* glmemory: expose gst_gl_memory_texsubimageMatthew Waters2016-01-111-1/+7
* glmemory: small code reformatMatthew Waters2015-12-301-14/+13
* glmemory: add gst_gl_memory_allocator_get_defaultAlessandro Decina2015-12-181-0/+19
* gl*memory*: reverse the parameter order of user_data and destroy notifyMatthew Waters2015-12-171-13/+13
* glmemory: document gst_gl_memory_initMatthew Waters2015-12-171-1/+14
* glmemory: add a default copy implementationMatthew Waters2015-12-171-1/+56
* glmemory: implement GstGLBaseMemory::allocMatthew Waters2015-12-171-1/+295
* glmemory: base classify and add the pbo memory on topMatthew Waters2015-12-141-1108/+249
* glmemory: take subsampling into account for rectangle texturesAlessandro Decina2015-12-101-0/+12
* glbufferpool: add bufferpool options for the various texture targetsMatthew Waters2015-10-301-0/+15
* glmemory: add support for rectangle texturesMatthew Waters2015-10-301-51/+147
* glmemory: fix texture leak in _gl_mem_copyJulien Isorce2015-09-251-2/+2
* gl: bufferpool take into account video stride alignment requirementsTim-Philipp Müller2015-09-151-0/+15
* glupload: Keep input frame mapped as long as neededNicolas Dufresne2015-07-281-3/+7
* glmemory: check for pbo availability before attempting pbo downloadMatthew Waters2015-07-201-12/+21
* glmemory: fix consistency about pbo availability.Julien Isorce2015-06-221-5/+9
* glmemory: separate pbo transfer from texture transfersMatthew Waters2015-06-121-39/+112
* glmemory: implement on top of glbasebufferMatthew Waters2015-06-121-380/+344
* gl: Add support for multiple views in upload, colour convert and downloadJan Schmidt2015-06-121-11/+20
* glmemory: provide compatibility definition for GLES2 for GL_RGBA8Matthew Waters2015-06-021-0/+3
* gl: consolidate internal_rgba_format into glmemoryMatthew Waters2015-06-021-26/+27
* gl: add and use gst_gl_internal_format_rgbaJulien Isorce2015-05-271-1/+1
* glmemory: properly detect (hopefully) the correct ext_rg/arb_rg variantMatthew Waters2015-05-141-2/+2
* glmemory: remove uneeded unrefMatthew Waters2015-04-281-1/+0
* gl: Remove iOS/EAGL workaround for R/RG texturesSebastian Dröge2015-04-111-4/+0
* gl/docs: update some doc commentsMatthew Waters2015-03-181-1/+1
* glmemory: fix the slight difference between EXT_rg and ARB_rgMatthew Waters2015-03-141-3/+14
* glmemory: Support offset when downloadingNicolas Dufresne2015-02-281-2/+3
* glmemory: Provide correct size on uploadNicolas Dufresne2015-02-281-1/+4
* glmemory: Provide correct size on downloadNicolas Dufresne2015-02-281-1/+2
* glmemory: Use fallback for partial copyNicolas Dufresne2015-02-281-3/+18
* glmemory: Add GstAllocationParams and alignment supportNicolas Dufresne2015-02-281-51/+81
* glmemory: allow sharing between buffersMatthew Waters2015-02-251-2/+2
* glmemory: Fix transfer_pbo memory leakVasilis Liaskovitis2015-02-231-0/+2
* gstglmemory: Remove now unused transfer_upload function.Mathieu Duponchelle2015-02-211-39/+0
* glmemory: disable automatic pbo uploadMatthew Waters2015-02-211-7/+0
* glememory: only store and act on the map flags on first/last map/unmapMatthew Waters2015-02-201-4/+8
* gl: Add/Update more debug statementsEdward Hervey2015-02-121-38/+33
* libgstgl: set user data and GDestroyNotify for wrapped texturesAlessandro Decina2015-02-091-2/+2
* glmemory: add missing initilisation of tex_target when copyingMatthew Waters2015-02-031-0/+2
* gl: initial support for texture targets other than GL_TEXTURE_2DAlessandro Decina2015-01-301-22/+35