Add support for WebGL2 TexStorage2D

Adds initial support for the WebGL2 `TexStorage2D` call, adds
support for the related texture enums and enables some of the
texture tests.

See: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.6
This commit is contained in:
Mátyás Mustoha 2020-03-12 14:55:46 +01:00 committed by Josh Matthews
parent 3bedd44026
commit 8789a6a8d8
63 changed files with 1906 additions and 384 deletions

View file

@ -1,46 +1,40 @@
[methods-2.html]
[WebGL test #7: Property either does not exist or is not a function: vertexAttribI4i]
expected: FAIL
[WebGL test #1: Property either does not exist or is not a function: blitFramebuffer]
expected: FAIL
[WebGL test #7: Property either does not exist or is not a function: compressedTexImage3D]
[WebGL test #12: Property either does not exist or is not a function: drawRangeElements]
expected: FAIL
[WebGL test #4: Property either does not exist or is not a function: texStorage3D]
[WebGL test #4: Property either does not exist or is not a function: copyTexSubImage3D]
expected: FAIL
[WebGL test #11: Property either does not exist or is not a function: vertexAttribI4ui]
[WebGL test #5: Property either does not exist or is not a function: compressedTexImage3D]
expected: FAIL
[WebGL test #2: Property either does not exist or is not a function: texImage3D]
expected: FAIL
[WebGL test #12: Property either does not exist or is not a function: vertexAttribI4uiv]
[WebGL test #3: Property either does not exist or is not a function: texSubImage3D]
expected: FAIL
[WebGL test #3: Property either does not exist or is not a function: texStorage2D]
expected: FAIL
[WebGL test #8: Property either does not exist or is not a function: compressedTexSubImage3D]
[WebGL test #6: Property either does not exist or is not a function: compressedTexSubImage3D]
expected: FAIL
[WebGL test #0: Property either does not exist or is not a function: isContextLost]
expected: FAIL
[WebGL test #9: Property either does not exist or is not a function: vertexAttribI4i]
[WebGL test #9: Property either does not exist or is not a function: vertexAttribI4ui]
expected: FAIL
[WebGL test #13: Property either does not exist or is not a function: vertexAttribIPointer]
[WebGL test #8: Property either does not exist or is not a function: vertexAttribI4iv]
expected: FAIL
[WebGL test #14: Property either does not exist or is not a function: drawRangeElements]
[WebGL test #11: Property either does not exist or is not a function: vertexAttribIPointer]
expected: FAIL
[WebGL test #5: Property either does not exist or is not a function: texSubImage3D]
expected: FAIL
[WebGL test #10: Property either does not exist or is not a function: vertexAttribI4iv]
expected: FAIL
[WebGL test #6: Property either does not exist or is not a function: copyTexSubImage3D]
[WebGL test #10: Property either does not exist or is not a function: vertexAttribI4uiv]
expected: FAIL