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