Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-10 | angle-uwp: Bump to 2.1.20 which also supports x86 | Nirbheek Chauhan | 1 | -5/+8 | |
This allows us to enable opengl support on x86 UWP. Also fix packaging on ARMv7 UWP. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/547> | |||||
2020-07-07 | Add a recipe for using ANGLE with UWP | Nirbheek Chauhan | 1 | -0/+60 | |
This is the binary used by the Servo folks, and is the best-maintained ANGLE-for-UWP fork out there. Instead of building it, we currently just download the nuget, extract it, and put it into the prefix. There's just one nuget for ARM64 and x86_64, but there's separate nugets for debug-crt and release-crt. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/538> |