summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioscontext.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix namespaced build on iOSJake Petroules2016-09-201-0/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-1/+5
|\
| * UIKit: Treat windows as exposed only during Qt::ApplicationStateActiveTor Arne Vestbø2016-06-211-1/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-66/+93
|\|
| * UIKit: Detect swapBuffers on non-exposed windows and skip flushTor Arne Vestbø2016-06-171-0/+5
| * UIKit: Don't reallocate renderbuffer on QIOSContext::swapBuffers()Tor Arne Vestbø2016-06-171-66/+88
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-011-2/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Fix broken QIOSContext setup due to missing 0-initialization of EAGLContextTor Arne Vestbø2015-12-101-3/+4
* Favor OpenGLES 3 on iOS if availableMike Krus2015-12-091-3/+5
* ios: Add support for QOpenGLWidget and QQuickWidgetLaszlo Agocs2015-05-071-2/+4
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Allow ES3 (and ES1) context creation on iOSJames Turner2014-08-191-5/+18
* iOS: Fix compilation with Xcode6/iOS8 SDKTor Arne Vestbø2014-07-211-0/+1
* iOS: Share default-FBO for windows between contexts in a share-groupTor Arne Vestbø2014-03-311-4/+9
* iOS: Add support for offscreen GL surfaces without using hidden windowsTor Arne Vestbø2014-03-281-0/+16
* iOS: Check FBO status and return failure from QIOSContext::makeCurrent()Tor Arne Vestbø2014-03-271-6/+34
* iOS: Tie QIOSContext FBOs to corresponding QPlatformWindow, not QWindowTor Arne Vestbø2013-11-141-5/+4
* iOS: Enable threaded OpenGL.Maciej Kujalowicz2013-11-051-1/+14
* iOS: Determine render buffer resize based on CA layer, not Qt windowTor Arne Vestbø2013-08-231-5/+5
* Merge branch 'stable' into devSergio Ahumada2013-07-111-0/+3
|\
| * iOS: Make sure we're deleting framebuffers in the right contextTor Arne Vestbø2013-07-051-0/+3
* | iOS: Look up OpenGL symbols using RTLD_DEFAULT instead of RTLD_NEXTTor Arne Vestbø2013-05-291-1/+1
|/
* iOS: Set context and bind FBO before allocating render-buffer storageTor Arne Vestbø2013-05-071-0/+3
* iOS: Don't pretend like our OpenGL context is single-bufferedTor Arne Vestbø2013-04-301-4/+5
* iOS: Simplify context format setupTor Arne Vestbø2013-04-301-9/+5
* iOS: Fix build on case sensitive file systemsTor Arne Vestbø2013-04-041-1/+1
* iOS: implement QIOSWindow::winId()Richard Moe Gustavsen2013-02-271-1/+2
* iOS: Move handling of FBOs to QIOSContext instead of QIOSWindowTor Arne Vestbø2013-02-271-12/+88
* iOS: Remove unnecessary const-trickery when passing QIOSContext to the windowTor Arne Vestbø2013-02-271-2/+2
* iOS: Update GL render buffers when the accociated window is resizedTor Arne Vestbø2013-02-271-8/+8
* iOS: Unset EAGL context if it's current when destroying QIOSContextTor Arne Vestbø2013-02-271-0/+3
* iOS: Implement QPlatformOpenGLContextTor Arne Vestbø2013-02-271-0/+124