Samson
|
5853c00628
|
Remove message from WebGL subtest name and remove stale expectations (#35791)
* Remove message from WebGL subtest name
This causes stale expectations: https://github.com/servo/servo/issues/35750
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
* Update expectations
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
---------
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
|
2025-03-12 09:08:39 +00:00 |
|
Josh Matthews
|
5d1d3d6b5a
|
Update webgl conformance tests (#33121)
* Update python -> python3 for helper script.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Update webgl conformance testsuite patches.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Import WebGL conformance testsuite for August 19, 2024.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Update expected results.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Track the commit used for webgl conformance test import.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
---------
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
|
2024-11-04 04:27:29 +00:00 |
|
Martin Robinson
|
1e503c3bc1
|
wpt: Update some tests results (#31364)
This test has started failing on CI for some reason.
|
2024-02-16 09:37:47 +00:00 |
|
Gregory Terzian
|
59896748b5
|
blockingly shut-down webrender when exiting webgl_thread
|
2020-06-17 13:47:13 +08:00 |
|
Alan Jeffrey
|
8bb1732258
|
Update surfman to 0.2 and remove glutin
|
2020-04-17 23:44:53 -05:00 |
|
Mátyás Mustoha
|
859a3a4924
|
Allow more WebGL2 FBO attachment formats
Add support for most of the framebuffer attachment formats
introduced in WebGL2 for textures and renderbuffers.
Related format tables:
- https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glTexImage2D.xhtml
- https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glRenderbufferStorage.xhtml
|
2020-03-03 14:50:48 +01:00 |
|
Mátyás Mustoha
|
d5d0a788e3
|
Add support for WebGL2 getFramebufferAttachmentParameter
Implements the WebGL2 variant of `getFramebufferAttachmentParameter`
and the related parameter checks.
See: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.4
|
2020-02-21 17:30:03 +01:00 |
|
Mátyás Mustoha
|
b41805a920
|
Add support for WebGL2 framebuffer attachments
Adds an initial implementation for the framebuffer attachments
introduced with WebGL2 and the related enums and constrains checks.
|
2020-02-21 11:04:30 +01:00 |
|
Josh Matthews
|
b8ee62e67b
|
webgl: Update test results for newly-exposed missing checks.
|
2018-09-10 16:31:32 -04:00 |
|
Josh Matthews
|
d179435eab
|
webgl: Ensure that framebuffers have a color attachment before reading or writing.
|
2018-09-10 15:56:15 -04:00 |
|
Anthony Ramine
|
4852f7d616
|
Move Khronos WebGL tests to /_webgl/
|
2018-08-25 03:43:32 +02:00 |
|