summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m
Commit message (Expand)AuthorAgeFilesLines
* gl/cocoa: keep refs over async operationsMatthew Waters2017-07-161-1/+1
* applemedia/gl: Update code to use ARCNick Kallen2017-03-071-3/+0
* glcontext/cocoa: implement empty swap_buffersMatthew Waters2016-11-161-0/+8
* gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters2016-11-031-3/+3
* Revert "libgstgl: cocoa, eagl: don't marshal GL calls to the context thread"Sebastian Dröge2016-03-071-25/+0
* libgstgl: cocoa, eagl: don't marshal GL calls to the context threadAlessandro Decina2016-03-071-0/+25
* libgstgl: gstglcontext_cocoa: kCGLPFAStereo has been deprecated in 10.11Alessandro Decina2015-12-101-5/+7
* glcontext: pass display to implentation's _new()Matthew Waters2015-07-271-3/+5
* glcontext/cocoa: implement GL3 core context selectionMatthew Waters2015-05-141-5/+55
* gl: add GstGLDisplayCocoaJulien Isorce2015-03-141-171/+0
* gl/cocoa: register only one custom nsapp loopJulien Isorce2015-03-021-12/+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/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-171-40/+40
* gl/cocoa: small refactor of layer/view creation into the windowMatthew Waters2015-02-171-16/+1
* 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-221-45/+113
* 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: Remove GNUStep supportSebastian Dröge2014-11-131-21/+0
* glcontext: add api for retreiving the current context and apiMatthew Waters2014-10-281-0/+6
* gl/cocoa: Improve the NSApplication initializationSebastian Dröge2014-09-291-14/+30
* gl/cocoa: Call UI related API from the application main threadSebastian Dröge2014-09-291-53/+60
* gl/cocoa: Switch to a plain NSView subclass instead of NSOpenGLViewSebastian Dröge2014-09-291-10/+6
* gl/cocoa: Clear the current GL context when it should happenSebastian Dröge2014-09-251-4/+1
* glcocoa: initalize NSApp asap when using gst-launchJulien Isorce2014-07-031-1/+1
* gl/cocoa: set the view to use for drawing by the contextJulien Isorce2014-04-241-0/+2
* gl/cocoa: fix NSAutoreleasePool initializationJulien Isorce2014-04-121-2/+2
* gl/cocoa: ensure to call NSApplication:sharedApplication in the main threadJulien Isorce2014-04-121-5/+86
* gl/cocoa: Fix debug statements and platformEdward Hervey2014-03-171-2/+2
* [891/906] context: add support for wrapping external contextsMatthew Waters2014-03-151-0/+9
* [836/906] cocoa: only use GSRegisterCurrentThread with GNUStep environmentMatthieu Bouron2014-03-151-0/+2
* [818/906] window: add send_message_async vmethodMatthew Waters2014-03-151-0/+32
* [801/906] context: Reimplement GL context sharingMatthew Waters2014-03-151-3/+8
* [794/906] context: add subclasses for the different platforms (egl, glx, wgl,...Matthew Waters2014-03-151-0/+218