summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Doc: Use title case in section1 titlesNico Vertriest2014-09-302-8/+8
* | QTriangulator: fix a potential out of bounds accessGiuseppe D'Angelo2014-10-031-1/+1
* | QTriangulator: fix the array of deltas between primesGiuseppe D'Angelo2014-10-031-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29104-1912/+1180
|\|
| * 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
* | | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-171-0/+16
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-104-7/+13
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-015-50/+135
|\| |
| * | 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