mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Add initial support for WebGL compressed textures
This commit is contained in:
parent
a14b952fa3
commit
7f0b820d4e
16 changed files with 792 additions and 37 deletions
|
@ -92,3 +92,15 @@ index c1542f4fa9..b3ee786e0b 100644
|
|||
<title>WebGL uniform packing restrctions Conformance Test</title>
|
||||
<link rel="stylesheet" href="../../../resources/js-test-style.css"/>
|
||||
<link rel="stylesheet" href="../../../resources/glsl-feature-tests.css"/>
|
||||
diff --git i/conformance/extensions/webgl-compressed-texture-s3tc.html w/conformance/extensions/webgl-compressed-texture-s3tc.html
|
||||
index 28e3cfc562..308e8577a8 100644
|
||||
--- i/conformance/extensions/webgl-compressed-texture-s3tc.html
|
||||
+++ w/conformance/extensions/webgl-compressed-texture-s3tc.html
|
||||
@@ -29,6 +29,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
+<meta name="timeout" content="long">
|
||||
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue