Closed
Bug 1195259
Opened 10 years ago
Closed 9 years ago
Missing glow/bloom in WebGL demo
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mark, Unassigned)
References
Details
(Keywords: regression, Whiteboard: [gfx-noted])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150807085045
Steps to reproduce:
I visited http://www.flohofwoe.net/demos/dragons_asmjs.html
Actual results:
The visuals of the dragon rendered are OK, but are missing the glow/bloom that should be present on bright surfaces.
Reporter | ||
Comment 1•10 years ago
|
||
Reporter | ||
Comment 2•10 years ago
|
||
It looks like a regression:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=7c5f187b65bf&tochange=f8ce4cf2e71d
Probably:
Jeff Muizelaar — Bug 1128264 - Update ANGLE to chromium/2214
Keywords: regressionwindow-wanted
![]() |
||
Comment 4•10 years ago
|
||
hmm, I got another regression range. First broken in Firefox 33.
Pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=225cc2ec2231&tochange=401bc7471c24
Regressed by: Bug 1010371
Blocks: 1010371
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: regressionwindow-wanted → regression
Version: Trunk → 33 Branch
Comment 5•10 years ago
|
||
This works in Chrome but interestingly enough doesn't in IE. I'll check if this is fixed in an updated ANGLE
Depends on: 1179280
Flags: needinfo?(jmuizelaar)
Updated•10 years ago
|
Flags: needinfo?(jmuizelaar)
Whiteboard: [gfx-noted]
Updated•10 years ago
|
Flags: needinfo?(jmuizelaar)
Comment 6•10 years ago
|
||
I tried this with a semi-updated version of ANGLE. It didn't work well at all.
Comment 7•10 years ago
|
||
The input to blur shaders (26 and 27) is always 0 when this is broken.
Flags: needinfo?(jmuizelaar)
Comment 8•10 years ago
|
||
It looks the output of bloom shader (25) is not being used.
Reporter | ||
Comment 10•9 years ago
|
||
This seems to have been fixed. I can no longer reproduce this bug.
Flags: needinfo?(mark)
Comment 11•9 years ago
|
||
(In reply to Mark Straver from comment #10)
> This seems to have been fixed. I can no longer reproduce this bug.
Thanks for checking.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•