summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Fix qdoc warning in qopengltexture.cpp.Friedemann Kleint2015-03-301-1/+1
* Make versioned OpenGL functions working with the subclass patternLaszlo Agocs2015-03-272-1/+38
* Avoid crashing in the vao when not supportedLaszlo Agocs2015-03-251-6/+7
* Use glFinish() in QOpenGLWidget unless glFlush() is known to be enoughLaszlo Agocs2015-03-232-1/+36
* Disable usage of glTexStorage on Mali ES 3.0Laszlo Agocs2015-03-201-2/+3
* Disable DSA on RadeonLaszlo Agocs2015-03-141-2/+10
* QtGui: Fix const correctness in old style castsThiago Macieira2015-03-121-1/+1
* windows: Introduce a built-in GPU blacklistLaszlo Agocs2015-03-111-0/+18
* Remove some uses of the private Q_PI constantAllan Sandfeld Jensen2015-02-261-4/+3
* QtGui: Fix some qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+3
|\
| * Correct pixel type for depth textures on ESLaszlo Agocs2015-02-201-1/+3
* | Restore binary compatibility in versioned OpenGL function classesDavid Morgan2015-02-212-71/+295
* | Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-163-10/+8
* | Add support for GPU bug list reading.Friedemann Kleint2015-02-142-0/+395
* | QOpenGLTexture: enable build on Windows CEGiuseppe D'Angelo2015-02-121-13/+9
* | Prevent crashing on ES2 SDK - ES3 device scenarios with AndroidLaszlo Agocs2015-02-123-8/+17
* | Update copyright headersJani Heikkinen2015-02-11113-718/+718
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-104-51/+124
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-104-51/+124
| |\|
| | * Resolve GLES3 functions from the shared libLaszlo Agocs2015-01-104-51/+124
* | | OpenGL: Add versioned functions support for opengl 4.4 and 4.5David Morgan2015-02-0942-1278/+23484
|/ /
* | Add more notes regarding the uniform settersLaszlo Agocs2015-02-081-0/+9
* | QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-082-2/+2
* | QOpenGLVertexArrayObject: remove a now unnecessary initialize callGiuseppe D'Angelo2015-02-081-2/+0
* | Make mipmap levels and texture comparison work with GLES 3.0+Laszlo Agocs2015-02-073-51/+53
* | Check for the proper extension for anisotropic filteringLaszlo Agocs2015-02-041-1/+1
* | 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
|\| |