summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/qopengl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+14
|\
| * Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-111-1/+14
* | Support MRT in QOpenGLFramebufferObjectLaszlo Agocs2015-07-291-16/+173
* | tests/auto/opengl: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-241-6/+6
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+8
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Support Alpha8 and Grayscale8 natively in the OpenGL paint engineAllan Sandfeld Jensen2014-10-271-0/+64
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add support for glMapBufferRange in the wrappers and resolversLaszlo Agocs2014-08-082-1/+69
* Add default format to QSurfaceFormatLaszlo Agocs2014-08-081-0/+18
* Support RGB30 formats in OpenGL framebuffers and paint engineAllan Sandfeld Jensen2014-07-301-1/+109
* Add context adoption support for WGLLaszlo Agocs2014-07-071-0/+63
* Make QOpenGLTextureCache::bindTexture upload efficientlyAllan Sandfeld Jensen2014-07-041-5/+15
* Use the standard functions in GLES3 builds in VAOsLaszlo Agocs2014-07-022-1/+25
* Remove direct OpenGL calls from QtOpenGLLaszlo Agocs2014-04-281-7/+7
* Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-242-1/+53
* Make tst_qopengl more verbose.Friedemann Kleint2014-03-311-28/+45
* Fix the QOpenGL autotest's offscreen surface handlingLaszlo Agocs2014-03-271-0/+15
* Add sizeLessWindow test case.Morten Johan Sørvig2014-03-141-0/+38
* tests: Remove superfluous gui additions to QTSergio Ahumada2014-02-281-1/+1
* QOpenGLTextureBlitter: add some autotestsJørgen Lind2014-02-161-0/+191
* Add takeTexture() to QOpenGLFramebufferObjectLaszlo Agocs2014-01-071-0/+50
* OpenGL autotests: verify create()/makeCurrent()Andrew Knight2013-09-301-14/+14
* test: Mark tst_qopengl as insignificant on Win7 + AngleSergio Ahumada2013-06-071-0/+2
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* Added QOffscreenSurface class.Yoann Lopes2013-02-181-31/+81
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Fix division by zero in triangulating stroker.Kim Motoyoshi Kalland2012-07-061-0/+75
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Remove insignification from tst_QOpenGLMiikka Heikkinen2012-05-041-2/+0
* Skip tst_QOpenGL::openGLPaintDevice() if wrong openGL version.Miikka Heikkinen2012-05-031-0/+3
* Remove insignification of QOpenGL test on Mac OS X.Jason McDonald2012-04-171-1/+0
* Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-0/+1
* Make "nmake check" pass for gui tests in Windows.Miikka Heikkinen2012-02-101-0/+1
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-021-0/+9
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Introduced QOpenGLContext::aboutToBeDestroyed() signal.Samuel Rødal2012-01-051-0/+22
* Re-enable 'check' target for tests/auto/gui on Mac OS XBradley T. Hughes2011-12-091-0/+2
* Call invalidateResource() on QOpenGLMultiGroupSharedResource-owned resourcesKent Hansen2011-11-171-3/+36
* Ensure that QOpenGLMultiGroupSharedResources are cleaned upKent Hansen2011-11-151-0/+23
* Re-enabled passing tests in tst_qopenglJo Asplin2011-11-092-2/+8
* Moved tests into gui/kernel/ and gui/qopengl/Jo Asplin2011-11-042-0/+451