aboutsummaryrefslogtreecommitdiff
path: root/versions/a-/angle.json
AgeCommit message (Collapse)Author
2021-09-09[angle] Enable ANGLE's desktop GL backend (#19891)Chris Djali
* Enable ANGLE's desktop GL backend Only the D3D and GLES backends were available, but getting desktop GL to work is trivial. The Vulkan backend would be a much bigger task, unfortunately. * x-add-version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-08-18[angle] Fix mingw build (#19307)Kai Pastor
* Fix import lib prefixes * Fix mingw build * x-add-version
2021-07-20[angle] Update to chromium/4472 (#18432)pastdue
* [angle] Update to chromium/4472 * Run x-add-version angle
2021-03-19[angle] Include EGL/eglext_angle.h in ANGLE (#16733)Hanseul Jun
* Avoid exluding EGL/eglext_angle.h from ANGLE and add egl_loader_autogen.cpp/h that were not properly added. * Add port version to ANGLE port. * Ran vcpkg x-add-version --overwrite-version angle.
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca