Closed
Bug 1276359
Opened 9 years ago
Closed 9 years ago
Compiling D3D11 Shaders Fails
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: kip, Assigned: kip)
References
Details
(Whiteboard: gfx-noted)
Attachments
(1 file)
Running the /gfx/layers/d3d11/genshaders.sh script fails with an error:
compilation failed; no code produced
c:\dev\mozilla-central\gfx\layers\d3d11\CompositorD3D11.hlsl(324,32-41): error X3004: undeclared identifier 'PS_MASK_2D'
I encountered this while updating shaders as part of Bug 1250244 (Implement WebVR 1.0 API).
| Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/55914/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/55914/
| Assignee | ||
Updated•9 years ago
|
Attachment #8757484 -
Flags: review?(jgilbert)
Comment 2•9 years ago
|
||
Comment on attachment 8757484 [details]
MozReview Request: Bug 1276359 - Fix D3D11 Shader Compile Failure
This needs to be :bas.
Attachment #8757484 -
Flags: review?(jgilbert) → review?(bas)
Comment 3•9 years ago
|
||
MozReview didn't let me change the reviewer, so I just changed it here.
Updated•9 years ago
|
Component: Graphics → Graphics: Layers
Updated•9 years ago
|
Whiteboard: gfx-noted
Comment 4•9 years ago
|
||
Comment on attachment 8757484 [details]
MozReview Request: Bug 1276359 - Fix D3D11 Shader Compile Failure
https://reviewboard.mozilla.org/r/55914/#review52720
Attachment #8757484 -
Flags: review?(bas) → review+
Comment 6•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•