[Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2022-10-13 Thread Bug Watch Updater
** Changed in: firefox
   Importance: Medium => Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in Mozilla Firefox:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1591727/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1591727]

2019-11-19 Thread Msirringhaus
Created attachment 9108732
mozilla-bmo849632.patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in Mozilla Firefox:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1591727]

2019-11-19 Thread Msirringhaus
Created attachment 9108439
mozilla-bmo849632.patch

So, I think this is skia once again. Skia can only handle little endian.
Workarounds for other things were to swizzle skias input.

I have a preliminary patch that fixes some of the color-issues for the 
webgl-water-example and 
http://mc.pp.se/webgl/webgltest.html 
 
It swizzles pixels read from webgl right at the source. 
Water-surface is still too blue and other webgl-examples are not working yet 
(e.g. firstpersontetris.com ) 

Any more hints would be welcome

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in Mozilla Firefox:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2019-01-12 Thread Bug Watch Updater
Launchpad has imported 12 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=849632.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-03-10T16:28:59+00:00 Marcus Comstedt wrote:

User Agent: Mozilla/5.0 (X11; Linux ppc64; rv:19.0) Gecko/20100101 Firefox/19.0 
SeaMonkey/2.16
Build ID: 20130224111411

Steps to reproduce:

View a page with a WebGL canvas, using Firefox 19 on Linux/PPC.


Actual results:

The wrong colours appeard.

Example:

gl_FragColor = vec4(0.0,1.0,1.0,1.0); results in a transparent pixel (should be 
cyan)
gl_FragColor = vec4(1.0,0.0,1.0,1.0); results in a yellow pixel (should be 
purple)
gl_FragColor = vec4(1.0,1.0,0.0,1.0); results in a purple pixel (should be 
yellow)
gl_FragColor = vec4(1.0,1.0,1.0,0.5); results in a cyan pixel (should be 
semitransparent white)

Since the order of the components have been completely reversed, this
looks like an endianness issue, and I saw several places in the code
which seemed to assume that gfxASurface::ImageFormatARGB32 actually
meant BGRA (not necessarily true, since it's supposed to use native
endianness).


Expected results:

The actual colours requested by the fragment shader should have been
displayed.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/comments/0


On 2013-03-11T23:34:22+00:00 Steve-c wrote:

This is a duplicate of bug 817356

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/comments/1


On 2013-03-12T02:17:52+00:00 Steve-c wrote:

ignore my previous comment

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/comments/2


On 2013-08-13T18:55:37+00:00 Tiziana-sel wrote:

Marcus, can you still reproduce this?
Can you provide a testcase or a URL to better reproduce it?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/comments/3


On 2013-08-13T21:05:19+00:00 Marcus Comstedt wrote:

Alas, it seems like WebGL is completely broken in Firefox 23.0, all I
get is

"It doesn't appear your computer can support WebGL.
Click here for more information."

With Seamonkey 2.17.1 though my testpage

http://mc.pp.se/webgl/webgltest.html

seems to work correctly (cube is yellow).  So maybe the actual colour
bug was fixed in Firefox too, although I can't verify due to the other
issue...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/comments/4


On 2013-08-14T07:04:21+00:00 Marcus Comstedt wrote:

Seamonkey 2.20 also displays correct colours.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/comments/5


On 2013-08-14T08:24:54+00:00 Tiziana-sel wrote:

Running your testpage on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8;
rv:23.0) Gecko/20100101 Firefox/23.0 I see the yellow cube.

But it should be tested on a Linux platform, too.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/comments/6


On 2013-08-14T08:26:23+00:00 Marcus Comstedt wrote:

Um, testing on Intel doesn't really make any sense though...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/comments/7


On 2014-05-05T01:05:57+00:00 Steve-c wrote:

Marcus, try setting webgl.force-enabled=true in about:config

If I set webgl.force-enabled = true in about:config
I can see the yellow cube

I have tested this on ppc32 with a firefox build that is between ff28
and ff29 (ff29+ is currently broken on ppc32 )

I have also tested this with mozilla-central on a ppc64 machine.
I get very poor framerates but that is what one expects with software rendering.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/comments/8


