Closed
Bug 1376880
Opened 7 years ago
Closed 6 years ago
WebGL2 Conformance deqp/functional/gles3/shaderbuiltinvar.html
Categories
(Core :: Graphics: CanvasWebGL, defect, P3)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
DUPLICATE
of bug 1372160
Tracking | Status | |
---|---|---|
firefox57 | --- | fix-optional |
People
(Reporter: svargas, Assigned: jgilbert)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
https://www.khronos.org/registry/webgl/sdk/tests/deqp/functional/gles3/shaderbuiltinvar.html?webglVersion=2&quiet=0
This test fails on:
tart testcase: builtin_variable.max_vertex_output_vectors_vertex
FAIL builtin_variable.max_vertex_output_vectors_vertex: Invalid builtin constant value
Start testcase: builtin_variable.max_vertex_output_vectors_fragment
FAIL builtin_variable.max_vertex_output_vectors_fragment: Invalid builtin constant value
Start testcase: builtin_variable.max_fragment_input_vectors_vertex
FAIL builtin_variable.max_fragment_input_vectors_vertex: Invalid builtin constant value
Start testcase: builtin_variable.max_fragment_input_vectors_fragment
FAIL builtin_variable.max_fragment_input_vectors_fragment: Invalid builtin constant value
The test fails because the value '16' is written to the image and read back but the expected / reference value is 32.
This patch initializes MaxVertexOutputVectors / MaxFragmentInputVectors to the correct value.
Reporter | ||
Comment 1•7 years ago
|
||
Assignee: nobody → svargas
Attachment #8881898 -
Flags: review?(jgilbert)
Review ping.
status-firefox57:
--- → fix-optional
Flags: needinfo?(jgilbert)
Priority: -- → P3
Whiteboard: [gfx-noted]
Assignee | ||
Comment 3•7 years ago
|
||
I'll take this as P3.
Assignee: svargas → jgilbert
Flags: needinfo?(jgilbert)
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Attachment #8881898 -
Flags: review?(jgilbert)
You need to log in
before you can comment on or make changes to this bug.
Description
•