Changeset 265540 in webkit


Ignore:
Timestamp:
Aug 11, 2020 5:32:17 PM (4 years ago)
Author:
commit-queue@webkit.org
Message:

[WebGL2] Depth formats can have mipmaps in WebGL 2
https://bugs.webkit.org/show_bug.cgi?id=215404

Patch by James Darpinian <James Darpinian> on 2020-08-11
Reviewed by Kenneth Russell.

Source/WebCore:

Fixes 150 WebGL 2 conformance tests.

  • html/canvas/WebGLRenderingContextBase.cpp:

(WebCore::WebGLRenderingContextBase::validateTexFuncFormatAndType):

LayoutTests:

  • webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/texture-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/textureoffset-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/textureproj-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/textureprojoffset-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_always-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less_or_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_never-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_not_equal-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/texturespecification/texstorage2d_format_depth_stencil-expected.txt:
  • webgl/2.0.0/deqp/functional/gles3/texturespecification/texstorage3d_format_depth_stencil-expected.txt:
Location:
trunk
Files:
153 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r265536 r265540  
     12020-08-11  James Darpinian  <jdarpinian@chromium.org>
     2
     3        [WebGL2] Depth formats can have mipmaps in WebGL 2
     4        https://bugs.webkit.org/show_bug.cgi?id=215404
     5
     6        Reviewed by Kenneth Russell.
     7
     8        * webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/texture-expected.txt:
     9        * webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/textureoffset-expected.txt:
     10        * webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/textureproj-expected.txt:
     11        * webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/textureprojoffset-expected.txt:
     12        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_always-expected.txt:
     13        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_equal-expected.txt:
     14        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_greater-expected.txt:
     15        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_greater_or_equal-expected.txt:
     16        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_less-expected.txt:
     17        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_less_or_equal-expected.txt:
     18        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_always-expected.txt:
     19        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_equal-expected.txt:
     20        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater-expected.txt:
     21        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater_or_equal-expected.txt:
     22        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less-expected.txt:
     23        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less_or_equal-expected.txt:
     24        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_never-expected.txt:
     25        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_not_equal-expected.txt:
     26        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_always-expected.txt:
     27        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_equal-expected.txt:
     28        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater-expected.txt:
     29        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater_or_equal-expected.txt:
     30        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less-expected.txt:
     31        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less_or_equal-expected.txt:
     32        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_never-expected.txt:
     33        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_not_equal-expected.txt:
     34        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_never-expected.txt:
     35        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_not_equal-expected.txt:
     36        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_always-expected.txt:
     37        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_equal-expected.txt:
     38        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_greater-expected.txt:
     39        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_greater_or_equal-expected.txt:
     40        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_less-expected.txt:
     41        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_less_or_equal-expected.txt:
     42        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_always-expected.txt:
     43        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_equal-expected.txt:
     44        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater-expected.txt:
     45        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater_or_equal-expected.txt:
     46        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less-expected.txt:
     47        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less_or_equal-expected.txt:
     48        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_never-expected.txt:
     49        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_not_equal-expected.txt:
     50        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_always-expected.txt:
     51        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_equal-expected.txt:
     52        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater-expected.txt:
     53        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater_or_equal-expected.txt:
     54        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less-expected.txt:
     55        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less_or_equal-expected.txt:
     56        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_never-expected.txt:
     57        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_not_equal-expected.txt:
     58        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_never-expected.txt:
     59        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_not_equal-expected.txt:
     60        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_always-expected.txt:
     61        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_equal-expected.txt:
     62        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_greater-expected.txt:
     63        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_greater_or_equal-expected.txt:
     64        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_less-expected.txt:
     65        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_less_or_equal-expected.txt:
     66        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_always-expected.txt:
     67        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_equal-expected.txt:
     68        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater-expected.txt:
     69        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater_or_equal-expected.txt:
     70        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less-expected.txt:
     71        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less_or_equal-expected.txt:
     72        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_never-expected.txt:
     73        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_not_equal-expected.txt:
     74        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_always-expected.txt:
     75        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_equal-expected.txt:
     76        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater-expected.txt:
     77        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater_or_equal-expected.txt:
     78        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less-expected.txt:
     79        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less_or_equal-expected.txt:
     80        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_never-expected.txt:
     81        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_not_equal-expected.txt:
     82        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_never-expected.txt:
     83        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_not_equal-expected.txt:
     84        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_always-expected.txt:
     85        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_equal-expected.txt:
     86        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_greater-expected.txt:
     87        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_greater_or_equal-expected.txt:
     88        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_less-expected.txt:
     89        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_less_or_equal-expected.txt:
     90        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_always-expected.txt:
     91        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_equal-expected.txt:
     92        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater-expected.txt:
     93        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater_or_equal-expected.txt:
     94        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less-expected.txt:
     95        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less_or_equal-expected.txt:
     96        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_never-expected.txt:
     97        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_not_equal-expected.txt:
     98        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_always-expected.txt:
     99        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_equal-expected.txt:
     100        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater-expected.txt:
     101        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater_or_equal-expected.txt:
     102        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less-expected.txt:
     103        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less_or_equal-expected.txt:
     104        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_never-expected.txt:
     105        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_not_equal-expected.txt:
     106        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_never-expected.txt:
     107        * webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_not_equal-expected.txt:
     108        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_always-expected.txt:
     109        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_equal-expected.txt:
     110        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_greater-expected.txt:
     111        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_greater_or_equal-expected.txt:
     112        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_less-expected.txt:
     113        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_less_or_equal-expected.txt:
     114        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_always-expected.txt:
     115        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_equal-expected.txt:
     116        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater-expected.txt:
     117        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater_or_equal-expected.txt:
     118        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less-expected.txt:
     119        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less_or_equal-expected.txt:
     120        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_never-expected.txt:
     121        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_not_equal-expected.txt:
     122        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_always-expected.txt:
     123        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_equal-expected.txt:
     124        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater-expected.txt:
     125        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater_or_equal-expected.txt:
     126        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less-expected.txt:
     127        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less_or_equal-expected.txt:
     128        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_never-expected.txt:
     129        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_not_equal-expected.txt:
     130        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_never-expected.txt:
     131        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_not_equal-expected.txt:
     132        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_always-expected.txt:
     133        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_equal-expected.txt:
     134        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_greater-expected.txt:
     135        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_greater_or_equal-expected.txt:
     136        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_less-expected.txt:
     137        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_less_or_equal-expected.txt:
     138        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_always-expected.txt:
     139        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_equal-expected.txt:
     140        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater-expected.txt:
     141        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater_or_equal-expected.txt:
     142        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less-expected.txt:
     143        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less_or_equal-expected.txt:
     144        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_never-expected.txt:
     145        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_not_equal-expected.txt:
     146        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_always-expected.txt:
     147        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_equal-expected.txt:
     148        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater-expected.txt:
     149        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater_or_equal-expected.txt:
     150        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less-expected.txt:
     151        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less_or_equal-expected.txt:
     152        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_never-expected.txt:
     153        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_not_equal-expected.txt:
     154        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_never-expected.txt:
     155        * webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_not_equal-expected.txt:
     156        * webgl/2.0.0/deqp/functional/gles3/texturespecification/texstorage2d_format_depth_stencil-expected.txt:
     157        * webgl/2.0.0/deqp/functional/gles3/texturespecification/texstorage3d_format_depth_stencil-expected.txt:
     158
    11592020-08-11  Chris Dumez  <cdumez@apple.com>
    2160
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/texture-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/shadertexturefunction/texture.html
    4 
    5 [ 1: PASS ] texture_functions.texture.sampler2d_fixed_vertex: Pass
    6 [ 2: PASS ] texture_functions.texture.sampler2d_fixed_fragment: Pass
    7 [ 3: PASS ] texture_functions.texture.sampler2d_float_vertex: Pass
    8 [ 4: PASS ] texture_functions.texture.sampler2d_float_fragment: Pass
    9 [ 5: PASS ] texture_functions.texture.isampler2d_vertex: Pass
    10 [ 6: PASS ] texture_functions.texture.isampler2d_fragment: Pass
    11 [ 7: PASS ] texture_functions.texture.usampler2d_vertex: Pass
    12 [ 8: PASS ] texture_functions.texture.usampler2d_fragment: Pass
    13 [ 9: PASS ] texture_functions.texture.sampler2d_bias_fixed_fragment: Pass
    14 [ 10: PASS ] texture_functions.texture.sampler2d_bias_float_fragment: Pass
    15 [ 11: PASS ] texture_functions.texture.isampler2d_bias_fragment: Pass
    16 [ 12: PASS ] texture_functions.texture.usampler2d_bias_fragment: Pass
    17 [ 13: PASS ] texture_functions.texture.samplercube_fixed_vertex: Pass
    18 [ 14: PASS ] texture_functions.texture.samplercube_fixed_fragment: Pass
    19 [ 15: PASS ] texture_functions.texture.samplercube_float_vertex: Pass
    20 [ 16: PASS ] texture_functions.texture.samplercube_float_fragment: Pass
    21 [ 17: PASS ] texture_functions.texture.isamplercube_vertex: Pass
    22 [ 18: PASS ] texture_functions.texture.isamplercube_fragment: Pass
    23 [ 19: PASS ] texture_functions.texture.usamplercube_vertex: Pass
    24 [ 20: PASS ] texture_functions.texture.usamplercube_fragment: Pass
    25 [ 21: PASS ] texture_functions.texture.samplercube_bias_fixed_fragment: Pass
    26 [ 22: PASS ] texture_functions.texture.samplercube_bias_float_fragment: Pass
    27 [ 23: PASS ] texture_functions.texture.isamplercube_bias_fragment: Pass
    28 [ 24: PASS ] texture_functions.texture.usamplercube_bias_fragment: Pass
    29 [ 25: PASS ] texture_functions.texture.sampler2darray_fixed_vertex: Pass
    30 [ 26: PASS ] texture_functions.texture.sampler2darray_fixed_fragment: Pass
    31 [ 27: PASS ] texture_functions.texture.sampler2darray_float_vertex: Pass
    32 [ 28: PASS ] texture_functions.texture.sampler2darray_float_fragment: Pass
    33 [ 29: PASS ] texture_functions.texture.isampler2darray_vertex: Pass
    34 [ 30: PASS ] texture_functions.texture.isampler2darray_fragment: Pass
    35 [ 31: PASS ] texture_functions.texture.usampler2darray_vertex: Pass
    36 [ 32: PASS ] texture_functions.texture.usampler2darray_fragment: Pass
    37 [ 33: PASS ] texture_functions.texture.sampler2darray_bias_fixed_fragment: Pass
    38 [ 34: PASS ] texture_functions.texture.sampler2darray_bias_float_fragment: Pass
    39 [ 35: PASS ] texture_functions.texture.isampler2darray_bias_fragment: Pass
    40 [ 36: PASS ] texture_functions.texture.usampler2darray_bias_fragment: Pass
    41 [ 37: PASS ] texture_functions.texture.sampler3d_fixed_vertex: Pass
    42 [ 38: PASS ] texture_functions.texture.sampler3d_fixed_fragment: Pass
    43 [ 39: PASS ] texture_functions.texture.sampler3d_float_vertex: Pass
    44 [ 40: PASS ] texture_functions.texture.sampler3d_float_fragment: Pass
    45 [ 41: PASS ] texture_functions.texture.isampler3d_vertex: Pass
    46 [ 42: PASS ] texture_functions.texture.isampler3d_fragment: Pass
    47 [ 43: PASS ] texture_functions.texture.usampler3d_vertex: Pass
    48 [ 44: PASS ] texture_functions.texture.usampler3d_fragment: Pass
    49 [ 45: PASS ] texture_functions.texture.sampler3d_bias_fixed_fragment: Pass
    50 [ 46: PASS ] texture_functions.texture.sampler3d_bias_float_fragment: Pass
    51 [ 47: PASS ] texture_functions.texture.isampler3d_bias_fragment: Pass
    52 [ 48: PASS ] texture_functions.texture.usampler3d_bias_fragment: Pass
    53 [ 49: FAIL ] texture_functions.texture.sampler2dshadow_vertex: Texture upload failed
    54 [ 50: FAIL ] texture_functions.texture.sampler2dshadow_fragment: Texture upload failed
    55 [ 51: FAIL ] texture_functions.texture.sampler2dshadow_bias_fragment: Texture upload failed
    56 [ 52: PASS ] texture_functions.texture.samplercubeshadow_vertex: Pass
    57 [ 53: FAIL ] texture_functions.texture.samplercubeshadow_fragment: Texture upload failed
    58 [ 54: FAIL ] texture_functions.texture.samplercubeshadow_bias_fragment: Texture upload failed
    59 [ 55: FAIL ] texture_functions.texture.sampler2darrayshadow_fragment: Texture upload failed
    60 [ 56: PASS ] successfullyParsed is true
    61 [ FAIL ] 6 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/textureoffset-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/shadertexturefunction/textureoffset.html
    4 
    5 [ 1: PASS ] texture_functions.textureoffset.sampler2d_fixed_vertex: Pass
    6 [ 2: PASS ] texture_functions.textureoffset.sampler2d_fixed_fragment: Pass
    7 [ 3: PASS ] texture_functions.textureoffset.sampler2d_float_vertex: Pass
    8 [ 4: PASS ] texture_functions.textureoffset.sampler2d_float_fragment: Pass
    9 [ 5: PASS ] texture_functions.textureoffset.isampler2d_vertex: Pass
    10 [ 6: PASS ] texture_functions.textureoffset.isampler2d_fragment: Pass
    11 [ 7: PASS ] texture_functions.textureoffset.usampler2d_vertex: Pass
    12 [ 8: PASS ] texture_functions.textureoffset.usampler2d_fragment: Pass
    13 [ 9: PASS ] texture_functions.textureoffset.sampler2d_bias_fixed_fragment: Pass
    14 [ 10: PASS ] texture_functions.textureoffset.sampler2d_bias_float_fragment: Pass
    15 [ 11: PASS ] texture_functions.textureoffset.isampler2d_bias_fragment: Pass
    16 [ 12: PASS ] texture_functions.textureoffset.usampler2d_bias_fragment: Pass
    17 [ 13: PASS ] texture_functions.textureoffset.sampler2darray_fixed_vertex: Pass
    18 [ 14: PASS ] texture_functions.textureoffset.sampler2darray_fixed_fragment: Pass
    19 [ 15: PASS ] texture_functions.textureoffset.sampler2darray_float_vertex: Pass
    20 [ 16: PASS ] texture_functions.textureoffset.sampler2darray_float_fragment: Pass
    21 [ 17: PASS ] texture_functions.textureoffset.isampler2darray_vertex: Pass
    22 [ 18: PASS ] texture_functions.textureoffset.isampler2darray_fragment: Pass
    23 [ 19: PASS ] texture_functions.textureoffset.usampler2darray_vertex: Pass
    24 [ 20: PASS ] texture_functions.textureoffset.usampler2darray_fragment: Pass
    25 [ 21: PASS ] texture_functions.textureoffset.sampler2darray_bias_fixed_fragment: Pass
    26 [ 22: PASS ] texture_functions.textureoffset.sampler2darray_bias_float_fragment: Pass
    27 [ 23: PASS ] texture_functions.textureoffset.isampler2darray_bias_fragment: Pass
    28 [ 24: PASS ] texture_functions.textureoffset.usampler2darray_bias_fragment: Pass
    29 [ 25: PASS ] texture_functions.textureoffset.sampler3d_fixed_vertex: Pass
    30 [ 26: PASS ] texture_functions.textureoffset.sampler3d_float_vertex: Pass
    31 [ 27: PASS ] texture_functions.textureoffset.isampler3d_vertex: Pass
    32 [ 28: PASS ] texture_functions.textureoffset.usampler3d_vertex: Pass
    33 [ 29: PASS ] texture_functions.textureoffset.sampler3d_bias_fixed_fragment: Pass
    34 [ 30: PASS ] texture_functions.textureoffset.sampler3d_bias_float_fragment: Pass
    35 [ 31: PASS ] texture_functions.textureoffset.isampler3d_bias_fragment: Pass
    36 [ 32: PASS ] texture_functions.textureoffset.usampler3d_bias_fragment: Pass
    37 [ 33: FAIL ] texture_functions.textureoffset.sampler2dshadow_vertex: Texture upload failed
    38 [ 34: FAIL ] texture_functions.textureoffset.sampler2dshadow_fragment: Texture upload failed
    39 [ 35: FAIL ] texture_functions.textureoffset.sampler2dshadow_bias_fragment: Texture upload failed
    40 [ 36: PASS ] successfullyParsed is true
    41 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/textureproj-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/shadertexturefunction/textureproj.html
    4 
    5 [ 1: PASS ] texture_functions.textureproj.sampler2d_vec3_fixed_vertex: Pass
    6 [ 2: PASS ] texture_functions.textureproj.sampler2d_vec3_fixed_fragment: Pass
    7 [ 3: PASS ] texture_functions.textureproj.sampler2d_vec3_float_vertex: Pass
    8 [ 4: PASS ] texture_functions.textureproj.sampler2d_vec3_float_fragment: Pass
    9 [ 5: PASS ] texture_functions.textureproj.isampler2d_vec3_vertex: Pass
    10 [ 6: PASS ] texture_functions.textureproj.isampler2d_vec3_fragment: Pass
    11 [ 7: PASS ] texture_functions.textureproj.usampler2d_vec3_vertex: Pass
    12 [ 8: PASS ] texture_functions.textureproj.usampler2d_vec3_fragment: Pass
    13 [ 9: PASS ] texture_functions.textureproj.sampler2d_vec3_bias_fixed_fragment: Pass
    14 [ 10: PASS ] texture_functions.textureproj.sampler2d_vec3_bias_float_fragment: Pass
    15 [ 11: PASS ] texture_functions.textureproj.isampler2d_vec3_bias_fragment: Pass
    16 [ 12: PASS ] texture_functions.textureproj.usampler2d_vec3_bias_fragment: Pass
    17 [ 13: PASS ] texture_functions.textureproj.sampler2d_vec4_fixed_vertex: Pass
    18 [ 14: PASS ] texture_functions.textureproj.sampler2d_vec4_fixed_fragment: Pass
    19 [ 15: PASS ] texture_functions.textureproj.sampler2d_vec4_float_vertex: Pass
    20 [ 16: PASS ] texture_functions.textureproj.sampler2d_vec4_float_fragment: Pass
    21 [ 17: PASS ] texture_functions.textureproj.isampler2d_vec4_vertex: Pass
    22 [ 18: PASS ] texture_functions.textureproj.isampler2d_vec4_fragment: Pass
    23 [ 19: PASS ] texture_functions.textureproj.usampler2d_vec4_vertex: Pass
    24 [ 20: PASS ] texture_functions.textureproj.usampler2d_vec4_fragment: Pass
    25 [ 21: PASS ] texture_functions.textureproj.sampler2d_vec4_bias_fixed_fragment: Pass
    26 [ 22: PASS ] texture_functions.textureproj.sampler2d_vec4_bias_float_fragment: Pass
    27 [ 23: PASS ] texture_functions.textureproj.isampler2d_vec4_bias_fragment: Pass
    28 [ 24: PASS ] texture_functions.textureproj.usampler2d_vec4_bias_fragment: Pass
    29 [ 25: PASS ] texture_functions.textureproj.sampler3d_fixed_vertex: Pass
    30 [ 26: PASS ] texture_functions.textureproj.sampler3d_fixed_fragment: Pass
    31 [ 27: PASS ] texture_functions.textureproj.sampler3d_float_vertex: Pass
    32 [ 28: PASS ] texture_functions.textureproj.sampler3d_float_fragment: Pass
    33 [ 29: PASS ] texture_functions.textureproj.isampler3d_vertex: Pass
    34 [ 30: PASS ] texture_functions.textureproj.isampler3d_fragment: Pass
    35 [ 31: PASS ] texture_functions.textureproj.usampler3d_vertex: Pass
    36 [ 32: PASS ] texture_functions.textureproj.usampler3d_fragment: Pass
    37 [ 33: PASS ] texture_functions.textureproj.sampler3d_bias_fixed_fragment: Pass
    38 [ 34: PASS ] texture_functions.textureproj.sampler3d_bias_float_fragment: Pass
    39 [ 35: PASS ] texture_functions.textureproj.isampler3d_bias_fragment: Pass
    40 [ 36: PASS ] texture_functions.textureproj.usampler3d_bias_fragment: Pass
    41 [ 37: FAIL ] texture_functions.textureproj.sampler2dshadow_vertex: Texture upload failed
    42 [ 38: FAIL ] texture_functions.textureproj.sampler2dshadow_fragment: Texture upload failed
    43 [ 39: FAIL ] texture_functions.textureproj.sampler2dshadow_bias_fragment: Texture upload failed
    44 [ 40: PASS ] successfullyParsed is true
    45 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/shadertexturefunction/textureprojoffset-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/shadertexturefunction/textureprojoffset.html
    4 
    5 [ 1: PASS ] texture_functions.textureprojoffset.sampler2d_vec3_fixed_vertex: Pass
    6 [ 2: PASS ] texture_functions.textureprojoffset.sampler2d_vec3_fixed_fragment: Pass
    7 [ 3: PASS ] texture_functions.textureprojoffset.sampler2d_vec3_float_vertex: Pass
    8 [ 4: PASS ] texture_functions.textureprojoffset.sampler2d_vec3_float_fragment: Pass
    9 [ 5: PASS ] texture_functions.textureprojoffset.isampler2d_vec3_vertex: Pass
    10 [ 6: PASS ] texture_functions.textureprojoffset.isampler2d_vec3_fragment: Pass
    11 [ 7: PASS ] texture_functions.textureprojoffset.usampler2d_vec3_vertex: Pass
    12 [ 8: PASS ] texture_functions.textureprojoffset.usampler2d_vec3_fragment: Pass
    13 [ 9: PASS ] texture_functions.textureprojoffset.sampler2d_vec3_bias_fixed_fragment: Pass
    14 [ 10: PASS ] texture_functions.textureprojoffset.sampler2d_vec3_bias_float_fragment: Pass
    15 [ 11: PASS ] texture_functions.textureprojoffset.isampler2d_vec3_bias_fragment: Pass
    16 [ 12: PASS ] texture_functions.textureprojoffset.usampler2d_vec3_bias_fragment: Pass
    17 [ 13: PASS ] texture_functions.textureprojoffset.sampler2d_vec4_fixed_vertex: Pass
    18 [ 14: PASS ] texture_functions.textureprojoffset.sampler2d_vec4_fixed_fragment: Pass
    19 [ 15: PASS ] texture_functions.textureprojoffset.sampler2d_vec4_float_vertex: Pass
    20 [ 16: PASS ] texture_functions.textureprojoffset.sampler2d_vec4_float_fragment: Pass
    21 [ 17: PASS ] texture_functions.textureprojoffset.isampler2d_vec4_vertex: Pass
    22 [ 18: PASS ] texture_functions.textureprojoffset.isampler2d_vec4_fragment: Pass
    23 [ 19: PASS ] texture_functions.textureprojoffset.usampler2d_vec4_vertex: Pass
    24 [ 20: PASS ] texture_functions.textureprojoffset.usampler2d_vec4_fragment: Pass
    25 [ 21: PASS ] texture_functions.textureprojoffset.sampler2d_vec4_bias_fixed_fragment: Pass
    26 [ 22: PASS ] texture_functions.textureprojoffset.sampler2d_vec4_bias_float_fragment: Pass
    27 [ 23: PASS ] texture_functions.textureprojoffset.isampler2d_vec4_bias_fragment: Pass
    28 [ 24: PASS ] texture_functions.textureprojoffset.usampler2d_vec4_bias_fragment: Pass
    29 [ 25: PASS ] texture_functions.textureprojoffset.sampler3d_fixed_vertex: Pass
    30 [ 26: PASS ] texture_functions.textureprojoffset.sampler3d_float_vertex: Pass
    31 [ 27: PASS ] texture_functions.textureprojoffset.isampler3d_vertex: Pass
    32 [ 28: PASS ] texture_functions.textureprojoffset.usampler3d_vertex: Pass
    33 [ 29: PASS ] texture_functions.textureprojoffset.sampler3d_bias_fixed_fragment: Pass
    34 [ 30: PASS ] texture_functions.textureprojoffset.sampler3d_bias_float_fragment: Pass
    35 [ 31: PASS ] texture_functions.textureprojoffset.isampler3d_bias_fragment: Pass
    36 [ 32: PASS ] texture_functions.textureprojoffset.usampler3d_bias_fragment: Pass
    37 [ 33: FAIL ] texture_functions.textureprojoffset.sampler2dshadow_vertex: Texture upload failed
    38 [ 34: FAIL ] texture_functions.textureprojoffset.sampler2dshadow_fragment: Texture upload failed
    39 [ 35: FAIL ] texture_functions.textureprojoffset.sampler2dshadow_bias_fragment: Texture upload failed
    40 [ 36: PASS ] successfullyParsed is true
    41 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_linear.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear_mipmap_nearest.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_linear_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_linear_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.linear.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.linear.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.linear.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_linear.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest_mipmap_nearest.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_array_nearest_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_array_nearest_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d_array.nearest.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d_array.nearest.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d_array.nearest.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_linear.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_linear.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_linear.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_linear.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_linear.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_linear.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_linear.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_linear.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_linear.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_linear.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_linear.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_linear.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_linear.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_linear.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_linear.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_linear.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_linear.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_linear.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_linear.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_linear.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_linear.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_linear.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_linear.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_linear.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_nearest.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_nearest.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_nearest.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_nearest.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_nearest.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_nearest.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_nearest.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_nearest.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_nearest.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_nearest.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_nearest.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_nearest.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_nearest.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_nearest.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_nearest.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_nearest.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_nearest.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_nearest.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_nearest.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_nearest.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_nearest.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear_mipmap_nearest.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear_mipmap_nearest.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear_mipmap_nearest.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_linear_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_linear_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.linear.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.linear.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.linear.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_linear.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_linear.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_linear.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_linear.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_linear.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_linear.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_linear.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_linear.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_linear.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_linear.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_linear.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_linear.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_linear.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_linear.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_linear.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_linear.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_linear.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_linear.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_linear.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_linear.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_linear.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_linear.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_linear.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_linear.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest_mipmap_nearest.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/2d_nearest_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/2d_nearest_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.2d.nearest.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.2d.nearest.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.2d.nearest.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_linear.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_linear.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_linear.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_linear.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_linear.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_linear.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_linear.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_linear.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_linear.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_linear.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_linear.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_linear.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_linear.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_linear.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_linear.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_linear.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_linear.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_linear.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_linear.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_linear.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_linear.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_linear.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_linear.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_linear.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_nearest.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_nearest.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_nearest.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_nearest.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_nearest.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_nearest.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_nearest.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_nearest.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_nearest.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_nearest.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_nearest.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_nearest.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_nearest.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_nearest.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_nearest.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_nearest.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_nearest.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_nearest.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_nearest.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_nearest.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_nearest.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear_mipmap_nearest.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear_mipmap_nearest.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear_mipmap_nearest.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_linear_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_linear_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.linear.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.linear.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.linear.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_linear.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_linear.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_linear.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_linear.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_linear.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_linear.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_linear.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_linear.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_linear.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_linear.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_linear.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_linear.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_linear.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_linear.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_linear.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_linear.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_linear.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_linear.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_linear.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_linear.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_linear.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_linear.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_linear.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_linear.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_always-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_always.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.always_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.always_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.always_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.greater_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.greater_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.greater_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.greater_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.greater_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.greater_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.less_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.less_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.less_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less_or_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less_or_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.less_or_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.less_or_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.less_or_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest_mipmap_nearest.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_never-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_never.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest.never_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest.never_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest.never_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/textureshadow/cube_nearest_not_equal-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/textureshadow/cube_nearest_not_equal.html
    4 
    5 [ 1: FAIL ] texture_shadow.cube.nearest.not_equal_depth_component16: Texture upload failed
    6 [ 2: FAIL ] texture_shadow.cube.nearest.not_equal_depth_component32f: Texture upload failed
    7 [ 3: FAIL ] texture_shadow.cube.nearest.not_equal_depth24_stencil8: Texture upload failed
    8 [ 4: PASS ] successfullyParsed is true
    9 [ FAIL ] 3 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/texturespecification/texstorage2d_format_depth_stencil-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/texturespecification/texstorage2d_format_depth_stencil.html
    4 
    5 [ 1: FAIL ] specification.texstorage2d.format.depth_component32f_2d: Image comparison failed
    6 [ 2: FAIL ] specification.texstorage2d.format.depth_component32f_2d: Verification failed
    7 [ 3: FAIL ] specification.texstorage2d.format.depth_component32f_cube: Image comparison failed
    8 [ 4: FAIL ] specification.texstorage2d.format.depth_component32f_cube: Verification failed
    9 [ 5: FAIL ] specification.texstorage2d.format.depth_component24_2d: Image comparison failed
    10 [ 6: FAIL ] specification.texstorage2d.format.depth_component24_2d: Verification failed
    11 [ 7: FAIL ] specification.texstorage2d.format.depth_component24_cube: Image comparison failed
    12 [ 8: FAIL ] specification.texstorage2d.format.depth_component24_cube: Verification failed
    13 [ 9: FAIL ] specification.texstorage2d.format.depth_component16_2d: Image comparison failed
    14 [ 10: FAIL ] specification.texstorage2d.format.depth_component16_2d: Verification failed
    15 [ 11: FAIL ] specification.texstorage2d.format.depth_component16_cube: Image comparison failed
    16 [ 12: FAIL ] specification.texstorage2d.format.depth_component16_cube: Verification failed
    17 [ 13: FAIL ] specification.texstorage2d.format.depth24_stencil8_2d: Image comparison failed
    18 [ 14: FAIL ] specification.texstorage2d.format.depth24_stencil8_2d: Verification failed
    19 [ 15: FAIL ] specification.texstorage2d.format.depth24_stencil8_cube: Image comparison failed
    20 [ 16: FAIL ] specification.texstorage2d.format.depth24_stencil8_cube: Verification failed
    21 [ 17: PASS ] specification.texstorage2d.format.depth24_stencil8_cube: successfullyParsed is true
    22 [ FAIL ] 16 failures reported
     4[ PASS ] All tests passed
  • trunk/LayoutTests/webgl/2.0.0/deqp/functional/gles3/texturespecification/texstorage3d_format_depth_stencil-expected.txt

    r265534 r265540  
    22
    33Test: ../../../../resources/webgl_test_files/deqp/functional/gles3/texturespecification/texstorage3d_format_depth_stencil.html
    4 
    5 [ 1: PASS ] specification.texstorage3d.format.depth_component32f_2d_array: Passed
    6 [ 2: FAIL ] specification.texstorage3d.format.depth_component24_2d_array: Image comparison failed
    7 [ 3: FAIL ] specification.texstorage3d.format.depth_component24_2d_array: Verification failed
    8 [ 4: FAIL ] specification.texstorage3d.format.depth_component16_2d_array: Image comparison failed
    9 [ 5: FAIL ] specification.texstorage3d.format.depth_component16_2d_array: Verification failed
    10 [ 6: FAIL ] specification.texstorage3d.format.depth24_stencil8_2d_array: Image comparison failed
    11 [ 7: FAIL ] specification.texstorage3d.format.depth24_stencil8_2d_array: Verification failed
    12 [ 8: PASS ] specification.texstorage3d.format.depth24_stencil8_2d_array: successfullyParsed is true
    13 [ FAIL ] 6 failures reported
     4[ PASS ] All tests passed
  • trunk/Source/WebCore/ChangeLog

    r265538 r265540  
     12020-08-11  James Darpinian  <jdarpinian@chromium.org>
     2
     3        [WebGL2] Depth formats can have mipmaps in WebGL 2
     4        https://bugs.webkit.org/show_bug.cgi?id=215404
     5
     6        Reviewed by Kenneth Russell.
     7
     8        Fixes 150 WebGL 2 conformance tests.
     9
     10        * html/canvas/WebGLRenderingContextBase.cpp:
     11        (WebCore::WebGLRenderingContextBase::validateTexFuncFormatAndType):
     12
    1132020-08-11  Chris Dumez  <cdumez@apple.com>
    214
  • trunk/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp

    r265523 r265540  
    53565356            return false;
    53575357        }
    5358         if (level > 0) {
     5358        if (level > 0 && isWebGL1()) {
    53595359            synthesizeGLError(GraphicsContextGL::INVALID_OPERATION, functionName, "level must be 0 for depth formats");
    53605360            return false;
Note: See TracChangeset for help on using the changeset viewer.