Activity log for bug #1585723

Date Who What changed Old value New value Message
2016-05-25 17:22:39 Gerry Boland bug added bug
2016-05-25 17:25:02 Gerry Boland description I'm digging into unity8 performance problems on older generation Intel GPUs - specifically i915 Atom GPUs. I've tested a simple QML file with a single empty UbuntuShape in it: import QtQuick 2.4 import Ubuntu.Components 1.3 Rectangle { width: 400 height: 300 color: "blue" UbuntuShape {} } Running it with INTEL_DEBUG=perf env var set, I get this output: i915_program_error: Exceeded max ALU instructions (76 out of 64) ENTER FALLBACK 10000: Program Mapping a busy BO, causing a stall on the GPU. which implies that MESA was unable to compile one of the UbuntuShape shaders as it created more ALU instructions than the GPU could deal with. The GPU stall message I guess is related to that. I'm digging into unity8 performance problems on older generation Intel GPUs - specifically i915 Atom GPUs. I've tested a simple QML file with a single empty UbuntuShape in it: import QtQuick 2.4 import Ubuntu.Components 1.3 Rectangle {     width: 400     height: 300     color: "blue"     UbuntuShape {} } Running it with INTEL_DEBUG=perf env var set, I get this output: i915_program_error: Exceeded max ALU instructions (76 out of 64) ENTER FALLBACK 10000: Program Mapping a busy BO, causing a stall on the GPU. which implies that MESA was unable to compile one of the UbuntuShape shaders as it created more ALU instructions than the GPU could deal with. MESA falls back to CPU rendering as a result. The GPU stall message I guess is related to that.
2016-06-02 15:13:47 Launchpad Janitor ubuntu-ui-toolkit (Ubuntu): status New Confirmed
2016-06-06 11:34:17 Daniel van Vugt tags performance
2016-06-22 16:12:18 Gerry Boland ubuntu-ui-toolkit (Ubuntu): importance Undecided High
2016-11-14 17:45:58 Emanuele Antonio Faraone tags performance i915
2016-11-22 17:46:42 Emanuele Antonio Faraone tags i915 performance
2017-01-06 12:59:12 Gerry Boland tags performance performance unity8
2017-01-24 11:22:22 Cris Dywan ubuntu-ui-toolkit (Ubuntu): assignee Loïc Molinari (loic.molinari)
2017-01-24 11:48:35 Cris Dywan branch linked lp:~loic.molinari/ubuntu-ui-toolkit/uitk-quad
2017-01-24 11:49:07 Cris Dywan ubuntu-ui-toolkit (Ubuntu): status Confirmed In Progress