aboutsummaryrefslogtreecommitdiff
path: root/ports/angle
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.
2020-07-06[angle] Add egl renderer to list of files compiled for linux (#12111)ankurverma85
* Add egl renderer to list of files compiled for linux * Update Control File as per request from vcpkg reviewers Co-authored-by: Ankur Verma <ankurv@localhost.localdomain>
2020-05-19[angle] update for gcc 10 compatibility (#11394)Igor Kostenko
* [angle] update for gcc 10 compatibility * [angle] macos fix * [angle] Fix UWP builds Co-authored-by: Igor Kostenko <ikostenko@perforce.com>
2020-04-06[angle] Improve port (#9965)Alexander Neumann
* update opengl and install all headers * improve angle * update egl-registry * fix osx regression * update baseline. * fix uwp regressions * fix osx and linux regression * add encoding patch * bump glad control * rechdeck gl visibility from native build * removed unnecessary commented code * add GL_VISIBILITY to the exported targets Co-authored-by: dan-shaw <51385773+dan-shaw@users.noreply.github.com>
2020-03-16[angle] Add warning message (#10414)NancyLi1013
2020-02-11[many ports] Support building with MinGW toolchain (#8940)Todor Prokopov
* Some package fixes necessary to build with MinGW toolchain * [libraqm] Fix build error caused by trying to write to source directory * [tmxparser] Fix build failure when tmx port is intalled before tmxparser port System include path was added first on compiler command line. This leads to build failure when there is a tmx.h header file in system include path. * [qt5-base][angle] Trigger CI rebuild * [kd-soap] Fix build error * Update ci.baseline Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-01-22[angle] Update to 2019-12-31 (#9557)driver1998
* [angle] Update to 2019-12-31 * [angle] install *.inc files
2019-12-23[angle]Fix windows build error: cannot find definition far. (#7923)Jack·Boos·Yu
* [angle]Fix windows build error: cannot find definition far. * [Angle]Re-fix build error.
2019-10-29[angle] Add option /bigobj to compilerwangli28
2019-09-29drop useless patch (#8395)Curtis J Bezault
2019-09-29[angle] Update to the latest commit. (#7329)NancyLi1013
* [angle] Update to the latest commit. * Fix build linux. * Update CMakeList.txt and linux patch. * update to latest * Disable OpenGL deprecation warnings * Update CMakeLists.txt * include objective c files * don't filter any files out of common (same as upstream autotools) * drop unit tests so we don't bring in gtest * add filter mode * add back filter except for android
2019-06-26[angle] Update to latest master (#6892)Robert Schumacher
* [angle] Update to latest master * [angle] Add gpu_info_util
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-02Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)Victor Romero
* [various ports] remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [alac,benchmark,capnproto] Fix check_linkage call * [fastlz] Fix SHA512 * [coroutine] Fix dynamic build * [folly] Find double-conversion * [gamma] Use vcpkg_from_github * [librsync] Enable static builds * [netcdf-cxx4] Fix SHA512 * [octomap] Fix static build * [tidy-html5] Fix static build * [various ports] remove custom messages for shared/static builds, modernize some scripts in the meantime * [folly] Use ras0219's fix for link paths * [octomap] Fix exported targets * [uvatlas] Set tool download SHA512 * [duktape+python2] fix portfile to call configure with correct python version, manage python2 also outside win32 * [suitesparse] osx fix * [gtkmm] Call vcpkg_check_linkage after including vcpkg functions * [duktape] Resolve conflicts * [duktape] FIxed typo in Python paths * [wangle] Find zlib * [openssl-uwp] Fix SHA512 * [glib] Allow static builds on non-Windows * [suitesparse] Fix build on Windows * [multiple ports] Bump CONTROL version * [multiple ports] Fix description indent * [directxtk] Fix CONTROL file * [bde,duktape,qpid-proton] Build packages with python2 installed * [binn] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [gdal,live555,uriparser] Fix regressions * [live555] Update to 2019.04.24
2019-04-08[angle] Fix regressions introduced in #4862: (#5922)Robert Schumacher
Reintroduces the unofficial:: targets. PREFER_NINJA. Small simplifications/modernizations.
2019-03-25[angle] Fixed build with /permissive- toolchain on Windows and clang on ↵Alexej Harm
Linux (#5785)
2019-03-14Angle updated to master, UWP fix for Angle (#4862)Roland
* Angle updated to master, UWP fix for Angle * updated uwp patch
2019-01-15update angle build.Sean Yen
2018-07-17[angle] Depend on egl-registry instead of deploying vendored copies of EGL ↵Robert Schumacher
and KHR.
2018-06-14Fix ANGLE_USE_X11 being dropped on LinuxRobert Mikhayelyan
2018-06-12Test all platformsrobmikh
2018-06-12Minor cleanuprobmikh
2018-06-12Fix libangle sourcesrobmikh
2018-06-12Fix missing windows rendererrobmikh
2018-06-12Finish integrationrobmikh
2018-06-12Start integrating windows back inRobert Mikhayelyan
2018-06-12Linux working!Robert Mikhayelyan
2018-06-08Tidy up angle fixrobmikh
2018-06-08Fix angle build on windowsRobert Mikhayelyan
2017-11-20[angle] Add CMake package with modules. (#2223)Alexej Harm
* added angle cmake config * bumped angle package version * [angle] Add unofficial cmake targets
2017-09-12Fix several port hashes due to github tar.gz changeAlexander Karatarakis
It looks like github changed the version (or the generally the way) they do tars, causing some hash mismatches. This fixes the affected ports.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-30[angle] Add preliminary UWP supportRobert Schumacher
2017-06-29Fix uwp buildHennadii Zabula
2017-06-28[angle] Fix buildRobert Schumacher
2017-06-28[angle] Disable static buildsRobert Schumacher
2017-06-28[angle] Initial commit with cmake buildsystemRobert Schumacher