Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDisabled webgl tests in web-platform-tests due to unimplemented APIs #8462
Labels
Comments
|
cc @ecoal95 to make sure that you're not already working on these ones. |
|
No, I'm not, take it please! Feel free to ask me for any info you might need @simartin :) |
|
Grrr, it looks like I should not have referenced this issue in my patch to gleam... Is there any way to reopen this issue (it's not finished) or do I need to open a separate one? |
|
@simartin Reopened :) |
simartin
added a commit
to simartin/servo
that referenced
this issue
Nov 28, 2015
… and CompressedSubTexImage2D and unskip individual webgl wpt tests.
simartin
added a commit
to simartin/servo
that referenced
this issue
Nov 28, 2015
… and CompressedSubTexImage2D and re-enable individual webgl WPT tests.
simartin
added a commit
to simartin/servo
that referenced
this issue
Nov 28, 2015
… and CompressedSubTexImage2D and re-enable individual webgl WPT tests.
simartin
added a commit
to simartin/servo
that referenced
this issue
Nov 29, 2015
… and CompressedSubTexImage2D and re-enable individual webgl WPT tests.
|
Well that's annoying. |
simartin
added a commit
to simartin/servo
that referenced
this issue
Dec 1, 2015
… and CompressedSubTexImage2D and re-enable individual webgl WPT tests.
simartin
added a commit
to simartin/servo
that referenced
this issue
Dec 1, 2015
… and CompressedSubTexImage2D and re-enable individual webgl WPT tests.
simartin
added a commit
to simartin/servo
that referenced
this issue
Dec 1, 2015
… and CompressedSubTexImage2D and re-enable individual webgl WPT tests.
bors-servo
added a commit
that referenced
this issue
Dec 3, 2015
Issue #8462: Add support for BufferSubData, CompressedTexImage2D and CompressedSubTexImage2D and reenable individual webgl WPT tests Fixes #8462 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8712) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jan 4, 2017
Enable uniformMatrixNfv.html Fixes #10478, since #8462 was fixed a while ago. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14836) <!-- Reviewable:end -->
jrmuizel
pushed a commit
to jrmuizel/gecko-cinnabar
that referenced
this issue
Jun 12, 2017
…ressedTexImage2D and CompressedSubTexImage2D and reenable individual webgl WPT tests (from simartin:issue_8462); r=ecoal95 Fixes servo/servo#8462 Source-Repo: https://github.com/servo/servo Source-Revision: 5ee6fe120d43506e263cb4482b3a468d967a8386
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Oct 1, 2019
…ressedTexImage2D and CompressedSubTexImage2D and reenable individual webgl WPT tests (from simartin:issue_8462); r=ecoal95 Fixes servo/servo#8462 Source-Repo: https://github.com/servo/servo Source-Revision: 5ee6fe120d43506e263cb4482b3a468d967a8386 UltraBlame original commit: a97a4ba06241d98551eadc74dc5517df8613295e
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…ressedTexImage2D and CompressedSubTexImage2D and reenable individual webgl WPT tests (from simartin:issue_8462); r=ecoal95 Fixes servo/servo#8462 Source-Repo: https://github.com/servo/servo Source-Revision: 5ee6fe120d43506e263cb4482b3a468d967a8386 UltraBlame original commit: a97a4ba06241d98551eadc74dc5517df8613295e
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 1, 2019
…ressedTexImage2D and CompressedSubTexImage2D and reenable individual webgl WPT tests (from simartin:issue_8462); r=ecoal95 Fixes servo/servo#8462 Source-Repo: https://github.com/servo/servo Source-Revision: 5ee6fe120d43506e263cb4482b3a468d967a8386 UltraBlame original commit: a97a4ba06241d98551eadc74dc5517df8613295e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixing #8413 highlighted that the following APIs are missing in our WebGL implementation: compressedTexImage2D, compressedTexSubImage2D and bufferSubData. A good basis for adding them can be found in #5820
I'm willing to work on this