Activity log for bug #1439133

Date Who What changed Old value New value Message
2015-04-01 11:21:07 Loïc Molinari bug added bug
2015-04-01 11:26:29 Loïc Molinari description The MainView renders at the bottom-most layer a background composed of a colored rectangle and an image. The way it is currently implemented implies two fullscreen passes with alpha blending on. This is very slow. A solution would be to use just one pass using a ShaderEffect or a dedicated C++ component. Disabling alpha blending (possible since it's the bottom-most layer) would also provide a good performance boost. The MainView renders at the bottom-most layer a background composed of a colored rectangle and an image. The way it is currently implemented implies two fullscreen passes with alpha blending on. This is very slow. A solution would be to use just one pass using a ShaderEffect or a dedicated C++ component. Disabling alpha blending (possible since it's the bottom-most layer) would also provide a good performance boost. Another idea, if no image needs to be rendered, would be to simply set the GPU clear color to the background color, to render it for free.
2015-04-01 11:26:51 Loïc Molinari summary [MainView] Background color and image rendering is slow [MainView] Background color and image rendering is too slow
2016-01-21 09:05:58 Launchpad Janitor branch linked lp:~fboucault/ubuntu-ui-toolkit/mainview_no_background_overdraw
2016-03-10 02:26:35 Launchpad Janitor ubuntu-ui-toolkit (Ubuntu): status Confirmed Fix Released
2016-03-15 12:58:52 Tim Peeters branch linked lp:~tpeeters/ubuntu-ui-toolkit/fasterWindowColor
2016-03-17 12:48:15 Timo Jyrinki bug task added ubuntu-ui-toolkit (Ubuntu RTM)
2016-03-17 12:48:42 Timo Jyrinki ubuntu-ui-toolkit (Ubuntu RTM): status New Fix Committed
2016-03-17 12:48:45 Timo Jyrinki ubuntu-ui-toolkit (Ubuntu): status Fix Released Fix Committed
2016-03-17 12:48:57 Timo Jyrinki ubuntu-ui-toolkit (Ubuntu): status Fix Committed Fix Released
2016-03-17 12:48:58 Timo Jyrinki ubuntu-ui-toolkit (Ubuntu RTM): status Fix Committed Fix Released
2016-03-17 12:49:17 Timo Jyrinki bug task added canonical-devices-system-image
2016-03-17 12:49:26 Timo Jyrinki canonical-devices-system-image: assignee Zoltan Balogh (bzoltan)
2016-03-17 12:49:30 Timo Jyrinki canonical-devices-system-image: milestone ww08-2016
2016-03-17 12:49:32 Timo Jyrinki canonical-devices-system-image: importance Undecided High
2016-03-17 12:49:35 Timo Jyrinki canonical-devices-system-image: status New Fix Committed
2016-03-30 13:32:30 Launchpad Janitor branch linked lp:~tpeeters/ubuntu-ui-toolkit/fasterWindowColorTrunk
2016-04-12 17:49:24 Pat McGowan canonical-devices-system-image: status Fix Committed Fix Released