summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* If a tess/compute shader compilation fails, print its type correctlyGiuseppe D'Angelo2014-08-181-7/+18
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-191-2/+4
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-2/+4
| |\
| | * Doc: Placed Qt OpenGL class convention in code block.Jerome Pasion2014-08-061-2/+4
* | | Update qopenglext.h and qopengles2ext.hLaszlo Agocs2014-08-144-12271/+10795
|/ /
* | QOpenGLVersionStatus: add constexprMarc Mutz2014-08-091-10/+8
* | Use NAmE spelling of grey (gray)Marc Mutz2014-08-091-1/+1
* | Add support for glMapBufferRange in the wrappers and resolversLaszlo Agocs2014-08-084-8/+122
* | Do not use GLES3 functions in a GLES2 contextLaszlo Agocs2014-08-071-6/+8
* | Update QOpenGLFunctions docsLaszlo Agocs2014-08-011-0/+12
* | Make QOpenGLWidget publicLaszlo Agocs2014-08-012-6/+8
* | 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