- 
    Bug 
- 
    Resolution: Done
- 
    P3: Somewhat important 
- 
    5.6.0 Beta
- 
    None
- 
    Linux/X11, CPU: i7 3770k OC 4.1GHz
Painting gradients (software rasterizer) are much slower due to converting RGBA64->RGBA32. The performance issue is caused by converting color table using "toArgb32()" instead of using 32bit cached table. On FullHD painting can be more than 2x slower than Qt4.