Closed
Bug 1632025
Opened 5 years ago
Closed 5 years ago
SWGL checks for incorrect shader keys
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox75 | --- | unaffected |
firefox76 | --- | unaffected |
firefox77 | --- | fixed |
People
(Reporter: lsalzman, Assigned: lsalzman)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
Bug 1604615 caused a regression due to changing the format of shader keys in the shader source to "name feature_feature" whereas before it was "name_feature_feature". Ideally, both are somewhat bad if a feature name has an underscore, so let's take this opportunity to clean it up and make the shader key use "name feature,feature", and only finally resolve it to "name_feature_feature" when we need to generate a filename.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b54ceab6370
fix SWGL shader key parsing. r=jimb
Comment 3•5 years ago
|
||
Ugh, sorry Lee! I'd even noticed you had used the different key format than my WIP patches, but the change must have got lost in one of my many rebases and I forgot about it.
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
Updated•5 years ago
|
status-firefox75:
--- → unaffected
status-firefox76:
--- → unaffected
status-firefox-esr68:
--- → unaffected
Updated•5 years ago
|
Updated•5 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•