summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioscontext.mm
Commit message (Expand)AuthorAgeFilesLines
* 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