Commit Graph
58 Commits
Author SHA1 Message Date
f931b3637d Fix spirv issue (#178)
* modify spirv

* update Spirv 

* issue: https://github.com/cocos-creator/3d-tasks/issues/8671

* Update Android

Co-authored-by: LX <codingboeuf@jizamaoxuewangdeMacBook-Air.local>
2021-08-13 18:43:47 +08:00
Yun Hsiao WuandGitHub 434aef7496 unified glslang (#165) 2021-07-30 14:46:37 +08:00
江战andGitHub e119cc2d0d V3.3 modularize (#163)
* seperate modules

* sep

* add include directory

* remove unused
2021-07-28 15:45:33 +08:00
Jamie Anthony MorrisandGitHub 0998425520 Enable engine-native to reference OpenXR headers and link with shared libraries (#157) 2021-06-03 16:49:39 +08:00
fc99b7a7ac Add OpenXR SDK (#155)
Co-authored-by: Jamie Anthony Morris <Jamie.Morris@cocos.com>
2021-05-25 14:32:00 +08:00
mmyduckxandGitHub 1f46d56c35 Tbb spirv (#146)
* add tbb ios/mac multi-arch & add SPIRV .h file in android x86_64

* remove useless folder
2021-04-25 15:29:12 +08:00
jiaxin.laiandGitHub 0ae7b51f5b native physx (#143)
* add physx include file

* add win32 static libs

* add android static libs

* add mac static libs

* add ios static libs
2021-04-16 10:23:52 +08:00
mmyduckxandGitHub e8975a407d Update 3rd libs (#141)
* update zlib/png/jpeg/openssl for android

* update zlib/png/jpeg/openssl for ios

* update zlib/png/jpeg/openssl for mac

* update zlib/png/jpeg/openssl for win32
2021-03-30 17:12:06 +08:00
mmyduckxandGitHub 68c32b240f add libtbb for android x86_64 (#133) 2021-03-02 16:34:43 +08:00
Yun Hsiao WuandGitHub 44c3e39b52 adapt latest device layer (#129) 2021-02-04 15:08:04 +08:00
kenshinandGitHub 554f375f46 add android x86_64 support. (#125) 2021-02-04 10:33:53 +08:00
minggoandGitHub d07165109c Do not compile native_app_glue.c 2020-11-07 17:10:29 +08:00
PatriceJiang 200df41c53 update v8 2020-06-20 12:15:54 +08:00
coulsonwangandGitHub 679a8b2202 update glslang (#105) 2020-06-16 18:08:59 +08:00
b2e669956e update glslang (#103)
* update glslang

* update glslang on android and metal

Co-authored-by: coulsonwang <coulsonwang@126.com>
2020-06-16 13:52:14 +08:00
PatriceJiang d33565815c remove tiff 2020-05-26 13:40:53 +08:00
PatriceJiang 64ac9016dc remove google-breakpad 2020-05-25 11:42:24 +08:00
coulsonwang a8ca409eef compiel glslang to android-16 for android 2020-05-12 16:25:03 +08:00
PatriceJiang 13c28cdcb9 reduce 2020-05-12 14:09:07 +08:00
Arnold b474eeecbf remove v8 2020-05-12 09:52:41 +08:00
PatriceJiang 6647be8f5b update v8 headers 2020-05-11 17:28:38 +08:00
coulsonwang 8c06101e2f fix glslang for android 2020-05-09 11:59:18 +08:00
Yun Hsiao WuandGitHub 226722dfb3 fix android/mac cmake list (#88) 2020-05-08 15:04:43 +08:00
coulsonwangandGitHub 67e2d855bd add glslang and spriv-cross (#86) 2020-05-06 14:35:34 +08:00
ArnoldandGitHub 7d8223bccb 3dgfx add cmake & remove spidermonkey glfw (#82)
* add sdl

* add SDL.h

* update libs

* update source code

* add sdl

* update libs

* update source code

* compile ios

* remove spidermonkey & glfw
2020-04-02 13:43:14 +08:00
coulsonwangandminggo ecf4b7d944 external use cmake (#75) 2019-12-25 14:10:32 +08:00
Arnoldandminggo 78d8bf5547 compile libwebsockets with server (#72) 2019-11-04 16:09:02 +08:00
minggoandGitHub 27e72fc3b5 update v8 to 7.5.288.30 (#70) 2019-08-30 17:23:22 +08:00
minggoandGitHub 6f52e1184d Update v8 to 7.5.288.22 (#66)
* update v8 to 7.5.288.22 for iOS/mac

* update v8 header files

* add v8 lib for ios simulator

* update v8 to 7.5

* update v8 to 7.5.288.22 on Android

* use ndk r19b built v8

* add x86 back

* update windows v8 files to 7.5
2019-07-12 09:40:40 +08:00
dreamtravelandleda b2fe89a30d remove AnySDK and Cocos Analytics 2018-12-07 17:13:32 +08:00
drelaptop 4c997923be update Android.mk 2018-12-04 17:15:07 +08:00
drelaptop 67a93c6f03 add v8 libs for android 2018-12-04 17:12:09 +08:00
Arnoldandleda dd54d748a8 libtiff build swtich (#62)
* add switch

* save
2018-10-29 09:24:00 +08:00
ledaandGitHub 508e10e028 refine Android.mk, dont link un-used libs (#61)
* refine Android.mk, dont link un-used libs

* remove useless chipmunk
2018-10-19 12:33:16 +08:00
ledaandminggo 0884b4fb1b NDK r16 clang 编译 Android 第三方库 (#59)
* remove armeabi arch libs for android

* replace part common libs with libs in cocos2d-x-3.17

* replace v8 libs for armeabi-v7a

* update v8 libs for arm64

* v8 libs for x86

* revert spidermonkey js_static libs, because different version

* remove spidermonkey for android

* add anysk libs, and test
2018-07-24 09:37:39 +08:00
James Chen 3bf997bf25 Updates libuv for android, fixes getifaddrs freeifaddrs conflict with which in libwebsockets 2017-10-26 16:31:24 +08:00
James Chen c493c5ef62 getpagesize -> PAGE_SIZE for libuv 2017-10-11 12:35:19 +08:00
James Chen b608028dac Adds libuv for android 2017-10-10 12:38:34 +08:00
James ChenandGitHub 3c94680588 [android] Fixes undefined reference to '__page_size' for v8 (#44) 2017-09-18 04:25:29 -05:00
James ChenandGitHub 4710400999 Remove redundant module import for v8 (#43) 2017-09-18 02:45:51 -05:00
James Chen 844509e61a Updates Android.mk to declare v8 library 2017-08-18 15:29:52 +08:00
James Chen 987e15059a Add v8 library for Android 2017-08-16 10:22:16 +08:00
pandamicro c715b458cf Update arm64 spidermonkey .a 2017-07-06 10:19:13 +08:00
pandamicro ac6727a636 Fix Spidermonkey android build issues 2017-07-05 11:28:44 +08:00
pandamicro d49a5a1ec6 Upgrade spidermonkey to v52 2017-06-30 16:22:04 +08:00
James Chen 6bf9840dec Adds openssl, updates curl, libwebsockets. 2017-02-09 10:27:15 +08:00
yanli.huang 31a87cb46a AnySDK 2.2.5 support https 2016-12-02 12:00:56 +08:00
pandamicro 3117fab222 Add webp 2016-10-19 18:29:02 +08:00
yanli.huang eea0b81a21 strip AnySDK 2.2.3 2016-09-19 18:22:48 +08:00
yanli.huang b3432c4c29 update AnySDK 2.2.3 2016-09-19 14:23:42 +08:00