glmemory: Provide correct size on upload
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / gstglmemory.c
2017-12-09 Nicolas Dufresneglmemory: Provide correct size on upload
2017-12-09 Nicolas Dufresneglmemory: Provide correct size on download
2017-12-09 Nicolas Dufresneglmemory: Use fallback for partial copy
2017-12-09 Nicolas Dufresneglmemory: Add GstAllocationParams and alignment support
2017-12-09 Matthew Watersglmemory: allow sharing between buffers
2017-12-09 Vasilis Liaskovitisglmemory: Fix transfer_pbo memory leak
2017-12-09 Mathieu Duponchellegstglmemory: Remove now unused transfer_upload function.
2017-12-09 Matthew Watersglmemory: disable automatic pbo upload
2017-12-09 Matthew Watersglememory: only store and act on the map flags on first...
2017-12-09 Edward Herveygl: Add/Update more debug statements
2017-12-09 Alessandro Decinalibgstgl: set user data and GDestroyNotify for wrapped...
2017-12-09 Matthew Watersglmemory: add missing initilisation of tex_target when...
2017-12-09 Alessandro Decinagl: initial support for texture targets other than...
2017-12-09 Matthew Watersglmemory: more compatibility defines for gles2 systems
2017-12-09 Matthew Watersglmemory: add some thread safety for gl operations
2017-12-09 Matthew Watersglmemory: use pbo's for download
2017-12-09 Matthew Watersglmemory: use the correct size for the pbo
2017-12-09 Matthew Watersglmemory: remove spurious gst_video_info_align
2017-12-09 Matthew Watersglmemory: offset the data pointer for upload for GstVid...
2017-12-09 Matthew Watersglmemory: use pbo's for upload
2017-12-09 Nicolas Dufresnegl: Add support for GstVideoAlignment
2017-12-09 Nicolas Dufresneglmemory: Handle upload/download flags from map
2017-12-09 Nicolas Dufresneglmemory: Handle custom stride with OPENGL3
2017-12-09 Sebastian Drögeglmemory: Handle failure of memory allocation gracefully
2017-12-09 Sebastian Drögeglmemory: Use g_try_malloc() in the appropriate places
2017-12-09 Wang Xin-yu (王昕宇)glcolorconvert: support RGB16/BGR16 video format upload
2017-12-09 Matthew Watersglmemory: unset the opposite corresponding transfer...
2017-12-09 Matthew Watersglmemory: add debug line for freeing textures
2017-12-09 Matthew Watersglmemory: use the plane offsets to compute the size...
2017-12-09 Matthew Watersglmemory: use GstVideoInfo everywhere
2017-12-09 Matthew Watersglmemory: reenable the texture_rg support for !eagl
2017-12-09 Sebastian Drögeeagl: Disable usage of R and RG textures on iOS
2017-12-09 Matthew Watersglmemory: remove uneeded gl api ifdefs
2017-12-09 Matthew Watersglfeature: remove GST_GL_API_GLES3
2017-12-09 Matthew Watersgl/memory: allocate the correct memory size
2017-12-09 Matthew Watersgl/memory: provide compatability defines
2017-12-09 Matthew Watersgl/memory: RGBA/UNSIGNED_BYTE only format supported...
2017-12-09 Matthew Watersgl/memory: generate textures with a sized internal...
2017-12-09 Matthew Watersgl/memory: implement GL_EXT_texture_rg support
2017-12-09 Matthew Watersgl/upload: switch the 'master' texture for YUY2, UYVY
2017-12-09 Nicolas Dufresneglmemory: Fix handling of stride with alignement larger...
2017-12-09 Matthew Watersgl/upload: implement lazy init
2017-12-09 Matthew Watersgl/mem: implement texture copying between formats with...
2017-12-09 Nicolas Dufresneglmemory: User g_slice_new0 to ensure fully initilized...
2017-12-09 Vincent Penquerc'hgl: prevent division by 0 on unsupported texture type
2017-12-09 Matthew Watersgl/mem: cache the stride/unpack length for upload
2017-12-09 Matthew Watersgl/mem: provide defines for tokens not defined in GLES2...
2017-12-09 Matthew Watersgl/mem: allocate the memory per plane
2017-12-09 Matthew Watersgl: pass video info's by reference
2017-12-09 Matthew Watersgl: silence all the compiler warnings
2017-12-09 Matthew Waters[876/906] glmem: use GstVideoInfo for format configuration
2017-12-09 Matthew Waters[873/906] upload: use GstVideoInfo for choosing the...
2017-12-09 Matthew Waters[865/906] glmem: report successful copy to the caller
2017-12-09 Matthew Waters[858/906] glmem: update the docs
2017-12-09 Matthew Waters[843/906] memory: provide copy_into_texture
2017-12-09 Matthew Waters[838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_R...
2017-12-09 Matthew Waters[819/906] make gen_texture/del_texture threadsafe
2017-12-09 Matthew Waters[812/906] move the GL vtable from GstGLDisplay to GstGL...
2017-12-09 Matthew Waters[780/906] up/download: check return values
2017-12-09 Matthew Waters[763/906] memory: copy properly depending on where...
2017-12-09 Julien Isorce[732/906] build: fix repeated typedefs
2017-12-09 Matthew Waters[703/906] x11: don't segfault if destroy_cb is NULL
2017-12-09 Matthew Waters[701/906] display: move context creation into window
2017-12-09 Matthew Waters[699/906] display: remove list of upload and download...
2017-12-09 Matthew Waters[677/906] memory: fix GSIZE printf format on win32
2017-12-09 Matthew Waters[647/906] remove dependecy on glew
2017-12-09 Matthew Waters[642/906] add gstglconfig.h for apps to find out what...
2017-12-09 Matthew Waters[624/906] OPENGL_ES2 => HAVE_GLES2 and add HAVE_OPENGL
2017-12-09 Matthew Waters[603/906] update FSF address
2017-12-09 Matthew Waters[600/906] docs: add docs for new objects and expand...
2017-12-09 Matthew Waters[592/906] memory: update for up/download API changes
2017-12-09 Matthew Waters[586/906] fix up some debug statements to get them...
2017-12-09 Matthew Waters[574/906] memory: implement transperent upload/download...
2017-12-09 Matthew[567/906] fix OpenGL|ES2 ifdef'ed code
2017-12-09 Matthew Waters[554/906] GstGLMemory: update for GstAllocator API...
2017-12-09 Matthew Waters[521/906] GstGLMemory: update for GstAllocator changes
2017-12-09 Matthew Waters[514/906] add GstGLMemory and allocator