mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Initial implementation of WebGLQueries
This patch adds initial support for WeGLQueries. Most related WebGL functions and objects are implemented [1]. What's still missing is the `EXT_disjoint_timer_query_webgl2` support. [1]: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.12
This commit is contained in:
parent
402db83b2b
commit
f2e2b3d34b
12 changed files with 542 additions and 165 deletions
|
@ -1,2 +1,25 @@
|
|||
[occlusion-query.html]
|
||||
expected: ERROR
|
||||
[WebGL test #2: Occlusion query ANY_SAMPLES_PASSED_CONSERVATIVE returned an incorrect result 0 (expected 1)]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #16: Occlusion query ANY_SAMPLES_PASSED returned an incorrect result 0 (expected 1)]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #10: Occlusion query ANY_SAMPLES_PASSED_CONSERVATIVE returned an incorrect result 0 (expected 1)]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #4: Occlusion query ANY_SAMPLES_PASSED returned an incorrect result 0 (expected 1)]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #6: Occlusion query ANY_SAMPLES_PASSED_CONSERVATIVE returned an incorrect result 0 (expected 1)]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #14: Occlusion query ANY_SAMPLES_PASSED_CONSERVATIVE returned an incorrect result 0 (expected 1)]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #12: Occlusion query ANY_SAMPLES_PASSED returned an incorrect result 0 (expected 1)]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #8: Occlusion query ANY_SAMPLES_PASSED returned an incorrect result 0 (expected 1)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[query.html]
|
||||
expected: ERROR
|
||||
[WebGL test #4: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue