https://bugs.freedesktop.org/show_bug.cgi?id=33635
Summary: RV620 : Webgl : conformance-tests : 5248/5325 , firefox 4b10 Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: aderumier@odiso.com
Hi,
not sure is the good place to post result of WebGL Conformance Test Runner, but it's my results with RV620 chipset, r600g with all git from today.
Results: (5248 of 5325 passed, 3 timed out)
conformance/context-lost-restored.html(*timeout*) conformance/gl-get-active-attribute.html (15 of 16 passed)
failed: successfullyParsed should be true. Threw exception ReferenceError: successfullyParsed is not defined conformance/gl-get-calls.html (72 of 75 passed)
failed: context.getParameter(context.MAX_FRAGMENT_UNIFORM_VECTORS) >= 16 should be true. Was false. failed: context.getParameter(context.MAX_VARYING_VECTORS) >= 8 should be true. Was false. failed: context.getParameter(context.MAX_VERTEX_UNIFORM_VECTORS) >= 128 should be true. Was false. conformance/gl-getshadersource.html (1 of 3 passed)
failed: source should be abc//defNOTASCII. Was . failed: getError expected: NO_ERROR. Was INVALID_VALUE : Should be no errors. conformance/gl-min-attribs.html (2 of 3 passed)
failed: Should render 255,127,64,32 conformance/gl-min-uniforms.html (4 of 6 passed)
failed: Should render 255,127,64,32 failed: Should render 32,64,127,255 conformance/gl-uniform-arrays.html (68 of 76 passed)
failed: value put in (15) matches value pulled out (16) failed: value put in (14) matches value pulled out (16) failed: value put in ([14, 13]) matches value pulled out ([16, 15]) failed: value put in ([12, 11]) matches value pulled out ([16, 15]) failed: value put in ([13, 12, 11]) matches value pulled out ([16, 15, 14]) failed: value put in ([10, 9, 8]) matches value pulled out ([16, 15, 14]) failed: value put in ([12, 11, 10, 9]) matches value pulled out ([16, 15, 14, 13]) failed: value put in ([8, 7, 6, 5]) matches value pulled out ([16, 15, 14, 13]) conformance/glsl-conformance.html (102 of 104 passed)
failed: [vshader/fshaderWith256CharacterIdentifier]: shared that uses 256 character identifier should succeed failed: [shaders/misc/non-ascii-comments.vert/fshader]: Non ascii comments in source should succeed conformance/invalid-passed-params.html (50 of 74 passed)
failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0. failed: context.getError() should be 1281. Was 0.
conformance/oes-standard-derivatives.html (7 of 8 passed)
failed: successfullyParsed should be true. Threw exception ReferenceError: successfullyParsed is not defined conformance/point-size.html (1 of 2 passed)
failed: Drawing a point of size 1 touched pixels that should not be touched conformance/read-pixels-test.html (121 of 125 passed)
failed: getError expected: INVALID_OPERATION. Was INVALID_ENUM : Should not be able to read as RGB / UNSIGNED_BYTE failed: getError expected: INVALID_OPERATION. Was INVALID_ENUM : Should not be able to read as RGBA / UNSIGNED_SHORT_5_5_5_1 failed: getError expected: INVALID_OPERATION. Was INVALID_ENUM : Should not be able to read as RGBA / UNSIGNED_SHORT_4_4_4_4 failed: getError expected: INVALID_OPERATION. Was INVALID_ENUM : Should not be able to read as ALPHA / UNSIGNED_BYTE
conformance/tex-image-and-sub-image-2d-with-video.html(*timeout*)
conformance/texture-npot.html (25 of 26 passed)
failed: POT cubemap with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR should draw conformance/uniform-location.html (24 of 25 passed)
failed: contextA.getUniform(programS, locationArray1) should be 5. Was 4. conformance/uninitialized-test.html (16 of 19 passed)
failed: non-zero pixel values are wrong failed: non-zero pixel values are wrong failed: non-zero pixel values are wrong conformance/webgl-specific.html (31 of 40 passed)
failed: gl.stencilMaskSeparate(gl.FRONT, 1) expected: NO_ERROR. Was INVALID_OPERATION. failed: gl.drawArrays(gl.TRIANGLES, 0, 0) expected: INVALID_OPERATION. Was NO_ERROR. failed: gl.stencilMaskSeparate(gl.BACK, 1) expected: NO_ERROR. Was INVALID_OPERATION. failed: gl.stencilFuncSeparate(gl.BACK, gl.ALWAYS, 1, 255) expected: NO_ERROR. Was INVALID_OPERATION. failed: gl.drawArrays(gl.TRIANGLES, 0, 0) expected: INVALID_OPERATION. Was NO_ERROR. failed: gl.stencilFuncSeparate(gl.FRONT, gl.ALWAYS, 1, 255) expected: NO_ERROR. Was INVALID_OPERATION. failed: gl.stencilFuncSeparate(gl.BACK, gl.ALWAYS, 1, 1) expected: NO_ERROR. Was INVALID_OPERATION. failed: gl.drawArrays(gl.TRIANGLES, 0, 0) expected: INVALID_OPERATION. Was NO_ERROR. failed: gl.stencilFuncSeparate(gl.FRONT, gl.ALWAYS, 1, 1) expected: NO_ERROR. Was INVALID_OPERATION. more/conformance/quickCheckAPI.html (0 of 1 passed)
failed: testValidArgs
more/conformance/webGLArrays.html(*timeout*) more/functions/copyTexImage2D.html (1 of 2 passed)
failed: testRoundtrip more/functions/copyTexSubImage2D.html (1 of 2 passed)
failed: testRoundtrip more/functions/copyTexSubImage2DBadArgs.html (0 of 1 passed)
failed: testTexImage2D more/functions/deleteBufferBadArgs.html (0 of 1 passed)
failed: testDeleteBuffer more/functions/texImage2DBadArgs.html (0 of 1 passed)
failed: testTexImage2D more/functions/texSubImage2DBadArgs.html (0 of 1 passed)
failed: testTexImage2D more/functions/texSubImage2DHTMLBadArgs.html (0 of 1 passed)
failed: testTexImage2D more/functions/uniformiBadArgs.html (0 of 1 passed)
failed: testUniformf more/functions/uniformMatrixBadArgs.html (0 of 1 passed)
failed: testUniformf more/functions/vertexAttribBadArgs.html (0 of 1 passed)
failed: testVertexAttrib