Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compilation for when there is no OpenGL module | aavit | 2010-11-03 | 1 | -0/+8 |
| | |||||
* | Fix tst_collections::insert_remove_loop on 32bit | Olivier Goffart | 2010-11-03 | 1 | -1/+1 |
| | | | | It was working on 64bit by luck | ||||
* | Fix warnings with clang | Olivier Goffart | 2010-11-03 | 1 | -8/+8 |
| | | | | | | | | | inotify_event is a type with dynamic size, it should not be stored in a QMap. (even if it is fine here because we do not use the name, but it still generates warnings). We can however store the pointer from the buffer. Reviewed-by: Gabriel | ||||
* | Add member-swap to shared datatypes that don't have it. | Marc Mutz | 2010-11-03 | 41 | -0/+267 |
| | | | | | | | For consistency. Merge-request: 871 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com> | ||||
* | Containers: add member-swap | Marc Mutz | 2010-11-03 | 36 | -0/+236 |
| | | | | | | | Member-swap is required by the STL Sequence concept, but is also needed to write exception-safe code. Merge-request: 871 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com> | ||||
* | Fix license headers | aavit | 2010-11-03 | 8 | -2/+323 |
| | | | | Reviewed-by: trustme | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 | aavit | 2010-11-02 | 3 | -0/+544 |
|\ | |||||
| * | QVarLenghtArray: Implement more API from QVector | Olivier Goffart | 2010-11-02 | 3 | -0/+544 |
| | | | | | | | | | | | | | | | | | | ... for consistency and to allow easy replacement of one by the other. In particular this change allows to use QVarLenghtArray inside foreach Reviewed-by: Gabriel Task-number: QTBUG-14010 | ||||
* | | Merge branch 'lancelot' | aavit | 2010-11-02 | 81 | -11/+9290 |
|\ \ | |/ |/| | | | | | | | | | First iteration of the Lancelot graphics regression autotest system. Reviewed-by: Trond Reviewed-by: aavit | ||||
| * | Put more platform info in the report headers | aavit | 2010-11-02 | 3 | -8/+8 |
| | | |||||
| * | Clean up some comments | aavit | 2010-10-28 | 1 | -5/+0 |
| | | |||||
| * | Merge branch 'lancelot' of ↵ | Trond Kjernåsen | 2010-10-27 | 7 | -99/+139 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/aavits-graphicsstuff into lancelot | ||||
| | * | Fix getting git info on Win | aavit | 2010-10-26 | 1 | -1/+10 |
| | | | |||||
| | * | Remove historic remains of qt3 testing | aavit | 2010-10-26 | 2 | -68/+65 |
| | | | |||||
| | * | Testing auto-rebuild on server | aavit | 2010-10-25 | 1 | -1/+1 |
| | | | |||||
| | * | Another change for running on actual server | aavit | 2010-10-25 | 1 | -6/+3 |
| | | | |||||
| | * | Preparations for running on actual server | aavit | 2010-10-25 | 2 | -5/+9 |
| | | | |||||
| | * | Add OS and git data to PlatformInfo | aavit | 2010-10-18 | 4 | -25/+58 |
| | | | |||||
| * | | Fixes unstability caused by a dangling pointer in GL text rendering | Trond Kjernåsen | 2010-10-27 | 3 | -8/+11 |
| |/ | | | | | | | Reviewed-by: eskil | ||||
| * | Revert "Don't define highp/mediump/lowp if desktop GL has them" | Trond Kjernåsen | 2010-10-12 | 4 | -16/+4 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 6155050f68cc86c445552da61a5f240c16f5e2cd. The GL_ARB_ES2_compatibility extension does not mention the lowp, mediump or highp keywords. Task-number: QTBUG-14384 Reviewed-by: Samuel Reviewed-by: Prasanth | ||||
| * | Merge branch 'master' of ../qt-stg2-master into lancelot | Trond Kjernåsen | 2010-10-12 | 2818 | -47974/+271231 |
| |\ | |||||
| * | | Don't include the arthur/common.pri file. | Trond Kjernåsen | 2010-10-08 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | Including the arthur/common.pri file pulls in many files we don't actually need. | ||||
| * | | Add support for blacklisting/whitelisting tests on the report page. | Trond Kjernåsen | 2010-10-06 | 5 | -36/+156 |
| | | | | | | | | | | | | | | | | | | Also changed how the GL tests are run: they now render into a multisampled FBO, which seems to be more stable than to a plain GL widget. | ||||
| * | | Added support for updating the baselines via the generated HTML reports. | Trond Kjernåsen | 2010-09-30 | 5 | -5/+117 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The baselineserver can now run as a CGI binary if it detects that the QUERY_STRING variable is set. Currently it only handles commands for updating the baselines for failed tests. For this to work properly the baselineserver binary needs to have the setuid bit set, so that when it's run as a CGI binary, it will have the proper rights to move files around. The server currently assumes the CGI binary is a link to the baselineserver executable named 'server.cgi' in the configured 'cgi-bin' directory. | ||||
| * | | This should run on GL ES 2.0 as well. | Trond Kjernåsen | 2010-09-20 | 1 | -1/+3 |
| | | | |||||
| * | | Added support for turning off text drawing. | Trond Kjernåsen | 2010-09-16 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | | | Text drawing is the one thing that will always differ between different platforms. If we're going to do any x-platform testing of the raster engine we'll have to turn text drawing off.. | ||||
| * | | Server generation of HTML mismatch reports added | aavit | 2010-09-16 | 6 | -15/+178 |
| | | | |||||
| * | | Checksumming of the script files added. | aavit | 2010-09-13 | 2 | -19/+13 |
| | | | | | | | | | | | | If the scripts themselves are modfied, it will not cause mismatch. | ||||
| * | | Improved path mapping, added test mode for it. Misc improvements. | aavit | 2010-09-10 | 5 | -36/+82 |
| | | | |||||
| * | | Open up for all platforms | aavit | 2010-09-09 | 1 | -2/+2 |
| | | | |||||
| * | | Improved server logging and more robust client connection attempt | aavit | 2010-09-09 | 5 | -27/+38 |
| | | | | | | | | | | | | Also misc minor improvements all around | ||||
| * | | Opened for running on Mac too | aavit | 2010-09-08 | 1 | -2/+5 |
| | | | |||||
| * | | Merge branch 'lancelot' of scm.dev.nokia.troll.no:qt/aavits-graphicsstuff ↵ | aavit | 2010-09-08 | 1 | -1/+3 |
| |\ \ | | | | | | | | | | | | | into lancelot | ||||
| | * | | Check the QT_LANCELOT_SERVER env var for the servername. | Trond Kjernåsen | 2010-09-08 | 1 | -1/+3 |
| | | | | |||||
| * | | | Shave 25% off test time by smarter qps script parsing | aavit | 2010-09-08 | 2 | -3/+26 |
| |/ / | |||||
| * | | Fix: remove baseline checksums before adding rendered | aavit | 2010-09-08 | 3 | -26/+1 |
| | | | | | | | | | | | | | | | | | | .. otherwise, the comparison will always yield true... Also a simplification: QList provides default datastreaming ops | ||||
| * | | It's the GL_VERSION string that usually contains the Mesa substring. | Trond Kjernåsen | 2010-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This of course differs, depending on the different backends used, but so far it seems most of the Mesa implementations have Mesa mentioned in the version string. | ||||
| * | | Make it possible to have several checksums associated with one ImageItem. | Trond Kjernåsen | 2010-09-07 | 4 | -20/+44 |
| | | | | | | | | | | | | | | | Also changed the meta file from being a text file to a binary file. Nothing uses the extra checksums yet, but that should be added soon. | ||||
| * | | Add another format, and blacklist some more | aavit | 2010-09-07 | 2 | -1/+22 |
| | | | |||||
| * | | More server storage path fixing | aavit | 2010-09-07 | 2 | -7/+16 |
| | | | |||||
| * | | Improve servers storage directory structure | aavit | 2010-09-07 | 3 | -10/+38 |
| | | | | | | | | | | | | | | | - support different pixel formats for same engine - separate baselines per hostname | ||||
| * | | Avoid testing on Mesa | aavit | 2010-09-07 | 1 | -34/+48 |
| | | | |||||
| * | | Merge branch 'lancelot' of scm.dev.nokia.troll.no:qt/aavits-graphicsstuff ↵ | aavit | 2010-09-07 | 1 | -1/+8 |
| |\ \ | | | | | | | | | | | | | into lancelot | ||||
| | * | | We only want to test hw accelerated GL 2.0 implementations. | Trond Kjernåsen | 2010-09-06 | 1 | -1/+8 |
| | | | | |||||
| * | | | Minor style improvements | aavit | 2010-09-07 | 1 | -8/+6 |
| |/ / | |||||
| * | | Merge branch 'lancelot' of scm.dev.nokia.troll.no:qt/aavits-graphicsstuff ↵ | aavit | 2010-09-03 | 3 | -16/+17 |
| |\ \ | | | | | | | | | | | | | into lancelot | ||||
| | * | | engineAsString() should've been const. | Trond Kjernåsen | 2010-09-03 | 2 | -2/+2 |
| | | | | |||||
| | * | | Move the engine->string function into ImageItem. | Trond Kjernåsen | 2010-09-03 | 3 | -16/+17 |
| | | | | |||||
| * | | | Proper checksum function implemented | aavit | 2010-09-03 | 3 | -3/+777 |
| |/ / | |||||
| * | | Data column names have apparently changed :) | Trond Kjernåsen | 2010-09-03 | 1 | -1/+1 |
| | | |