KhronosGroup / KhronosGroup/WebGL

Enable WASM dEQP testing of WebGL

Open
#2,599 0 comments 0 reactions 1 assignee View on GitHub

@kainino0x is already working on this.

Since Feb 17, 2018.

Dominant language
HTML
Stars
2.9k
Forks
704
Avg merge
2d 9h
Merged PRs (30d)
4

Description

The dEQP test suites are used to test OpenGL, ES, and Vulkan implementations.
The OpenGL ES test suites can be used to test WebGL implementations.

During the early development of WebGL 2.0, dEQP's ES 3.0 tests were ported to JavaScript by hand. These ports are not particularly efficient, are frozen in time at the time of the port, and may still have unknown bugs. Therefore, it is useful to enable testing of WebGL using the current most up-to-date dEQP suites.

I started down this rabbit hole over a year ago and am just recently finishing up the big first round of porting efforts. This bug is to track any further developments.

Right now, the root repository is here:
https://github.com/kainino0x/deqp-web-harness
with a live deployment here:
http://kai.graphics/deqp-web-harness-live
The pull request into upstream dEQP is here:
https://android-review.googlesource.com/c/platform/external/deqp/+/620551

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.