[Bug 1502093] Re: UbuntuShape crash with latest UITK on mako/flo

2015-10-19 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1502093

Title:
  UbuntuShape crash with latest UITK on mako/flo

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1502093/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1502093] Re: UbuntuShape crash with latest UITK on mako/flo

2015-10-04 Thread Zoltan Balogh
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1502093

Title:
  UbuntuShape crash with latest UITK on mako/flo

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1502093/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1502093] Re: UbuntuShape crash with latest UITK on mako/flo

2015-10-02 Thread kevin gunn
current action ongoing is to revert the recent uitk landing, then this
bug can be closed or priority reduced

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Critical

** Changed in: canonical-devices-system-image
 Assignee: kevin gunn (kgunn72) => Pat McGowan (pat-mcgowan)

** No longer affects: unity8 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1502093

Title:
  UbuntuShape crash with latest UITK on mako/flo

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1502093/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1502093] Re: UbuntuShape crash with latest UITK on mako/flo

2015-10-02 Thread Loïc Molinari
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Loïc Molinari (loic.molinari)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1502093

Title:
  UbuntuShape crash with latest UITK on mako/flo

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1502093/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1502093] Re: UbuntuShape crash with latest UITK on mako/flo

2015-10-02 Thread Gerry Boland
Apitrace of the failing scenario:
http://pastebin.ubuntu.com/12638037/
Driver appears to be crashing while compiling the UbuntShape shader

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1502093

Title:
  UbuntuShape crash with latest UITK on mako/flo

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1502093/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1502093] Re: UbuntuShape crash with latest UITK on mako/flo

2015-10-02 Thread Loïc Molinari
** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit-
adreno-320-shader-compiler-workaround

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1502093

Title:
  UbuntuShape crash with latest UITK on mako/flo

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1502093/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1502093] Re: UbuntuShape crash with latest UITK on mako/flo

2015-10-02 Thread Loïc Molinari
So the Adreno 320's driver is crashing there:

lowp float mask = smoothstep(distanceMin, distanceMax, shapeData[yCoord
<= 0.0 ? 0 : 1]);

because of the index being computed on the same line, storing it in a
variable before fixes it...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1502093

Title:
  UbuntuShape crash with latest UITK on mako/flo

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1502093/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs