oizma / angleproject

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

ANGLE assertion failure with https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/conformance/gl-min-textures.html #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open ToT Chrome in Windows
2. type in 
https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/conforma
nce/gl-min-textures.html in the address
3. See the test fais

What is the expected output? What do you see instead?

If run chrome in Windows with --use-gl=desktop, the test passes. 

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by z...@google.com on 8 Dec 2010 at 7:10

GoogleCodeExporter commented 9 years ago
There's an issue with arrays of samplers. I've got a fix for that.

There's a second issue that's causing the alpha component of the color to be 
incorrect, which will need further investigation...

Original comment by nicolas....@gmail.com on 10 Dec 2010 at 11:11

GoogleCodeExporter commented 9 years ago
Fixed the assert in r507. Note that due to another problem the test still 
doesn't pass. That will be handled in Issue 84 instead.

Original comment by nicolas....@gmail.com on 13 Dec 2010 at 10:33