Closed
Bug 1215279
Opened 9 years ago
Closed 6 years ago
Pass WebGL2 UBO conformance tests
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
People
(Reporter: jrmuizel, Unassigned)
References
Details
(Whiteboard: [gfx-noted])
No description provided.
I took a quick look at the UBO code to jog my memory. It looks like WebGL2Context::GetUniformIndices is going to need updating now the shader transpiler is available. The function will need to map the passed in names to the mangled names before querying.
Updated•9 years ago
|
Whiteboard: [gfx-noted]
Reporter | ||
Comment 2•9 years ago
|
||
The tests seem like they're currently broken: https://github.com/KhronosGroup/WebGL/issues/1272
Reporter | ||
Comment 3•9 years ago
|
||
One of the problems with the tests is fixed. There may still be other issues. From my reading, it looks like the tests are filling the uniform buffer with random values and expecting the value to be 1.
Comment 4•6 years ago
|
||
We pass at least deqp/functional/gles3/uniformbuffers/* on Windows+ANGLE.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•