summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * | 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
* | | | Fail early when creating QOpenGLVertexArrayObjectJørgen Lind2014-08-261-0/+5
|/ / /
* / / 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
|\ \