summaryrefslogtreecommitdiff
path: root/ext/gtk/gtkgstglwidget.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Factor out a function to run a function on main threadThibault Saunier2015-09-241-48/+3
* gl: Fix GError leaks during failuresVineeth T M2015-09-171-0/+2
* gtk, qt: more specifically define the compile time requirementsMatthew Waters2015-09-101-6/+6
* gtk, qt, gl: fix typo in debug and error messagesTim-Philipp Müller2015-08-311-1/+1
* gtk/gl: Use our GL function table instead of directly calling GL functionsSebastian Dröge2015-08-191-5/+7
* gtkglsink: Add overlay composition supportNicolas Dufresne2015-08-151-0/+10
* gtkglsink: Fix unsafe handling of buffer life timeNicolas Dufresne2015-08-151-27/+46
* gtkglsink: Remove reset pathNicolas Dufresne2015-08-151-42/+0
* gstglwidget: use gst_gl_display_create_contextJulien Isorce2015-07-211-5/+4
* gtk: Log GDK GL error when failling creating GdkGLContextThibault Saunier2015-07-201-1/+6
* glcontext: fix get_current_gl_api on x11/nvidia driversMatthew Waters2015-07-181-2/+2
* gtkgstglwidget: Cleanup unused private memberNicolas Dufresne2015-07-171-3/+0
* gtkglsink: Don't leak vertex array and buffersNicolas Dufresne2015-07-171-1/+21
* gtkglsink: Port to GtkGstBaseWidgetNicolas Dufresne2015-07-171-429/+152
* gtkgstglwidget: Remove unused gl_capsNicolas Dufresne2015-07-161-6/+0
* gtk: Fix race between queue_draw and destroyNicolas Dufresne2015-07-161-13/+30
* gtk: add to the generic/states testMatthew Waters2015-07-091-1/+1
* gtkglsink: Release the widget lock when trying to get the GL contextThibault Saunier2015-07-061-0/+2
* gtkglwidget: Const'ify another arraySebastian Dröge2015-06-151-1/+1
* gtkglwidget: Calculate the viewport size ourselvesSebastian Dröge2015-06-151-6/+8
* gtk: Use the display width/height for the widget's preferred width/heightSebastian Dröge2015-06-151-2/+2
* gtk: Implement ignore-alpha property and enable it by defaultSebastian Dröge2015-06-151-1/+18
* gtk: implement pixel and display aspect ratio handlingMatthew Waters2015-06-151-5/+91
* gtk: silence unused variable warnings for unsupported winsys'Matthew Waters2015-06-151-1/+8
* gtk: implement basic wayland GL supportMatthew Waters2015-06-151-0/+24
* gtk: Do not try to activate a NULL GLContextThibault Saunier2015-06-121-1/+2
* gtk: implement video aspect-ratio handlingMatthew Waters2015-06-121-2/+82
* gtk: Do not try to initialize display if we have not have a GLContext yetThibault Saunier2015-06-111-1/+1
* Implement gtk sinksMatthew Waters2015-06-111-0/+617