summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Moved Qt::RenderHint back into QGraphicsBlurEffect and added a hint.Samuel Rødal2009-11-027-55/+67
* Added strict size parameter to QGLFramebufferObject pool.Samuel Rødal2009-11-022-4/+17
* Optimized graphics effects to not needlessly invalidate cache.Samuel Rødal2009-11-022-2/+9
* Check for null pixmapGunnar Sletta2009-11-021-2/+4
* Remove partial shader support from QGLShader/QGLShaderProgramRhys Weatherley2009-11-012-185/+6
* Implement a simple caching algorithm for shader programs.Tom Cooksey2009-10-302-31/+53
* Rename qglEngineShaderSourceCode to qShaderSnippetsTom Cooksey2009-10-302-71/+93
* Refactor of shader manager to not use partial shadersTom Cooksey2009-10-304-217/+211
* Lazily construct QPixmapData's for null pixmapsGunnar Sletta2009-10-308-38/+75
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-307-45/+63
|\
| * Avoid infinite loop when laying out text with unconvertible charsEskil Abrahamsen Blomfeldt2009-10-291-38/+35
| * Added QImagePixmapCleanupHooks functions for enabling hooks.Samuel Rødal2009-10-296-7/+28
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-3035-595/+1444
|\ \ | |/ |/|
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Morten Johan Sørvig2009-10-3065-647/+22112
| |\
| | * OpenVG pixmap filter classes don't need to be exported.Rhys Weatherley2009-10-301-4/+4
| | * Remove drawCursorImage() from the OpenVG composition helperRhys Weatherley2009-10-302-37/+33
| | * Make it possible to set the OpenVG swap intervalRhys Weatherley2009-10-301-0/+7
| | * Compile fix until configure.exe is rebuilt for WindowsThiago Macieira2009-10-291-1/+2
| | * Merge branch '4.5' into 4.6Thiago Macieira2009-10-291-0/+2
| | |\
| | | * Plug some autorelease pool leaks.Norwegian Rock Cat2009-10-291-0/+2
| | | * Memory of fixedKernel is never returned, found by cppcheck.Daniël2009-10-271-0/+1
| | * | Import a new implementation of fromUserInput.Thiago Macieira2009-10-291-0/+57
| | * | Remove the fromUserInput implementation and tests.Thiago Macieira2009-10-291-73/+46
| | * | Add the Qt Evaluation message to the hidden libQtCore.so boilerplate.Thiago Macieira2009-10-291-0/+8
| | * | Part 2 of the Evaluation notice feature, now for QtGui.Thiago Macieira2009-10-292-8/+10
| | * | Readd the Qt Evaluation timebomb, step 1.Thiago Macieira2009-10-295-1/+585
| | * | Cache a state's parent stateKent Hansen2009-10-292-2/+8
| | * | doc: Remove \internal tag from QStateMachine::configuration()Kent Hansen2009-10-291-2/+0
| | * | Make QStateMachine event posting functions thread-safeKent Hansen2009-10-292-17/+83
| | * | Cache QState's child statesKent Hansen2009-10-292-10/+17
| | * | QStateMachine::event() should call QState::event()Kent Hansen2009-10-291-1/+1
| | * | Remove shader/program binary support for nowRhys Weatherley2009-10-282-222/+0
| | * | Remove QVGEGLWindowSurfaceQImage from QtOpenVGRhys Weatherley2009-10-283-80/+2
| | * | QSslError: Actually make strings show up in the ts fileMarkus Goetz2009-10-281-29/+28
| | * | QNativeSocketEngine: Actually use translationsMarkus Goetz2009-10-281-26/+26
| | * | Delete the tst_QWebFrame::setHtmlWithBaseURL test until its fixedJocelyn Turcotte2009-10-281-23/+0
| | * | Greatly improve the performance of obtaining a state's transitionsKent Hansen2009-10-282-8/+17
| | * | Say hello to QScriptProgram :-)Kent Hansen2009-10-287-58/+510
| | * | Fix namespace buildRichard Moe Gustavsen2009-10-282-0/+6
| | * | Fix namespace build.Richard Moe Gustavsen2009-10-281-3/+2
| * | | Fix the combobox popup 1-second fadeout regression on Carbon.Morten Johan Sørvig2009-10-271-1/+1
* | | | Made internal FBOs snap to power-of-two when not wasting too much space.Samuel Rødal2009-10-291-2/+15
* | | | Got rid of redundant texture parameter settings in GL pixmap filters.Samuel Rødal2009-10-291-16/+0
* | | | Added some optimizations to the blur and drop shadow GL filters.Samuel Rødal2009-10-298-195/+307
* | | | Fixed highlighting of string components when inputting Japanese text.Kim Motoyoshi Kalland2009-10-291-20/+5
* | | | Fix bug for message error "Texture updload failed, error code 0x500"Stefano Pironato2009-10-281-1/+0
* | | | Fix raster paintengine handling with invalid imagesChristoph Feck2009-10-281-0/+3
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-285-11/+22
|\ \ \ \
| * | | | Fix QtOpenGL linker issue by exporting qt_getClipRectsThorbjørn Lindeijer2009-10-271-1/+1
| * | | | Use shared memory images when shared pixmaps are not available.Fredrik Höglund2009-10-274-10/+21