oizma / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

The index-validation WebGL conformance test fails on ANGLE #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Chromium with ANGLE
2. Go to 
https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/conforma
nce/index-validation.html

What is the expected output?

The test should pass

What do you see instead?

The test fails

Run chromium with --use-gl=desktop to see it pass using OpenGL

The issue appears to be that ANGLE generates INVALID_OPERATION if an attribute 
that is NOT consumed by the current program but is enabled doesn't have enough 
elements.

Since it is NOT used it should not generate an error.

Original issue reported on code.google.com by g...@chromium.org on 4 Dec 2010 at 2:15

GoogleCodeExporter commented 9 years ago
This is passing on my system, even with old revisions of ANGLE. Might have been 
a Chromium bug?

Original comment by nicolas....@gmail.com on 11 Feb 2011 at 2:40

GoogleCodeExporter commented 9 years ago
If anyone else can confirm this passes now, I'd like to close the issue.

Original comment by nicolas....@gmail.com on 15 Feb 2011 at 9:18

GoogleCodeExporter commented 9 years ago
Confirmed that this is passing in Chromium with top of tree ANGLE.

Original comment by kbr@chromium.org on 15 Feb 2011 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by nicolas....@gmail.com on 16 Feb 2011 at 6:50