Skip to content

Commit a16fec1

Browse files
Merge pull request #319 from Devsh-Graphics-Programming/erfan_todos
New API
2 parents 93fc8bd + 2f75a8d commit a16fec1

File tree

1,023 files changed

+101041
-42998
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,023 files changed

+101041
-42998
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# CEGUI's downloaded dependencies on Windows
1717
3rdparty/CEGUI/cegui-deps-0.8.x-src.zip
1818
# usually where people build
19+
android_build/*
1920
build*/*
2021
# default install paths
2122
install/*
@@ -27,3 +28,4 @@ source/Irrlicht/libIrrlichtServer.a
2728
# stuff output by examples
2829
examples_tests/*/bin/*
2930
examples_tests/tmp/*
31+
android-sample/bin/*

.gitmodules

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
[submodule "3rdparty/lz4"]
1818
path = 3rdparty/lz4
1919
url = https://github.com/lz4/lz4.git
20-
[submodule "3rdparty/spirv_cross"]
21-
path = 3rdparty/spirv_cross
22-
url = https://github.com/devshgraphicsprogramming/SPIRV-Cross.git
23-
branch = master
2420
[submodule "3rdparty/zlib"]
2521
path = 3rdparty/zlib
2622
url = https://github.com/madler/zlib.git
@@ -40,19 +36,9 @@
4036
[submodule "3rdparty/libjpeg-turbo"]
4137
path = 3rdparty/libjpeg-turbo
4238
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
43-
[submodule "3rdparty/libjpeg"]
44-
path = 3rdparty/libjpeg
45-
url = https://github.com/LuaDist/libjpeg.git
4639
[submodule "3rdparty/bullet3"]
4740
path = 3rdparty/bullet3
4841
url = https://github.com/bulletphysics/bullet3.git
49-
[submodule "examples_tests/media/cegui_alfisko"]
50-
path = examples_tests/media/cegui_alfisko
51-
url = https://gitlab.com/InnerPieceOSS/cegui_alfisko.git
52-
[submodule "3rdparty/CEGUI/cegui"]
53-
path = 3rdparty/CEGUI/cegui
54-
url = https://gitlab.com/InnerPieceOSS/cegui.git
55-
branch = saga
5642
[submodule "ext/CEGUI/stb"]
5743
path = ext/CEGUI/stb
5844
url = https://github.com/nothings/stb.git
@@ -69,13 +55,6 @@
6955
[submodule "3rdparty/freetype2"]
7056
path = 3rdparty/freetype2
7157
url = https://git.sv.nongnu.org/r/freetype/freetype2.git
72-
[submodule "3rdparty/CEGUI/pcre"]
73-
path = 3rdparty/CEGUI/pcre
74-
url = https://github.com/svn2github/pcre.git
75-
[submodule "3rdparty/CEGUI/glew-cmake"]
76-
path = 3rdparty/CEGUI/glew
77-
url = https://github.com/AnastaZIuk/glew-cmake.git
78-
branch = master
7958
[submodule "3rdparty/openexr"]
8059
path = 3rdparty/openexr
8160
url = https://github.com/AcademySoftwareFoundation/openexr.git
@@ -92,16 +71,24 @@
9271
[submodule "3rdparty/jitify"]
9372
path = 3rdparty/jitify
9473
url = https://github.com/NVIDIA/jitify
95-
[submodule "3rdparty/SDL2"]
96-
path = 3rdparty/SDL2
97-
url = https://github.com/spurious/SDL-mirror.git
98-
branch = release-2.0.12
9974
[submodule "3rdparty/volk"]
10075
path = 3rdparty/volk
10176
url = https://github.com/zeux/volk.git
77+
[submodule "3rdparty/EGL"]
78+
path = 3rdparty/EGL
79+
url = https://github.com/Crisspl/EGL.git
10280
[submodule "3rdparty/simdjson"]
10381
path = 3rdparty/simdjson
104-
url = https://github.com/simdjson/simdjson
82+
url = https://github.com/simdjson/simdjson.git
10583
[submodule "3rdparty/glTFSampleModels"]
10684
path = 3rdparty/glTFSampleModels
107-
url = https://github.com/KhronosGroup/glTF-Sample-Models
85+
url = https://github.com/KhronosGroup/glTF-Sample-Models.git
86+
[submodule "3rdparty/nbl_spirv_cross"]
87+
path = 3rdparty/nbl_spirv_cross
88+
url = https://github.com/devshgraphicsprogramming/SPIRV-Cross.git
89+
[submodule "3rdparty/pstl/oneTBB"]
90+
path = 3rdparty/pstl/oneTBB
91+
url = https://github.com/Devsh-Graphics-Programming/oneTBB.git
92+
[submodule "3rdparty/pstl/oneDPL/oneDPL"]
93+
path = 3rdparty/pstl/oneDPL/oneDPL
94+
url = https://github.com/Devsh-Graphics-Programming/oneDPL.git

3rdparty/CEGUI/CMakeLists.txt

Lines changed: 0 additions & 95 deletions
This file was deleted.

3rdparty/CEGUI/cegui

Lines changed: 0 additions & 1 deletion
This file was deleted.

3rdparty/CEGUI/glew

Lines changed: 0 additions & 1 deletion
This file was deleted.

3rdparty/CEGUI/pcre

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)