summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-191-1/+1
* OpenGL: Fix for incorrect GL enum in getterPaolo Angelelli2016-02-191-1/+1
* QOpenGLExtensionMatcher: Fix possible use of unintialized memoryGabriel de Dietrich2016-02-171-1/+1
* Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
* Remove dead code from QOpenGLPaintEngineAllan Sandfeld Jensen2016-01-212-19/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+6
|\
| * Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-111-0/+6
* | Avoid checking the fb status in every bindLaszlo Agocs2016-01-181-2/+0
* | Doc: add missing semi-colonThiago Macieira2016-01-151-1/+1
* | QOpenGLTexture: fix target for compressed texturesMauro Persano2016-01-041-138/+70
* | QOpenGLTexture: fix the number of faces returned by faces()Giuseppe D'Angelo2015-12-161-0/+2
* | QOpenGLTexture: check textureId for knowing whether a texture was createdGiuseppe D'Angelo2015-12-161-1/+1
* | QOpenGLTexturePrivate: remove unused member variableGiuseppe D'Angelo2015-12-161-1/+0
* | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-282-3/+3
* | Add support for TEXTURE_EXTERNAL_OES in the internal texture blitterLaszlo Agocs2015-10-212-93/+168
* | Don't crash when QOpenGLPaintDevice is created without context.Gunnar Sletta2015-10-191-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-3/+14
|\|
| * Blacklist PowerVR Rogue G6200 (v1.3) from supporting BGRA.Christian Strømme2015-09-181-3/+14
* | Fix some qdoc warnings.Friedemann Kleint2015-09-071-4/+4
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-5/+12
|\|
| * Do not add GLSL line statements for old driversLaszlo Agocs2015-08-171-5/+12
* | Doc: Fix QDoc warnings for QOpenGLFunctions and QOpenGLExtraFunctionsTopi Reinio2015-08-261-75/+90
* | Fix warning about unused local variablesThiago Macieira2015-08-121-2/+1
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-093-2/+19
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-063-2/+19
| |\|
| | * Allow sharing contexts in QOpenGLTexture::destroy()Laszlo Agocs2015-08-041-2/+3
| | * Doc:added doc to undocumented functionsNico Vertriest2015-07-222-0/+16
* | | Make compressed textures work with mutable storageLaszlo Agocs2015-08-083-58/+263
* | | Add ETC1 to QOpenGLTexture formatsLaszlo Agocs2015-08-062-0/+8
|/ /
* | QtGui/QtOpenGL: Fix compiler warnings by MSVC2015 (64bit).Friedemann Kleint2015-08-032-3/+3
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-301-0/+3
* | Support MRT in QOpenGLFramebufferObjectLaszlo Agocs2015-07-295-164/+395
* | Expose GLES 3.0 and 3.1 functionsLaszlo Agocs2015-07-235-209/+6303
* | QtGui: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-07-191-1/+1
* | QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-198-27/+27
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-172-0/+4
|\|
| * Fix crash in QOpenGLTextureSean Harmer2015-07-151-0/+2
| * Fix accidental fall through in QOpenGLTexture::set[Compressed]Data()Sean Harmer2015-07-041-0/+2
* | Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-101-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-2/+10
|\|
| * Do not claim TextureRGFormats on Mesa with GLESLaszlo Agocs2015-06-221-2/+6
| * Fix gles lib loading on AndroidLaszlo Agocs2015-06-161-0/+4
| * Load GLESv2 library with correct major versionJaeyoon Jung2015-06-081-1/+1
* | QtGui: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-302-9/+8
* | Do not use 16 bits per color on GLESLaszlo Agocs2015-06-294-17/+75
* | Add support for driver_description and os.release in GPU blacklistsLaszlo Agocs2015-06-262-33/+97
* | Revert "windows: Disable D3D9/11 with ANGLE in VMs"Laszlo Agocs2015-06-232-14/+2
* | windows: Disable D3D9/11 with ANGLE in VMsLaszlo Agocs2015-06-192-2/+14
* | Don't try to load opengl extensions or functions without QLibraryUlf Hermann2015-06-122-3/+9
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-044-24/+60
|\ \