summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglmemory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* glmemory: more compatibility defines for gles2 systemsMatthew Waters2015-01-271-0/+12
* glmemory: add some thread safety for gl operationsMatthew Waters2015-01-271-0/+20
* glmemory: use pbo's for downloadMatthew Waters2015-01-271-17/+116
* glmemory: use the correct size for the pboMatthew Waters2015-01-171-3/+1
* glmemory: remove spurious gst_video_info_alignMatthew Waters2015-01-151-2/+0
* glmemory: offset the data pointer for upload for GstVideoAlignmentMatthew Waters2015-01-141-8/+23
* glmemory: use pbo's for uploadMatthew Waters2015-01-141-6/+69
* gl: Add support for GstVideoAlignmentNicolas Dufresne2014-12-191-37/+62
* glmemory: Handle upload/download flags from mapNicolas Dufresne2014-12-191-15/+11
* glmemory: Handle custom stride with OPENGL3Nicolas Dufresne2014-12-191-2/+4
* glmemory: Handle failure of memory allocation gracefullySebastian Dröge2014-11-271-0/+2
* glmemory: Use g_try_malloc() in the appropriate placesSebastian Dröge2014-11-271-4/+9
* glcolorconvert: support RGB16/BGR16 video format uploadWang Xin-yu (王昕宇)2014-10-201-0/+3
* glmemory: unset the opposite corresponding transfer flags when mapped with writeMatthew Waters2014-09-301-0/+2
* glmemory: add debug line for freeing texturesMatthew Waters2014-09-211-0/+2
* glmemory: use the plane offsets to compute the size of the data pointerMatthew Waters2014-07-311-5/+14
* glmemory: use GstVideoInfo everywhereMatthew Waters2014-07-311-76/+88
* glmemory: reenable the texture_rg support for !eaglMatthew Waters2014-07-291-1/+1
* eagl: Disable usage of R and RG textures on iOSSebastian Dröge2014-06-301-0/+4
* glmemory: remove uneeded gl api ifdefsMatthew Waters2014-05-301-18/+8