Ngo Iok Ui (Wu Yu Wei)
|
34c31ee418
|
WebGL2: support TexImage3D (#37718)
Add TexImage3D method to WebGL2RenderingContext
Testing: conformance2 should pass. Also it should get
http://webglsamples.org/WebGL2Samples/#texture_2d_array and
http://webglsamples.org/WebGL2Samples/#texture_3d running.
Fixes: #26511
Now Servo can run texture_2d_array and texture_3d samples!


And it can now run three.js too!

---------
Signed-off-by: Wu Yu Wei <yuweiwu@pm.me>
|
2025-07-09 14:22:03 +00:00 |
|
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 |
|
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 |
|
Anthony Ramine
|
26a311fc62
|
Use sdk/tests when syncing from upstream Khronos WebGL tests
|
2018-08-25 13:34:53 +02:00 |
|