On 2014-05-05T07:53:48+00:00 Marcus Comstedt wrote:

Hi Steve.

Alas, any WebGL attempts give me a crash with

ATTENTION: default value of option force_s3tc_enable overridden by environment.
LLVM ERROR: Do not know how to split the result of this operator!

right now.  This happens both in Firefox and Seamonkey.  It seems to be related 
to
Mesa using the llvmpipe driver.  It used to use DRM acceleration with my Radeon 
HD
card, but that seems to have broken 

[Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2019-01-12 Thread Paul White
Thanks for confirming
Reported upstream in 2013 but no activity since 2014
https://bugzilla.mozilla.org/show_bug.cgi?id=849632

** Bug watch added: Mozilla Bugzilla #849632
   https://bugzilla.mozilla.org/show_bug.cgi?id=849632

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=849632
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in Mozilla Firefox:
  Unknown
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2019-01-12 Thread geppo61
The bug still persists in Firefox (47.0 powerpc in Ubuntu 16.04) but it
works fine using ArcticFox browser in the same system. Apart from the
endianness issue for colors RGBA <---> ABGR..


On Sat, Jan 12, 2019 at 3:59 PM K1773R <1591...@bugs.launchpad.net> wrote:

> Still an issue.
>
> ** Changed in: firefox (Ubuntu)
>Status: Incomplete => Confirmed
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1591727
>
> Title:
>   When loading a webgl water demo it has wrong colors
>
> Status in firefox package in Ubuntu:
>   Confirmed
>
> Bug description:
>   When loading a webgl water demo it has wrong colors
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: firefox-launchpad-plugin (not installed)
>   ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
>   Uname: Linux 4.4.0-24-powerpc64-smp ppc64
>   ApportVersion: 2.20.1-0ubuntu2.1
>   Architecture: powerpc
>   CurrentDesktop: MATE
>   Date: Sun Jun 12 19:13:36 2016
>   InstallationDate: Installed on 2016-04-08 (65 days ago)
>   InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc
> (20160323.1)
>   SourcePackage: firefox-launchpad-plugin
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions
>


-- 
Ciao e buona giornata.

"GP! In mezzo al campo stai proprio schifoso!"
Coach M.Russo

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2019-01-12 Thread K1773R
Still an issue.

** Changed in: firefox (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2019-01-12 Thread Paul White
We are sorry that we do not always have the capacity to review all
reported bugs in a timely manner. You reported this bug some time ago
and there have been many changes in Ubuntu since that time.

Do you still see a problem related to the one that you reported in a
currently supported version of Ubuntu? Please let us know if you do and
in which version of Ubuntu otherwise this report can be left to expire
in approximately 60 days time.

Thank you for helping make Ubuntu better.

Paul White
[Ubuntu Bug Squad]


** Changed in: firefox (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2016-09-14 Thread K1773R
nvm, it was radeon (switched my g5's). chromium-bsu has the same problem
for example.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2016-09-14 Thread K1773R
im using nouveau and i see the same, so its not a driver issue.

** Changed in: firefox (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2016-09-13 Thread geppo61
Ati radeon hd 4670, but opengl is working good. I suppose the issue is a
abgr rgba endiannes in big endian machine in webgl implementation...

Il 14/set/2016 12:56 AM, "Alberto Salvia Novella" 
ha scritto:

> What graphic card are you using?
>
> When answered please set status back to "confirmed".
>
> ** Changed in: firefox (Ubuntu)
>Status: Confirmed => Incomplete
>
> ** Changed in: firefox (Ubuntu)
>Importance: Undecided => Medium
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1591727
>
> Title:
>   When loading a webgl water demo it has wrong colors
>
> Status in firefox package in Ubuntu:
>   Incomplete
>
> Bug description:
>   When loading a webgl water demo it has wrong colors
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: firefox-launchpad-plugin (not installed)
>   ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
>   Uname: Linux 4.4.0-24-powerpc64-smp ppc64
>   ApportVersion: 2.20.1-0ubuntu2.1
>   Architecture: powerpc
>   CurrentDesktop: MATE
>   Date: Sun Jun 12 19:13:36 2016
>   InstallationDate: Installed on 2016-04-08 (65 days ago)
>   InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc
> (20160323.1)
>   SourcePackage: firefox-launchpad-plugin
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/
> 1591727/+subscriptions
>

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2016-09-13 Thread Alberto Salvia Novella
What graphic card are you using?

When answered please set status back to "confirmed".

** Changed in: firefox (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: firefox (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2016-09-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: firefox (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2016-08-01 Thread geppo61
On Mon, Jul 25, 2016 at 5:53 PM, Rolf Leggewie <1591...@bugs.launchpad.net>
wrote:

> "more likely"
>
> ** Attachment added: "WFM.jpg"
>
> https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+attachment/4707222/+files/WFM.jpg
>
>
No. I am using a ATI Radeon HD4670 1GB DDR3 PCI-X Card


> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1591727
>
> Title:
>   When loading a webgl water demo it has wrong colors
>
> Status in firefox package in Ubuntu:
>   New
>
> Bug description:
>   When loading a webgl water demo it has wrong colors
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: firefox-launchpad-plugin (not installed)
>   ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
>   Uname: Linux 4.4.0-24-powerpc64-smp ppc64
>   ApportVersion: 2.20.1-0ubuntu2.1
>   Architecture: powerpc
>   CurrentDesktop: MATE
>   Date: Sun Jun 12 19:13:36 2016
>   InstallationDate: Installed on 2016-04-08 (65 days ago)
>   InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc
> (20160323.1)
>   SourcePackage: firefox-launchpad-plugin
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions
>


On the 32bit PowerPC Machine Apple PowerBook G4 i(with Jessie Debian) it is
working. Slowly but working.

In both machines opengl is working, as the quake screenshot.
-- 
Ciao e buona giornata.

"GP! In mezzo al campo stai proprio schifoso!"
Coach M.Russo


** Attachment added: "bug-firefox.png"
   
https://bugs.launchpad.net/bugs/1591727/+attachment/4711771/+files/bug-firefox.png

** Attachment added: "quakegl.png"
   
https://bugs.launchpad.net/bugs/1591727/+attachment/4711772/+files/quakegl.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in firefox package in Ubuntu:
  New

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2016-07-25 Thread Rolf Leggewie
http://madebyevan.com/webgl-water/ works fine here in trusty.

Why do yo think this would be a bug in firefox-launchpad-plugin?  I
think if there is a bug, it's in Firefox itself or move likely in the
driver of your graphics card.  Do you use an Nvidia card?

** Package changed: firefox-launchpad-plugin (Ubuntu) => firefox
(Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in firefox package in Ubuntu:
  New

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1591727] Re: When loading a webgl water demo it has wrong colors

2016-07-25 Thread Rolf Leggewie
"more likely"

** Attachment added: "WFM.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+attachment/4707222/+files/WFM.jpg

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1591727

Title:
  When loading a webgl water demo it has wrong colors

Status in firefox package in Ubuntu:
  New

Bug description:
  When loading a webgl water demo it has wrong colors

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox-launchpad-plugin (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
  Uname: Linux 4.4.0-24-powerpc64-smp ppc64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Sun Jun 12 19:13:36 2016
  InstallationDate: Installed on 2016-04-08 (65 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
  SourcePackage: firefox-launchpad-plugin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1591727/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1591727] [NEW] When loading a webgl water demo it has wrong colors

2016-07-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When loading a webgl water demo it has wrong colors

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox-launchpad-plugin (not installed)
ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc64-smp 4.4.10
Uname: Linux 4.4.0-24-powerpc64-smp ppc64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: powerpc
CurrentDesktop: MATE
Date: Sun Jun 12 19:13:36 2016
InstallationDate: Installed on 2016-04-08 (65 days ago)
InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta powerpc 
(20160323.1)
SourcePackage: firefox-launchpad-plugin
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug powerpc xenial
-- 
When loading a webgl water demo it has wrong colors
https://bugs.launchpad.net/bugs/1591727
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to firefox in Ubuntu.

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp