Implement WebGL extensions.

This commit is contained in:
Imanol Fernandez 2017-05-16 11:14:23 +02:00
parent ac99a48aea
commit 32e23c4db4
40 changed files with 1346 additions and 86 deletions

View file

@ -15,9 +15,6 @@
[WebGL test #4: Property either does not exist or is not a function: getUniform]
expected: FAIL
[WebGL test #5: Property either does not exist or is not a function: getVertexAttribOffset]
expected: FAIL
[WebGL test #6: Property either does not exist or is not a function: isContextLost]
[WebGL test #5: Property either does not exist or is not a function: isContextLost]
expected: FAIL

View file

@ -1,5 +0,0 @@
[oes-texture-float-linear.html]
type: testharness
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
expected: FAIL

View file

@ -1,5 +1,5 @@
[oes-texture-float-with-canvas.html]
type: testharness
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
expected: FAIL
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -1,5 +0,0 @@
[oes-texture-float-with-image-data.html]
type: testharness
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
expected: FAIL

View file

@ -1,6 +0,0 @@
[oes-texture-float-with-image.html]
type: testharness
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
expected:
if os == "linux": FAIL

View file

@ -1,3 +0,0 @@
[oes-texture-float.html]
type: testharness
disabled: flaky

View file

@ -1,5 +0,0 @@
[oes-texture-half-float-linear.html]
type: testharness
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
expected: FAIL

View file

@ -0,0 +1,5 @@
[oes-texture-half-float-with-canvas.html]
type: testharness
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -1,5 +0,0 @@
[oes-texture-half-float-with-image-data.html]
type: testharness
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
expected: FAIL

View file

@ -1,6 +1,3 @@
[oes-texture-half-float-with-video.html]
type: testharness
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
expected:
if os == "linux": FAIL
disabled: flaky

View file

@ -1,5 +0,0 @@
[oes-texture-half-float.html]
type: testharness
[WebGL test #2: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

View file

@ -1,3 +1,38 @@
[tex-image-with-format-and-type.html]
type: testharness
expected: CRASH
[WebGL test #6: LUMINANCE/UNSIGNED_BYTE should maintain full precision of data]
expected: FAIL
[WebGL test #7: LUMINANCE_ALPHA/UNSIGNED_BYTE should maintain full precision of data]
expected: FAIL
[WebGL test #14: LUMINANCE/UNSIGNED_BYTE should maintain full precision of data]
expected: FAIL
[WebGL test #15: LUMINANCE_ALPHA/UNSIGNED_BYTE should maintain full precision of data]
expected: FAIL
[WebGL test #22: LUMINANCE/UNSIGNED_BYTE should maintain full precision of data]
expected: FAIL
[WebGL test #23: LUMINANCE_ALPHA/UNSIGNED_BYTE should maintain full precision of data]
expected: FAIL
[WebGL test #30: LUMINANCE/UNSIGNED_BYTE should maintain full precision of data]
expected: FAIL
[WebGL test #31: LUMINANCE_ALPHA/UNSIGNED_BYTE should maintain full precision of data]
expected: FAIL
[WebGL test #65: UNPACK_PREMULTIPLY_ALPHA_WEBGL with RGBA/UNSIGNED_SHORT_4_4_4_4]
expected: FAIL
[WebGL test #66: UNPACK_PREMULTIPLY_ALPHA_WEBGL with RGBA/UNSIGNED_SHORT_5_5_5_1]
expected: FAIL
[WebGL test #69: UNPACK_PREMULTIPLY_ALPHA_WEBGL with RGBA/UNSIGNED_SHORT_4_4_4_4]
expected: FAIL
[WebGL test #70: UNPACK_PREMULTIPLY_ALPHA_WEBGL with RGBA/UNSIGNED_SHORT_5_5_5_1]
expected: FAIL