summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/cocoa
Commit message (Expand)AuthorAgeFilesLines
* gl/caopengllayer: fix non-existent selector warningMatthew Waters2015-09-171-0/+4
* glwindow: add API to request a resize event on the next drawMatthew Waters2015-09-173-5/+22
* gl/cocoa: fix definition of gst_gl_context_newMatthew Waters2015-07-271-1/+1
* glwindow: pass display to implementation's _new()Matthew Waters2015-07-272-5/+6
* glcontext: pass display to implentation's _new()Matthew Waters2015-07-271-3/+5
* glcontext: fix get_current_gl_api on x11/nvidia driversMatthew Waters2015-07-181-1/+1
* glwindow_cocoa: use parent default implementationJulien Isorce2015-06-031-83/+3
* gl/calayer: provide the exact GL api version for the wrapped contextMatthew Waters2015-05-231-6/+6
* gl/calayer: provide a current wrapped GstGLContext for callbacksMatthew Waters2015-05-202-0/+35
* glcontext/cocoa: implement GL3 core context selectionMatthew Waters2015-05-142-5/+57
* gl: add GstGLDisplayCocoaJulien Isorce2015-03-144-171/+311
* gl/cocoa: do not terminate loop in gst_gl_window_cocoa_closeJulien Isorce2015-03-141-6/+1
* gl/cocoa: avoid deadlock when creating context on the main thread.Matthew Waters2015-03-122-5/+15
* gl/window: create the main loop/context on init/finalizeMatthew Waters2015-03-111-7/+19
* gl/cocoa: register only one custom nsapp loopJulien Isorce2015-03-022-14/+32
* gl/cocoa: instead of class_init use g_once to setup nsappJulien Isorce2015-03-021-28/+30
* gl/cocoa: check for deprecated constants prior to OSX 10.10Julien Isorce2015-03-021-10/+18
* gl/calayer: don't use the async callback to renderMatthew Waters2015-02-241-1/+0
* gl/cocoa: reduce custom main loop latencyJulien Isorce2015-02-221-1/+1
* gl/cocoa: don't deadlock if the dispatch_sync is called from the main threadMatthew Waters2015-02-173-51/+70
* gl/calayer: only start drawing if the parent gl context is readyMatthew Waters2015-02-172-0/+19
* gl/cocoa: small refactor of layer/view creation into the windowMatthew Waters2015-02-173-40/+17
* gstglwindow_cocoa: fix slow render rateAlessandro Decina2015-02-031-4/+6
* gstglcaopengllayer: use the correct rectangle type for iOS and OS XMatthew Waters2015-02-021-1/+1
* Revert "libgstgl: gstglcaopengllayer: set the layer as opaque"Alessandro Decina2015-01-301-1/+0
* libgstgl: gstglcaopengllayer: set the layer as opaqueAlessandro Decina2015-01-301-0/+1
* glwindow: make showing a window explicitMatthew Waters2015-01-291-39/+52
* gl/calayer: add resize callback based on the bounds rectangleMatthew Waters2015-01-293-142/+136
* gl/caopengllayer: draw asynchronouslyMatthew Waters2015-01-291-1/+5
* gl/cocoa: don't segfault if we have a NULL draw/resize/close callbackMatthew Waters2015-01-291-3/+9
* cgl/calayer: use a callback instead of hardcoding the draw functionalityMatthew Waters2015-01-293-11/+23
* cgl: install the gl context and gl layer headersMatthew Waters2015-01-291-1/+5
* cgl: add a header for the CAOpenGLLayer supportMatthew Waters2015-01-293-12/+51
* glwindow: remove width/height from _draw()Matthew Waters2015-01-234-10/+35
* glcontext/cocoa: avoid destroying a possibly 0 GSource idMatthew Waters2015-01-221-0/+2
* gl/cocoa: move to CGL and CAOpenGLLayer for renderingMatthew Waters2015-01-227-105/+327
* glcontext/cocoa: add debug categoryMatthew Waters2015-01-221-1/+5
* gl/cocoa: Disable hack for NSApp iteration with a special #defineSebastian Dröge2015-01-101-0/+13
* gl/cocoa: Don't init and clear static GMutex / GCondSebastian Dröge2015-01-081-6/+0
* gl/cocoa: Only use convertRectToBacking on OSX >= 10.7Sebastian Dröge2014-11-161-0/+2
* gl/cocoa: Don't override the application delegateSebastian Dröge2014-11-131-17/+1
* gl/cocoa: Remove GNUStep supportSebastian Dröge2014-11-132-36/+0
* gl/cocoa: use NSAutoreleasePool to free resize dataJulien Isorce2014-11-031-0/+2
* gl/cocoa: make sure to turn on frame rectangle changes notificationsJulien Isorce2014-11-031-0/+1
* gl/cocoa: fix uncaught exception 'unrecognized selector sent to instance'Julien Isorce2014-11-031-1/+1
* gl/cocoa: fix compiler warningJulien Isorce2014-11-031-4/+4
* glcontext: add api for retreiving the current context and apiMatthew Waters2014-10-282-0/+7
* gl/cocoa: Fix compiler warningSebastian Dröge2014-10-211-2/+2
* gl/cocoa: Fix for building on Mac OS X 10.10Brion Vibber2014-10-191-2/+2
* gl/cocoa: Add support for HiDPI displaysSebastian Dröge2014-10-091-0/+4