mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
@ -15,6 +15,7 @@ PATCHES = [
|
|||
("unit.patch", "conformance/more/unit.js"),
|
||||
("timeout.patch", None),
|
||||
("set-zero-timeout.patch", "js/webgl-test-utils.js"),
|
||||
("compressed-images.patch", "conformance/extensions/webgl-compressed-texture-s3tc.html"),
|
||||
]
|
||||
|
||||
# Fix for 'UnicodeDecodeError: 'ascii' codec can't decode byte'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue