qt5base-lts/src/gui
Julien Brianceau 07ea3cf0b3 qpa: Fix rendering issue in blitter engine (negative scaling factors)
A 180° rotation results in a TxScale QTransform with negative scaling
factors (x=-1.0 y=-1.0). This is not properly handled by blitter paint
engine yet, so use software rendering fallback in this case.

This rendering issue can be seen when using "-webkit-transform" CSS
property in WebKit with DirectFB QPA platform.

Change-Id: Iee496b6bf0c90ffe36c4235ceaa2c80f296b2ca4
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
2012-11-07 14:19:00 +01:00
..
accessible Fix QAccessible to build when QT_NO_ACCESSIBILITY is defined 2012-11-05 22:20:03 +01:00
animation Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
doc Modularize drag and drop documentation 2012-10-19 17:35:51 +02:00
image Remove some dead code in switch statements 2012-10-29 13:51:10 +01:00
itemmodels Add implementations of QAIM::sibling in public APIs. 2012-11-02 16:25:02 +01:00
kernel Don't include qaccessible.h on QT_NO_ACCESSIBILITY 2012-11-06 16:35:31 +01:00
math3d Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
opengl Fix native RGB text on OpenGL ES 2 without BGRA extension 2012-11-06 12:36:16 +01:00
painting qpa: Fix rendering issue in blitter engine (negative scaling factors) 2012-11-07 14:19:00 +01:00
text Fix conditional jump based on an uninitialized variable. 2012-11-03 11:20:26 +01:00
util Fix QRegExpValidator::validate docs about the pos parameter 2012-10-22 22:42:26 +02:00
gui.pro remove explicit load(qt_build_config)s from the libraries 2012-10-19 13:02:17 +02:00