summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Support RGB30 formats in OpenGL framebuffers and paint engineAllan Sandfeld Jensen2014-07-302-3/+63
* Use runtime check instead of ifdef to detect ES3 in QVertexArrayObjectHelperTor Arne Vestbø2014-07-301-6/+7
* QOpenGLVAO: refactor the helper class and export itGiuseppe D'Angelo2014-07-303-55/+153
* Add missing 8_8_8_8 pixel types to QOpenGLTextureSean Harmer2014-07-242-0/+4
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+1
|\
| * Doc: fix a link in QAbstractOpenGLFunctions documentationLiang Qi2014-07-031-1/+1
* | Avoid calling glGetString on OpenGL 3.0+Laszlo Agocs2014-07-091-5/+6
* | Fix internalFormat in QOpenGLTexture for ES2Laszlo Agocs2014-07-091-1/+10
* | Make QOpenGLTextureCache::bindTexture upload efficientlyAllan Sandfeld Jensen2014-07-044-23/+139
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-041-3/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-031-3/+2
| |\|
| | * QOpenGLTexture: fix the feature test for Buffer TexturesGiuseppe D'Angelo2014-07-011-3/+2
* | | Improve QOpenGLFramebufferObject::toImage()Allan Sandfeld Jensen2014-07-042-24/+88
|/ /
* | Use the standard functions in GLES3 builds in VAOsLaszlo Agocs2014-07-021-14/+28
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-013-40/+50
|\|
| * Merge remote-tracking branch 'origin/5.3.1' into 5.3Frederik Gladhorn2014-06-251-0/+1
| |\
| | * Handle invalid sample counts gracefully in FBOsLaszlo Agocs2014-06-181-0/+1
| * | Properly check which OpenGL features are supportedMartin Gräßlin2014-06-201-38/+40
| |/
| * Make multisampling more robust in QOpenGLFramebufferObjectLaszlo Agocs2014-06-062-2/+9
* | Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-261-16/+3
* | Support translucent windows on eglfsLaszlo Agocs2014-06-252-0/+22
* | Support framebuffer blit and msaa without extensions on GLES3Laszlo Agocs2014-06-251-0/+10
* | Enhance msaa and blitframebuffer on ES with vendor extensionsLaszlo Agocs2014-06-252-13/+32
* | Include the ES3 headers on iOSLaszlo Agocs2014-06-253-2/+17
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2014-06-074-13/+46
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-054-13/+46
| |\|
| | * Fix QOpenGLGlyphTexture object leakLiang Jian2014-05-281-1/+3
| | * QOpenGLFramebufferObject: correct the internal format when using ANGLEAndrew Knight2014-05-261-1/+10
| | * QOpenGLTexture: test for extensions when checking featuresGiuseppe D'Angelo2014-05-251-8/+24
| | * Fix a crash in QOpenGLTexture::allocateStorage()Tasuku Suzuki2014-05-231-1/+3
| | * Fall back to ANGLE BlitFramebuffer and RenderbufferStorageMultiSampleAndrew Knight2014-05-221-2/+6
* | | Fix multisampled fbo readbackLaszlo Agocs2014-06-051-11/+37
|/ /
* | Remove tracking of the current fboLaszlo Agocs2014-06-021-23/+14
* | Fix support for depth/stencil textures in QOpenGLTextureGiuseppe D'Angelo2014-05-262-8/+248
* | Introduce QOpenGLTexture::target()Giuseppe D'Angelo2014-05-242-0/+13
* | Load winsys and gl dynamically in the windows pluginLaszlo Agocs2014-05-221-4/+12
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-2/+2
|\|
| * QOpenGLTextureBlitter fix allocating 4 times as much memory as neededJorgen Lind2014-05-161-2/+2
* | Expose multisample settings on QOpenGLTextureSean Harmer2014-05-162-2/+125
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-132-33/+8
|\|
| * Remove an unused workaround and fix up the comments in the glyph cacheLaszlo Agocs2014-05-131-29/+2
| * Enable support for OpenGL 4 on OS X 10.9Sean Harmer2014-05-101-4/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-0/+3
|\|
| * Document returned format of QOpenGLFramebufferObject::toImage()Allan Sandfeld Jensen2014-05-061-0/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-0612-95/+106
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0111-48/+52
| |\
| | * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-2511-47/+47
| | * QOpenGLFunctions: Compile on Mac OS 10.6Morten Johan Sørvig2014-04-241-1/+5
| * | Document setUniformValue limitations wrt non square matricesLaszlo Agocs2014-04-251-0/+48
| * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-47/+2
| |\|