No files found.
+2 −0
Cargo.lock
Cargo.lock
+12 −2
hir.rs
glsl-to-cxx/src/hir.rs
+6 −2
lib.rs
glsl-to-cxx/src/lib.rs
+1 −0
Cargo.toml
swgl/Cargo.toml
+18 −57
build.rs
swgl/build.rs
+49 −1
glsl.h
swgl/src/glsl.h
+43 −3
main.rs
tileview/src/main.rs
+30 −0
tilecache.js
tileview/src/tilecache.js
+10 −2
gl.rs
webrender/src/device/gl.rs
+5 −6
renderer.rs
webrender/src/renderer.rs
+122 −48
shade.rs
webrender/src/shade.rs
+32 −9
texture_cache.rs
webrender/src/texture_cache.rs
+7 −115
angle_shader_validation.rs
webrender/tests/angle_shader_validation.rs
+1 −0
Cargo.toml
webrender_build/Cargo.toml
+4 −0
lib.rs
webrender_build/src/lib.rs
+2 −0
shader.rs
webrender_build/src/shader.rs
+146 −0
shader_features.rs
webrender_build/src/shader_features.rs