summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* QOpenGLTexture: introduce texture comparison supportGiuseppe D'Angelo2015-01-173-1/+147
* QOpenGLTexture: better document the depth/stencil featuresGiuseppe D'Angelo2015-01-171-0/+12
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-182-86/+172
|\
| * 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
* | Fix corner case in preprocessor of QOpenGLShaderProgramSean Harmer2014-12-151-1/+2
* | GLSL #version directive does not have to be at start of lineSean Harmer2014-12-141-1/+1
* | [QStaticTextItem] Drop unused membersKonstantin Ritt2014-12-141-2/+0
* | Add GL_EXT_discard_framebuffer to QOpenGLExtensionsJørgen Lind2014-12-112-1/+22
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-103-31/+28
|\|
| * 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
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-036-44/+44
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-272-0/+8
|\| |
| * | Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-272-0/+8
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-244-8/+36
|\| |
| * | 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
* | Use the static TexStorage2|3D funcs in es buildsLaszlo Agocs2014-11-191-0/+5
* | QOpenGLTexture: don't allocate immutable multisample storage if not supportedGiuseppe D'Angelo2014-11-141-3/+35
* | QOpenGLTexture: be more strict with the pixel format/typesGiuseppe D'Angelo2014-11-141-3/+141
* | QOpenGLTexture: move the Feature enum on top of the headerGiuseppe D'Angelo2014-11-141-22/+22
* | QOpenGLTexture: Fix a commentGiuseppe D'Angelo2014-11-141-4/+4
* | QOpenGLTexture: introduce support for Ericsson compressed formatsGiuseppe D'Angelo2014-11-142-0/+68
* | QOpenGLTexture: fix storage allocationGiuseppe D'Angelo2014-11-133-12/+159
* | QOpenGLTexture: move all the enums at the beginning of the classGiuseppe D'Angelo2014-11-131-78/+78
* | QOpenGLTexture: revamp the feature listGiuseppe D'Angelo2014-11-131-12/+48
* | Insert #line statements in shader program.Florian Behrens2014-11-031-27/+125
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2014-10-282-1/+97
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-272-1/+97
| |\|
| | * Do not parent the shader program to the QOpenGLContextJocelyn Turcotte2014-10-231-1/+4
| | * Document QOpenGLPixelTransferOptionsLaszlo Agocs2014-10-221-0/+93
* | | Support Alpha8 and Grayscale8 natively in the OpenGL paint engineAllan Sandfeld Jensen2014-10-278-7/+75
|/ /
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-205-19/+101
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-097-36/+39
|\|
| * 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