mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1020642 - Run more webgl-conformance tests on Android; r=jgilbert
This commit is contained in:
parent
661c2e8d55
commit
886971ff56
@ -1,37 +1,16 @@
|
|||||||
conformance/extensions/oes-texture-float.html
|
conformance/extensions/oes-texture-float.html
|
||||||
conformance/extensions/oes-vertex-array-object.html
|
conformance/extensions/oes-vertex-array-object.html
|
||||||
conformance/glsl/functions/glsl-function-abs.html
|
conformance/glsl/functions/glsl-function-abs.html
|
||||||
conformance/glsl/functions/glsl-function-ceil.html
|
|
||||||
conformance/glsl/functions/glsl-function-clamp-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-clamp-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-cross.html
|
|
||||||
conformance/glsl/functions/glsl-function-distance.html
|
|
||||||
conformance/glsl/functions/glsl-function-dot.html
|
|
||||||
conformance/glsl/functions/glsl-function-faceforward.html
|
conformance/glsl/functions/glsl-function-faceforward.html
|
||||||
conformance/glsl/functions/glsl-function-floor.html
|
|
||||||
conformance/glsl/functions/glsl-function-fract.html
|
|
||||||
conformance/glsl/functions/glsl-function.html
|
|
||||||
conformance/glsl/functions/glsl-function-length.html
|
|
||||||
conformance/glsl/functions/glsl-function-max-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-max-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-min-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-min-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-mix-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-mix-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-mod-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-mod-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-normalize.html
|
|
||||||
conformance/glsl/functions/glsl-function-reflect.html
|
|
||||||
conformance/glsl/functions/glsl-function-sign.html
|
conformance/glsl/functions/glsl-function-sign.html
|
||||||
conformance/glsl/functions/glsl-function-smoothstep-float.html
|
conformance/glsl/functions/glsl-function-smoothstep-float.html
|
||||||
conformance/glsl/functions/glsl-function-smoothstep-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-step-float.html
|
conformance/glsl/functions/glsl-function-step-float.html
|
||||||
conformance/glsl/functions/glsl-function-step-gentype.html
|
conformance/glsl/functions/glsl-function-step-gentype.html
|
||||||
conformance/limits/gl-max-texture-dimensions.html
|
conformance/limits/gl-max-texture-dimensions.html
|
||||||
conformance/limits/gl-min-textures.html
|
conformance/limits/gl-min-textures.html
|
||||||
conformance/renderbuffers/framebuffer-object-attachment.html
|
|
||||||
conformance/rendering/draw-elements-out-of-bounds.html
|
conformance/rendering/draw-elements-out-of-bounds.html
|
||||||
conformance/state/gl-get-calls.html
|
conformance/state/gl-get-calls.html
|
||||||
|
conformance/textures/tex-image-with-format-and-type.html
|
||||||
conformance/textures/tex-sub-image-2d.html
|
conformance/textures/tex-sub-image-2d.html
|
||||||
conformance/textures/texture-mips.html
|
conformance/textures/texture-mips.html
|
||||||
conformance/textures/texture-npot.html
|
conformance/textures/texture-npot.html
|
||||||
|
@ -6,4 +6,5 @@ conformance/misc/object-deletion-behaviour.html
|
|||||||
conformance/misc/type-conversion-test.html
|
conformance/misc/type-conversion-test.html
|
||||||
conformance/programs/get-active-test.html
|
conformance/programs/get-active-test.html
|
||||||
conformance/textures/texture-npot.html
|
conformance/textures/texture-npot.html
|
||||||
|
conformance/textures/texture-size.html
|
||||||
conformance/textures/texture-size-cube-maps.html
|
conformance/textures/texture-size-cube-maps.html
|
||||||
|
@ -1,37 +1,3 @@
|
|||||||
conformance/glsl/functions/glsl-function-abs.html
|
|
||||||
conformance/glsl/functions/glsl-function-atan-xy.html
|
|
||||||
conformance/glsl/functions/glsl-function-ceil.html
|
|
||||||
conformance/glsl/functions/glsl-function-clamp-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-clamp-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-cross.html
|
|
||||||
conformance/glsl/functions/glsl-function-distance.html
|
|
||||||
conformance/glsl/functions/glsl-function-dot.html
|
|
||||||
conformance/glsl/functions/glsl-function-faceforward.html
|
|
||||||
conformance/glsl/functions/glsl-function-floor.html
|
|
||||||
conformance/glsl/functions/glsl-function-fract.html
|
|
||||||
conformance/glsl/functions/glsl-function.html
|
|
||||||
conformance/glsl/functions/glsl-function-length.html
|
|
||||||
conformance/glsl/functions/glsl-function-max-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-max-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-min-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-min-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-mix-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-mix-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-mod-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-mod-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-normalize.html
|
|
||||||
conformance/glsl/functions/glsl-function-reflect.html
|
|
||||||
conformance/glsl/functions/glsl-function-sign.html
|
|
||||||
conformance/glsl/functions/glsl-function-smoothstep-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-smoothstep-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-step-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-step-gentype.html
|
|
||||||
conformance/misc/uninitialized-test.html
|
conformance/misc/uninitialized-test.html
|
||||||
conformance/more/conformance/quickCheckAPI-B2.html
|
|
||||||
conformance/programs/gl-getshadersource.html
|
|
||||||
conformance/reading/read-pixels-test.html
|
|
||||||
conformance/renderbuffers/framebuffer-object-attachment.html
|
conformance/renderbuffers/framebuffer-object-attachment.html
|
||||||
conformance/textures/gl-teximage.html
|
|
||||||
conformance/textures/tex-image-and-sub-image-2d-with-image.html
|
|
||||||
conformance/textures/tex-image-with-format-and-type.html
|
|
||||||
conformance/textures/texture-size.html
|
conformance/textures/texture-size.html
|
||||||
|
@ -1,39 +1,2 @@
|
|||||||
conformance/glsl/functions/glsl-function-abs.html
|
|
||||||
conformance/glsl/functions/glsl-function-atan-xy.html
|
|
||||||
conformance/glsl/functions/glsl-function-ceil.html
|
|
||||||
conformance/glsl/functions/glsl-function-clamp-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-clamp-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-cross.html
|
|
||||||
conformance/glsl/functions/glsl-function-distance.html
|
|
||||||
conformance/glsl/functions/glsl-function-dot.html
|
|
||||||
conformance/glsl/functions/glsl-function-faceforward.html
|
|
||||||
conformance/glsl/functions/glsl-function-floor.html
|
|
||||||
conformance/glsl/functions/glsl-function-fract.html
|
|
||||||
conformance/glsl/functions/glsl-function.html
|
|
||||||
conformance/glsl/functions/glsl-function-length.html
|
|
||||||
conformance/glsl/functions/glsl-function-max-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-max-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-min-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-min-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-mix-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-mix-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-mod-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-mod-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-normalize.html
|
|
||||||
conformance/glsl/functions/glsl-function-reflect.html
|
|
||||||
conformance/glsl/functions/glsl-function-sign.html
|
|
||||||
conformance/glsl/functions/glsl-function-smoothstep-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-smoothstep-gentype.html
|
|
||||||
conformance/glsl/functions/glsl-function-step-float.html
|
|
||||||
conformance/glsl/functions/glsl-function-step-gentype.html
|
|
||||||
conformance/more/conformance/quickCheckAPI-B2.html
|
|
||||||
conformance/programs/gl-getshadersource.html
|
|
||||||
conformance/reading/read-pixels-test.html
|
|
||||||
conformance/renderbuffers/framebuffer-object-attachment.html
|
|
||||||
conformance/textures/gl-teximage.html
|
|
||||||
conformance/textures/tex-image-and-sub-image-2d-with-image.html
|
|
||||||
conformance/textures/tex-image-and-sub-image-2d-with-video.html
|
conformance/textures/tex-image-and-sub-image-2d-with-video.html
|
||||||
conformance/textures/tex-image-with-format-and-type.html
|
|
||||||
conformance/textures/texture-mips.html
|
|
||||||
conformance/textures/texture-npot-video.html
|
conformance/textures/texture-npot-video.html
|
||||||
conformance/textures/texture-size.html
|
|
||||||
|
Loading…
Reference in New Issue
Block a user