summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Correct pixel type for depth textures on ESLaszlo Agocs2015-02-201-1/+3
* Resolve GLES3 functions from the shared libLaszlo Agocs2015-01-104-51/+124
* Make GL2PaintEngine::drawCachedGlyphs use updateTextureTor Arne Vestbø2014-12-142-32/+13
* Ensure that GL::updateBrushTexture() activates and binds properlyTor Arne Vestbø2014-12-131-8/+18
* GL: Make updateTexture invalidate texture on change of texture unitTor Arne Vestbø2014-12-122-4/+53
* GL2PaintEngine: centralize logic for updating/preparing texturesTor Arne Vestbø2014-12-112-50/+78
* GL2PaintEngine: Prevent fillInPendingGlyphs from breaking gradientsTor Arne Vestbø2014-12-101-1/+19
* Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-051-3/+1
|\
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-051-3/+1
| |\
| | * QOpenGLFramebufferObject: pass sized format also with dynamic GLAndrew Knight2014-12-011-3/+1
* | | Reformat QOpenGL2PaintEngineExPrivate a bit to make it easier to refactorTor Arne Vestbø2014-12-051-19/+14
|/ /
* | Collate calls to updateTextureFilter in updateBrushTextureTor Arne Vestbø2014-12-041-4/+5
* | Simplify GL2PaintEngine::updateTextureFilter, it doesn't need targetTor Arne Vestbø2014-12-032-12/+15
* | Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-272-0/+8
* | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-212-3/+3
|\|
| * Correct the signature and access rights for the protected constructorLars Knoll2014-11-192-3/+3
* | Update fbo toImage() docs regarding premultiplied alphaLaszlo Agocs2014-11-171-3/+17
* | Fix for current_fbo getting out of sync in QtOpenGLSamuel Rødal2014-11-111-2/+14
|/
* Skip unused function isCoreProfile() on non-ES2 platformsTor Arne Vestbø2014-11-051-0/+2
* Do not parent the shader program to the QOpenGLContextJocelyn Turcotte2014-10-231-1/+4
* Document QOpenGLPixelTransferOptionsLaszlo Agocs2014-10-221-0/+93
* Avoid breaking BC with new virtuals in QOpenGLPaintDeviceLaszlo Agocs2014-10-165-44/+95
* Fix QOpenGLWidget on Cocoa when used as viewportLaszlo Agocs2014-10-143-1/+32
* Pass a sized format when creating multisampled renderbuffers on ESLaszlo Agocs2014-10-033-15/+18
* Remove wrong unneeded definition in qopenglextensions_p.hAllan Sandfeld Jensen2014-10-021-12/+0
* Extend QOpenGLVertexArrayObjectHelper to support glIsVertexArraysAllan Sandfeld Jensen2014-09-302-1/+13
* Doc: Use title case in section1 titlesNico Vertriest2014-09-302-8/+8
* Update license headers and add new license filesMatti Paaso2014-09-24104-1909/+1077
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-247-0/+77
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-237-0/+77
| |\
| | * Add missing private headers warningSamuel Gaist2014-09-047-0/+77
* | | Use NonPremultipliedImageSrc shader when painting non-premuled imagesAllan Sandfeld Jensen2014-09-231-3/+23
|/ /
* | Destroy the QOpenGLTextureBlitter in the destructorJørgen Lind2014-09-101-0/+3
* | Enhance the VAO docsLaszlo Agocs2014-09-081-0/+10
* | Remove GLdouble and GL_DOUBLE typedefs for OpenGL ES 2.Gunnar Sletta2014-09-052-6/+2
* | QOpenGL2GradientCache::getBuffer: calculate hash value outside critical sectionMarc Mutz2014-09-021-1/+1
* | Code cleaning in qt_gl_resolve_extensionsAllan Sandfeld Jensen2014-08-281-34/+42
* | QOpenGLTextureBlitter: Do not call vao functions if it failed to createLaszlo Agocs2014-08-251-7/+7
* | Do not resolve core functions on GLES in texture helperLaszlo Agocs2014-08-231-0/+64
* | 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