gstreamer/gst-libs/gst/gl
Nicolas Dufresne 140815ff93 glbasememory: Don't change maxsize at run-time
Maxsize is initialized once and should never change. Allocating data
should have no impact on the selected max size for this memory. This
causing memory map failure as the maxsize would become smaller then
size. This happened when using direct rendering in avviddec on GL that
does not support PBO transfer.

https://bugzilla.gnome.org/show_bug.cgi?id=763045
2016-03-03 19:47:26 -05:00
..
android glwindow: Fix android build 2016-01-22 09:59:28 +02:00
cocoa glcontext: add a method to add a context to another share group 2016-02-26 10:59:04 +11:00
dispmanx
eagl Revert "gl/eagl: try getting a gles3 context" 2016-02-02 18:37:44 +11:00
egl eglimagememory: add compatibility definitions for EGL dmabuf 2016-02-26 21:15:20 +11:00
glprototypes glprototypes: fix parameter type of glGenBuffers 2016-01-29 14:31:21 +11:00
utils gl: Fix compiler warning about unused const variable with gcc 6 2016-02-18 10:33:20 +02:00
wayland gl: add .def file for msvc builds 2016-02-05 10:46:21 +11:00
win32
x11 gl/x11/navigation: add button press to the selected event mask 2016-01-14 17:52:23 +11:00
.gitignore
gl.h gl: move control binding proxy implementation from glvideomixer 2016-01-27 20:01:25 +11:00
gstgl_enums.h
gstgl_fwd.h gl: add a gstglquery object for arbitrary GL queries 2016-01-15 13:21:56 +11:00
gstglapi.c
gstglapi.h gl: Allow using non-system mesa with both GL and GLES 2015-12-15 19:28:22 -05:00
gstglbasefilter.c gl: fix the build 2016-02-22 21:03:28 +11:00
gstglbasefilter.h glbasefilter: add a class function on set_caps (from GL) 2016-01-15 12:05:03 +11:00
gstglbasememory.c glbasememory: Don't change maxsize at run-time 2016-03-03 19:47:26 -05:00
gstglbasememory.h glmemory: log the time for glTexSubImage/glReadPixels 2016-01-15 13:21:56 +11:00
gstglbuffer.c glbuffer: add a name to the allocator 2015-12-17 15:50:40 +11:00
gstglbuffer.h glbuffer: implements GstGLBaseMemory::alloc 2015-12-17 13:49:56 +11:00
gstglbufferpool.c Revert "glpool: fix caps refcount issue" 2016-01-16 16:55:42 +02:00
gstglbufferpool.h glbufferpool: use gst_gl_base_memory_alloc as a generic GL allocation framework 2015-12-17 13:49:56 +11:00
gstglcolorconvert.c glcolorconvert: don't skip subset structures 2016-02-02 16:21:14 +11:00
gstglcolorconvert.h glcolorconvert: implement usage of a buffer pool 2016-01-06 16:48:33 +11:00
gstglcontext.c glcontext: add a method to add a context to another share group 2016-02-26 10:59:04 +11:00
gstglcontext.h glcontext: add a method to add a context to another share group 2016-02-26 10:59:04 +11:00
gstglcontrolbindingproxy.c gl: move control binding proxy implementation from glvideomixer 2016-01-27 20:01:25 +11:00
gstglcontrolbindingproxy.h gl: move control binding proxy implementation from glvideomixer 2016-01-27 20:01:25 +11:00
gstgldebug.c gldebug: make sure debug is initialized when calling gst_gl_insert_debug_marker 2016-02-18 16:38:31 +00:00
gstgldebug.h gldebug: implement a delayed debug system 2016-01-15 12:19:02 +11:00
gstgldisplay.c
gstgldisplay.h
gstglfeature.c glfeature add a specific debug category 2016-01-11 20:40:39 +11:00
gstglfeature.h gl: add .def file for msvc builds 2016-02-05 10:46:21 +11:00
gstglfilter.c glfilter: insert the debug marker from the GL thread 2016-02-17 13:01:35 +11:00
gstglfilter.h
gstglformat.c
gstglformat.h
gstglframebuffer.c
gstglframebuffer.h
gstglmemory.c glmemory: log the time for glTexSubImage/glReadPixels 2016-01-15 13:21:56 +11:00
gstglmemory.h glmemory: expose gst_gl_memory_texsubimage 2016-01-11 20:40:39 +11:00
gstglmemorypbo.c glbasememory: Free the actual memory object when requested 2016-01-11 20:40:39 +11:00
gstglmemorypbo.h glmemorypbo: remove our own alloc()/wrapped()/etc functions 2015-12-17 13:49:56 +11:00
gstgloverlaycompositor.c glmemory: add gst_gl_memory_allocator_get_default 2015-12-18 14:25:32 +11:00
gstgloverlaycompositor.h
gstglquery.c glquery: remove unnecessary pointer check 2016-02-04 12:18:39 +00:00
gstglquery.h gl: add a gstglquery object for arbitrary GL queries 2016-01-15 13:21:56 +11:00
gstglshader.c gstglshader: cache uniform locations 2016-02-10 16:37:22 +11:00
gstglshader.h
gstglshaderstrings.c
gstglshaderstrings.h
gstglsl.c
gstglsl.h
gstglsl_private.h gl: add .def file for msvc builds 2016-02-05 10:46:21 +11:00
gstglslstage.c
gstglslstage.h
gstglsyncmeta.c gl: syncmeta: define GL_TIMEOUT_IGNORED in more portable way 2016-02-10 10:31:19 +00:00
gstglsyncmeta.h glsyncmeta: separate out gpu/cpu waits. 2016-02-09 12:30:25 +11:00
gstglupload.c glupload: always add texture-target field to GL caps 2016-01-05 13:28:19 +11:00
gstglupload.h
gstglutils.c glupload: always add texture-target field to GL caps 2016-01-05 13:28:19 +11:00
gstglutils.h glupload: always add texture-target field to GL caps 2016-01-05 13:28:19 +11:00
gstglviewconvert.c gl: Remove leftover g_prints 2016-02-16 08:48:23 +02:00
gstglviewconvert.h glviewconvert: Fix stereoscopic handling w/ texture-target 2016-01-04 01:04:23 +11:00
gstglwindow.c gstglwindow: initialize navigation_loop to NULL 2016-02-01 13:59:22 +00:00
gstglwindow.h glwindow: Hide navigation specific internal API and add API to asynchronously send navigation events 2015-12-21 11:27:09 +01:00
Makefile.am gl: Fix compiler warning about unused const variable with gcc 6 2016-02-18 10:33:20 +02:00