Commit Graph

41 Commits

Author SHA1 Message Date
xiaozhuai, Weihang Ding
52955a7ae5
Fix angle macos build (#24750)
* Fix angle macos build

* Fix angle port version

* Fix angle port version

* Fix angle_common source files for macos

* upgrade angle port version to #4

* Fix angle port version, again...

* Fix angle port version, again, again...
2022-05-18 14:34:45 -07:00
Chris Djali
d4aa0d2bfe
[angle] Enable ANGLE's desktop GL backend (#19891)
* 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-09-09 14:11:10 -07:00
Kai Pastor
a9613b5775
[angle] Fix mingw build (#19307)
* Fix import lib prefixes

* Fix mingw build

* x-add-version
2021-08-18 17:21:04 -07:00
pastdue
1c20782ea4
[angle] Update to chromium/4472 (#18432)
* [angle] Update to chromium/4472

* Run x-add-version angle
2021-07-20 11:56:02 -07:00
Hanseul Jun
a125fe9d6d
[angle] Include EGL/eglext_angle.h in ANGLE (#16733)
* 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-03-19 09:54:01 -07:00
ankurverma85
8b710dea8d
[angle] Add egl renderer to list of files compiled for linux (#12111)
* 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-07-06 14:06:30 -07:00
Igor Kostenko
36fcce0bbf
[angle] update for gcc 10 compatibility (#11394)
* [angle] update for gcc 10 compatibility

* [angle] macos fix

* [angle] Fix UWP builds

Co-authored-by: Igor Kostenko <ikostenko@perforce.com>
2020-05-19 15:07:37 -07:00
Alexander Neumann
6028fd5e1a
[angle] Improve port (#9965)
* 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-04-06 14:49:51 -07:00
NancyLi1013
313d88c4df
[angle] Add warning message (#10414) 2020-03-16 14:50:40 -07:00
Todor Prokopov
f478be7479
[many ports] Support building with MinGW toolchain (#8940)
* 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-02-11 17:30:03 -08:00
driver1998
c97c23ce0a [angle] Update to 2019-12-31 (#9557)
* [angle] Update to 2019-12-31

* [angle] install *.inc files
2020-01-22 13:06:38 -08:00
Jack·Boos·Yu
ff6d107460 [angle]Fix windows build error: cannot find definition far. (#7923)
* [angle]Fix windows build error: cannot find definition far.

* [Angle]Re-fix build error.
2019-12-23 14:39:17 -08:00
wangli28
3758f583e9 [angle] Add option /bigobj to compiler 2019-10-29 06:38:40 +00:00
Curtis J Bezault
2cf0a50129
drop useless patch (#8395) 2019-09-29 18:41:24 -07:00
NancyLi1013
a07cd2ecc4 [angle] Update to the latest commit. (#7329)
* [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-09-29 10:25:14 -07:00
Robert Schumacher
7a3818f575
[angle] Update to latest master (#6892)
* [angle] Update to latest master

* [angle] Add gpu_info_util
2019-06-26 11:47:39 -07:00
pravic
18b029a5e3 [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-15 16:54:47 -07:00
Victor Romero
050e71d01d
Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)
* [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-05-02 22:57:43 -07:00
Robert Schumacher
ccbef64605 [angle] Fix regressions introduced in #4862: (#5922)
Reintroduces the unofficial:: targets.
PREFER_NINJA.
Small simplifications/modernizations.
2019-04-08 23:25:31 -07:00
Alexej Harm
6798bc3234 [angle] Fixed build with /permissive- toolchain on Windows and clang on Linux (#5785) 2019-03-25 13:35:08 -07:00
Roland
bce7501a80 Angle updated to master, UWP fix for Angle (#4862)
* Angle updated to master, UWP fix for Angle

* updated uwp patch
2019-03-14 06:39:31 -07:00
Sean Yen
7d5a8997ea update angle build. 2019-01-15 20:49:52 -08:00
Robert Schumacher
c2f96eb79a [angle] Depend on egl-registry instead of deploying vendored copies of EGL and KHR. 2018-07-17 16:09:12 -07:00
Robert Mikhayelyan
7c9874716a Fix ANGLE_USE_X11 being dropped on Linux 2018-06-14 12:37:26 -07:00
robmikh
0f39ed5af6 Test all platforms 2018-06-12 23:56:37 -07:00
robmikh
c0555b0b33 Minor cleanup 2018-06-12 19:46:36 -07:00
robmikh
8f8c673e56 Fix libangle sources 2018-06-12 19:42:44 -07:00
robmikh
27aa2108bf Fix missing windows renderer 2018-06-12 19:15:22 -07:00
robmikh
1ed4453c2a Finish integration 2018-06-12 19:08:36 -07:00
Robert Mikhayelyan
233278a0c0 Start integrating windows back in 2018-06-12 16:04:23 -07:00
Robert Mikhayelyan
3cb838dabf Linux working! 2018-06-12 15:07:41 -07:00
robmikh
1da13519b9 Tidy up angle fix 2018-06-08 22:03:56 -07:00
Robert Mikhayelyan
771412c2ab Fix angle build on windows 2018-06-08 21:17:55 -07:00
Alexej Harm
4415ff5c16 [angle] Add CMake package with modules. (#2223)
* added angle cmake config

* bumped angle package version

* [angle] Add unofficial cmake targets
2017-11-20 15:33:06 -08:00
Alexander Karatarakis
cb239b92c0 Fix several port hashes due to github tar.gz change
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-12 13:32:26 -07:00
Alexander Karatarakis
26516fe485 vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7) 2017-09-09 00:12:54 -07:00
Robert Schumacher
c21a2fe38a [angle] Add preliminary UWP support 2017-06-30 17:34:55 -07:00
Hennadii Zabula
348c601122 Fix uwp build 2017-06-29 09:33:10 +03:00
Robert Schumacher
305d649307 [angle] Fix build 2017-06-28 13:30:40 -07:00
Robert Schumacher
52d5091f85 [angle] Disable static builds 2017-06-28 13:30:40 -07:00
Robert Schumacher
6c9d514510 [angle] Initial commit with cmake buildsystem 2017-06-28 13:30:40 -07:00