gl: initial support for texture targets other than GL_TEXTURE_2D
[platform/upstream/gstreamer.git] / gst-libs /
2017-12-09 Alessandro Decinagl: initial support for texture targets other than...
2017-12-09 Alessandro Decinagstglcolorconvert: micro optimization
2017-12-09 Alessandro Decinagstglcolorconvert: relax caps features check
2017-12-09 Matthew Watersgl/win32: fixup compilation
2017-12-09 Matthew Watersglwindow: make showing a window explicit
2017-12-09 Matthew Watersgl/calayer: add resize callback based on the bounds...
2017-12-09 Matthew Watersgl/caopengllayer: draw asynchronously
2017-12-09 Matthew Watersgl/cocoa: don't segfault if we have a NULL draw/resize...
2017-12-09 Matthew Waterscgl/calayer: use a callback instead of hardcoding the...
2017-12-09 Matthew Waterscgl: install the gl context and gl layer headers
2017-12-09 Matthew Waterscgl: add a header for the CAOpenGLLayer support
2017-12-09 Philippe Normandgl/dispmanx: fix build
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 Watersglprototypes: add some (un)map buffer variants for...
2017-12-09 Matthew Watersgl/window/eagl: fix a couple of typos
2017-12-09 Matthew Watersglwindow: cleanup/reorganize functions/members into...
2017-12-09 Matthew Watersglwindow: remove width/height from _draw()
2017-12-09 Matthew Watersglcontext/cocoa: avoid destroying a possibly 0 GSource id
2017-12-09 Matthew Watersgl/cocoa: move to CGL and CAOpenGLLayer for rendering
2017-12-09 Matthew Watersglcontext/cocoa: add debug category
2017-12-09 Sebastian DrögeConstify some static arrays everywhere
2017-12-09 Lasse Laursenglapi: fix compilation with latest MSVC
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 Watersgl: split glcolorconvert usage from glupload
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 Matthew Watersglupload: relax the GLMemory uploader check for input...
2017-12-09 Nicola Murinoglcolorconvert: fix memleak
2017-12-09 Nicola Murinoglupload: fix some memory leaks
2017-12-09 Matthew Watersglcontext: allow wrapped contexts to be utilised like...
2017-12-09 Sebastian Drögegl/cocoa: Disable hack for NSApp iteration with a speci...
2017-12-09 Sebastian Drögegl/cocoa: Don't init and clear static GMutex / GCond
2017-12-09 Luis de Bethencourtglfilter: remove logically dead code
2017-12-09 Nicolas Dufresneglbufferpool: Always recalculate buffer size
2017-12-09 Nicolas Dufresneglmemory: No need for padding
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 Wang Xin-yu (王昕宇)glfilter: fix position/texcoord attrib index usage
2017-12-09 Matthew Watersgl: fixup vao and vbo usage for legacy GL
2017-12-09 Philippe Normandglsyncmeta: add G_END_DECLS
2017-12-09 Julien Isorceglcontext: try cgl before glx
2017-12-09 Matthew Watersglcontext: require GL_ARB_ES2_compatibility for opengl3
2017-12-09 Matthew Watersgl: fixup compat definition for GLuint64 for OS X
2017-12-09 Matthew Watersgl: add compat definition for GLuint64 for android
2017-12-09 Matthew Watersglsync: fix build with desktop gl
2017-12-09 Matthew Watersgl: fix various build errors without desktop gl
2017-12-09 Matthew Watersgldisplay: fix build error
2017-12-09 Matthew Watersgldisplay: implement runtime GL api filtering
2017-12-09 Matthew Watersgl: remove the use of glu
2017-12-09 Matthew Watersgl: add a sync meta for synchronizing across GL contexts
2017-12-09 Matthew Watersglprototypes: add sync function definitions
2017-12-09 Matthew Watersglfilter: add a gl3 code path using vao's and vbo's
2017-12-09 Matthew Watersglframebuffer: add support for gl3
2017-12-09 Matthew Watersglcolorconvert: add support for gl3
2017-12-09 Matthew Watersglshader add support for gl3
2017-12-09 Matthew Watersglx: ask for a GL3 core context
2017-12-09 Sebastian Drögeglcolorconvert: Unref buffer with the correct function
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 download
2017-12-09 Matthew Watersgl/wayland: implement resizing the window using the...
2017-12-09 Matthew Watersglfilter: support fixed dimensions on both sides of...
2017-12-09 Ramprakash Jelariglcontext: Fix unused variable warning by moving declar...
2017-12-09 Sebastian Drögeglupload: Fix valid compiler warning
2017-12-09 Philippe Normandgl: ship the gstglcontext_egl.h header
2017-12-09 Tim-Philipp Müllergl: shadervariables: make parsing of floats locale...
2017-12-09 Matthew Watersglshadervariables: also trim \r as well as \n
2017-12-09 Matthew Watersglupload: rearchitecture for non GLMemory inputs/outputs
2017-12-09 Vineeth T Mglcontext: build errors when GST_GL_HAVE_OPENGL is 0
2017-12-09 Matthew Watersglfilter: add read-only context property
2017-12-09 Sebastian Drögegl/cocoa: Only use convertRectToBacking on OSX >= 10.7
2017-12-09 Sebastian Drögegl: Use numeric OSX version instead of the macro
2017-12-09 Sebastian Drögegl/cocoa: Don't override the application delegate
2017-12-09 Sebastian Drögegl/cocoa: Remove GNUStep support
2017-12-09 Hyunjun Kogl: Correct invalid comment text
2017-12-09 Julien Isorcegl: do not raise a critical msg if the backend does...
2017-12-09 Matthew Watersgl: remove the width/height fields from the caps to...
2017-12-09 Sebastian Drögegstglconfig: Put gstglconfig.h into $(libdir)/gstreamer...
2017-12-09 Matthew Watersglutils: only attempt getting the app context when...
2017-12-09 Matthew Watersglcontext: fail context creation if glGetString returns...
2017-12-09 Lubosz Sarneckiglimagesink: implement gst_video_overlay_handle_events
2017-12-09 Julien Isorcegl/cocoa: use NSAutoreleasePool to free resize data
2017-12-09 Julien Isorcegl/cocoa: include gl3.h to have GL_CONTEXT_PROFILE_MASK
2017-12-09 Julien Isorcegl/cocoa: make sure to turn on frame rectangle changes...
2017-12-09 Julien Isorcegl/cocoa: fix uncaught exception 'unrecognized selector...
2017-12-09 Julien Isorcegl/cocoa: fix compiler warning
2017-12-09 Tim-Philipp Müllergl: fix Since marker for gst_gl_window_run_navigation()
2017-12-09 Luis de Bethencourtglshader: Fix memory leak
2017-12-09 Luis de Bethencourtglcolorconvert: fix comments that confuse gtk-doc
2017-12-09 Matthew Watersgl: sprinkle some Since markers
2017-12-09 Matthew Watersgl/examples: update for other-context property removal
2017-12-09 Matthew Watersglcontext: add more functionality to wrapped contexts
2017-12-09 Matthew Watersglshader: advertise the default vertex and fragment...
2017-12-09 Matthew Watersglfilter: get the config from the correct pool
2017-12-09 Matthew Watersglfilter: avoid uninitialized variable size when chaini...
2017-12-09 Matthew Watersglfilter: gst-indent file
next