fune/third_party/rust/glslopt
Chun-Min Chang 2e5d3014c7 Bug 1681811 - Update mp4parse-rust to 3d9efdc r=jbauman
Import the improvements made in mp4parse-rust repo. The changes would
save some redundant copy when calling avif related APIs and provide the
ability to get the alpha data of the parsed avif image.

Differential Revision: https://phabricator.services.mozilla.com/D98950
2020-12-14 22:31:07 +00:00
..
glsl-optimizer Bug 1681811 - Update mp4parse-rust to 3d9efdc r=jbauman 2020-12-14 22:31:07 +00:00
src
.cargo-checksum.json Bug 1661045 - Update glslopt to fix build on OpenBSD. r=lsalzman 2020-08-26 14:13:11 +00:00
build.rs Bug 1661045 - Update glslopt to fix build on OpenBSD. r=lsalzman 2020-08-26 14:13:11 +00:00
Cargo.toml Bug 1661045 - Update glslopt to fix build on OpenBSD. r=lsalzman 2020-08-26 14:13:11 +00:00
README.md
wrapper.hpp

glslopt-rs

Rust bindings to glsl-optimizer.

Updating glsl-optimizer

To update the version of glsl-optimizer, update the git submodule:

git submodule update --remote glsl-optimizer

Then, if required, regenerate the bindings:

cargo install bindgen
bindgen wrapper.hpp -o src/bindings.rs

Then commit the changes.