RH
4b5dc59574
Fix for UWP build issues ( #1421 )
2023-11-08 08:15:40 +08:00
RH
344ed98d49
Allow accessing HTTP cookie when using virtual file system. ( #1423 )
2023-11-08 01:31:41 +08:00
Deal
54ef33d34d
Add API: Device::getPixelRatio ( #1418 )
2023-11-06 00:19:44 +08:00
RH
6f00aed73f
[Android] Enable support for restarting application process if OpenGL context is lost ( #1409 )
...
* Add code to allow app to restart cleanly.
Call native renderer before the sleep in onDrawFrame due to possibility of invalid texture data after delay.
Dispatch event if application process will be restarted.
Add AX_ENABLE_RESTART_APPLICATION_ON_CONTEXT_LOST configuration option. Disabled if AX_ENABLE_CACHE_TEXTURE_DATA is enabled.
* Add missing code for nativeOnContextLost
* Revert onDrawFrame change to commit in separate PR
* Fix activity reference
2023-11-02 19:41:41 +08:00
RH
589f046007
Make AxmolEditBox invisible by default. ( #1414 )
2023-11-01 20:49:38 +08:00
RH
e808fb9758
[Android] Fix corrupted FPS stats font textures on OpenGL context lost ( #1402 )
...
* Fix corrupted FPS stats font textures on OpenGL context lost
* Ensure _rendererRecreatedListener is recreated on a director restart.
2023-10-25 09:44:08 +08:00
RH
cc3156e66e
[Android] Reset the OpenGL state cache if the context is lost ( #1401 )
2023-10-25 09:35:58 +08:00
Saroop Technologies
f2ae7f9759
Add JSONDefault extension ( #1393 )
2023-10-19 15:30:39 +08:00
halx99
429f11fd1c
Fix #1391
2023-10-17 23:23:57 +08:00
halx99
4ccac3c21c
Fix #1389
2023-10-16 20:24:38 +08:00
halx99
de286831de
Improve code style
2023-10-12 22:10:11 +08:00
Deal
c2847f892e
Use std containers instead uthash ( #1379 )
2023-10-12 22:00:46 +08:00
halx99
b9042aeb20
Add a dedicated class for easy load padded string for simdjson parser
2023-10-12 00:02:48 +08:00
halx99
fd9f613b50
Enable Mat4 SSE Istructions acceleration
2023-10-11 01:05:22 +08:00
halx99
13b4a5bc93
Make macro same with cmake in c++
...
- AX_ENABLE_EXT_SPINE
- AX_ENABLE_EXT_DRAGONBONES
- AX_ENABLE_MSEDGE_WEBVIEW2
2023-10-11 00:32:04 +08:00
halx99
e17721d5bc
Improve ObjLoader, avoid use temp buffer to token parse
2023-10-10 23:16:10 +08:00
halx99
65e253b54a
Fix wasm build
2023-10-10 22:01:09 +08:00
Deal
58221bbf2a
Fix osx ci
2023-10-08 08:03:47 +08:00
halx99
dbb0dbcb79
Use JsonWriter for SDFGen
2023-10-08 02:28:08 +08:00
aismann
525c53b0b5
Update FastTMXLayer.cpp (see issue #1283 ) ( #1285 )
...
* Update FastTMXLayer.cpp
fix #1283
* Using local variable rather than doing two calls
* Fix #1336
* Fix ci
---------
Co-authored-by: eismpesd <peter.eismann@siemens-healthineers.com>
2023-10-07 20:36:48 +08:00
halx99
2305bfeced
Update yasio to latest
2023-10-06 01:02:01 +08:00
RH
86ab2fe995
Fix undeclared identifier errors ( #1370 )
...
* Fix undeclared identifier errors
* Add IFileStream::Mode to the FileStream scope
2023-10-03 13:59:34 +08:00
halx99
539f37651b
Make Data::fastSet behavior compatible, refer #1369
2023-10-02 21:08:51 +08:00
halx99
6978028783
Fix wasm build
2023-10-02 11:26:50 +08:00
halx99
8dbdce55c3
Avoid unexpected behaivor when compile optimized
2023-10-01 22:39:46 +08:00
halx99
b19e5eb9f7
Fix ci
2023-10-01 22:30:18 +08:00
halx99
352f3ad420
Remark IFileStream::tell as `virtual`, refer #1366
2023-10-01 22:05:45 +08:00
halx99
57492b203c
Update yasio, improve pod_vector
...
a. now the pod_vector more reusable, byte_buffer, array_buffer aka dynamic_array
b. change pod_vector resize, assign allocate memory exactly/fit and +=, append, insert operations trigger msvc capacity growth strategy
2023-10-01 22:04:47 +08:00
halx99
79cd628235
Improve API utils::base64Encode with std::span
2023-09-29 17:13:10 +08:00
halx99
8ea11838a3
Minor improvements
2023-09-29 11:30:33 +08:00
halx99
4735e7acbe
Minor improvements
2023-09-29 11:27:01 +08:00
halx99
4065b90039
Preferred use byte_buffer as APIs
2023-09-29 01:57:41 +08:00
halx99
96e60b9e19
Fix #1306
2023-09-27 11:38:10 +08:00
halx99
2f1efe5a51
Add preload ttf SDF font atlas support
...
A extension SDFGen tool also available, see ImGuiTest
2023-09-26 01:33:06 +08:00
Deal
b892461a2b
UWP: Migrating from C++/CX to C++/WinRT ( #1355 )
2023-09-26 00:11:33 +08:00
Turky Mohammed
87313eb043
Update Label.cpp ( #1353 )
2023-09-25 20:23:28 +08:00
Deal
2df40b6e4c
Bump version
2023-09-22 19:40:40 +08:00
halx99
9d69966938
Fix non-SDF label outline incorrect for metal
2023-09-20 23:05:21 +08:00
Deal
83b4ff3fcd
Fix #1340 , #1339
2023-09-20 09:54:27 +08:00
halx99
079586d060
Fix #1336
2023-09-19 22:00:17 +08:00
halx99
5f2a7be391
Improve code style
2023-09-19 21:42:14 +08:00
halx99
bd95aead71
Improve SDF font scale
2023-09-19 01:40:09 +08:00
halx99
ac8a7ac14c
Improve SDF, limit baseFontSize max to fontSize
2023-09-18 19:39:46 +08:00
halx99
324ebeb628
Fix wasm RandomHelper always return 0
2023-09-18 19:07:15 +08:00
halx99
92b730085e
Update docs
2023-09-18 13:34:26 +08:00
halx99
ae9f5c4c99
Always apply content scale factor
2023-09-18 10:27:40 +08:00
Deal
4f4f07ddc4
Add enable global TTF SDF rendering support ( #1333 )
2023-09-18 07:18:57 +08:00
halx99
d03c31fb68
Fix #1332
2023-09-15 20:08:27 +08:00
halx99
58cfc7c65d
Make wasm devtools works
2023-09-15 19:33:25 +08:00
RH
6d6f3b1ae1
Fix issue where RichText URL touch listener does not activate on touch ( #1330 )
...
* Fix issue where URL touch listener would not receive touch inputs when certain conditions are met.
* Unused parameter [skip ci]
* Remove incorrect call to release() since RefPtr handles it automatically.
2023-09-14 16:43:22 +08:00
halx99
54db10874f
Fix #1326
2023-09-13 19:34:50 +08:00
halx99
983e383077
Improve build script
2023-09-13 16:00:33 +08:00
halx99
b8baf0d1a8
Android: Allow use external cmake outside of android sdk
2023-09-12 19:32:20 +08:00
Deal
1617380ddd
Bump version 2.0.1 [skip ci][skip appveyor]
2023-09-12 01:18:37 +08:00
halx99
f2470b99aa
Android: Update AGP to 8.1.1
...
- jdk-17.x+ required
- gradle-bin 8.3
- Build-Tools 33.0.1
- Delete package name from AndroidManifest.xml
- Add namespace "org.axmol.xxx" in 'app/build.gradle'
- Rename compileSdkVersion ==> compileSdk in 'app/build.gradle'
- Use rootProject.layout.buildDirectory instead rootProject.buildDir
- Android Studio 2022.3.1+
2023-09-12 01:13:06 +08:00
iAndyHD3
810c909e67
Add extension Inspector (Experimental) ( #1324 )
...
* node explorer
* fix some crash, add to tests
* change tabs to spaces
* remove node explorer from hello template
* change name to Inspector + add readme
* minor fix
* fix minor things
* fix minor thing...
* fix build on ios, android
* Apply suggestions from code review
* fix typename for gcc/clang, add font
* include cxxabi outside ax namespace
2023-09-12 01:06:28 +08:00
halx99
8b96ff7f1b
Tidy platform macros/consts value
2023-09-11 19:37:49 +08:00
halx99
0e23f9812f
GLView: Restore from maximized when setWindowed
2023-09-11 00:06:34 +08:00
halx99
f8b796a7f9
Add API Director::getNextScene
...
Gets the top(next) scene which will going to running state.
2023-09-07 21:57:41 +08:00
halx99
45cb0d82dc
Add cmake option 'AX_WASM_SHELL_FILE'
...
Specify the wasm shell file, by default use
`${_AX_ROOT}/core/platform/wasm/shell_minimal.html`
2023-09-07 21:09:36 +08:00
halx99
c7ab6a227e
Processing wasm touch events properly
2023-09-07 19:32:06 +08:00
Deal
bb4c08a7d8
Update GLViewImpl-desktop.cpp
...
wasm not support config vsync
2023-09-07 00:49:53 +08:00
halx99
0f21f4d85f
Enable audio thread pool when wasm pthread enabled
2023-09-06 10:22:22 +08:00
halx99
5a528b46e5
WASM: use shorten target platform name 'wasm' instead 'emscripten'
...
For examples:
- win32 app build by msvc/clang and runs on windows
- wasm app build by emscripten/emcc and runs on web browsers
2023-09-05 22:17:18 +08:00
halx99
0a56810af5
Improve wasm support
...
- Enable thread support
- Improve emcc flags
- Enable webp support
- axmol run now support wasm by emrun
- Rebuild openssl by pthread support
- Extension: effekseer support
2023-09-05 21:10:25 +08:00
halx99
a4682dc4da
Fix wasm HttpClient not working
2023-09-04 22:16:56 +08:00
halx99
a26dc47238
Enable A8, LA8, L8 render format for GLES_PROFILE
2023-09-04 19:16:26 +08:00
Deal
e8f88ea395
Remove unnecessary preprocessor check
2023-09-04 11:26:56 +08:00
halx99
80f1e0952f
Update wasm persist path
2023-09-03 18:25:39 +08:00
halx99
c67cd64ffc
Use axmol embeded freetype for wasm
2023-09-03 13:12:59 +08:00
halx99
cbb23108cb
Merge: e1f3c5d76f
c21736c0d6
...
Merge branch 'dev' of https://github.com/axmolengine/axmol into dev
2023-09-03 11:47:36 +08:00
halx99
7abad49137
Appveyor CI: build wasm release mode
2023-09-03 11:47:33 +08:00
halx99
692688accf
Fix tvos ci
2023-09-03 09:46:21 +08:00
halx99
7be0f8c61a
Fix ios ci
2023-09-02 21:45:43 +08:00
halx99
931fb45990
Fix ios ci
2023-09-02 21:18:54 +08:00
halx99
c66ac9dedc
Merge: 41714a04fd
2631c8405b
...
Merge branch '1.x' into dev
2023-09-02 19:56:50 +08:00
halx99
b21fcb0272
Fix gendocs.ps1
2023-09-02 19:56:33 +08:00
halx99
8f8418c15d
Merge: c8bfa8cdf1
062b510c38
...
Merge 1.x WASM support into 'dev'
2023-09-02 19:47:18 +08:00
nowasm
03f007fdbe
Add webgl aka wasm build support ( #1315 )
2023-09-01 16:31:14 +08:00
halx99
4c0c328b80
Merge: 6d82d3a76c
5e3cba78a6
...
Merge branch '1.x' into dev
2023-09-01 16:29:02 +08:00
halx99
396313de47
consle-next: Looking both powershell 7.x and 5.x
2023-09-01 16:28:34 +08:00
iAndyHD3
ed39cf3996
Update AXBuildHelpers.cmake ( #1316 )
...
fix find_program call
2023-09-01 16:09:58 +08:00
halx99
b1ddb2fcce
Sync #1316
2023-09-01 16:09:27 +08:00
halx99
a000ccbab5
Update site build
2023-09-01 14:49:03 +08:00
halx99
ada7deb002
Sync docs [skip ci]
2023-09-01 14:48:42 +08:00
halx99
310c5868ec
Merge: 8f8814532d
bdbbc55909
...
Merge branch '1.x' into dev
2023-09-01 13:36:38 +08:00
halx99
e5d984a4f8
Auto deploy wasm demo to gh pages
2023-09-01 13:36:23 +08:00
halx99
5fe4e6d61f
Merge: 89955d901a
279ea746cc
...
Merge branch '1.x' into dev
2023-09-01 10:37:57 +08:00
halx99
e565645443
Auto get release list for doc build
2023-09-01 10:31:34 +08:00
halx99
f3f91147a3
Merge: 2a6e84aa15
2969a5b4ff
...
Merge branch '1.x' into dev
2023-09-01 03:35:30 +08:00
halx99
fe60bf0a1b
Fix cmake setup for linux
2023-09-01 01:17:49 +08:00
halx99
ec9b7f6e42
Merge: 1d4deae63a
7399ac41a6
...
Merge branch '1.x' into dev
2023-09-01 01:07:15 +08:00
halx99
0094c6bbb2
keep files for site build [skip ci]
2023-08-31 22:08:50 +08:00
halx99
2566feff5a
Merge: 6e1be139bd
1d26aa28a5
...
Merge branch '1.x' into dev
2023-08-31 21:20:23 +08:00
halx99
12bb1eb62a
Improve axmol site build
2023-08-31 21:20:01 +08:00
halx99
b50c629307
Merge: bdf976681e
82679fca74
...
Merge branch '1.x' into dev
2023-08-31 19:56:21 +08:00
Deal
c8d0fb85ea
Fix linux build
2023-08-31 18:59:12 +08:00
halx99
0952acea6a
Merge: 4fe5dd55e7
cc826cb6ae
...
Merge branch '1.x' into dev
2023-08-31 18:14:46 +08:00
halx99
b97b1a5630
Fix ci
2023-08-31 18:14:26 +08:00
halx99
06d51ac961
Merge: d3f55e0472
8e723b0cc9
...
Merge branch '1.x' into dev
2023-08-31 18:09:23 +08:00
halx99
4a52c781a2
Fix ci
2023-08-31 18:07:23 +08:00
halx99
09db3594f2
Merge: 3d97d1bcc1
0a63a8e364
...
Merge branch '1.x' into dev
2023-08-31 17:57:36 +08:00
halx99
a3a117ad2d
Update script permision
2023-08-31 17:57:19 +08:00
halx99
449a596f3e
Merge: fd2cbdc331
a816a8ac64
...
Merge branch '1.x' into dev
# Conflicts:
# README.md
# README_CN.md
# install-pwsh.sh
# tools/console/axmol
2023-08-31 17:56:09 +08:00
halx99
c2e55c4cdc
Merge console-next from dev into 1.x
2023-08-31 17:48:39 +08:00
Deal
6d52b97ae8
By default, use ANGLE on win32
2023-08-31 12:33:29 +08:00
halx99
cce6c2f8e1
Improve code style
2023-08-30 19:35:38 +08:00
halx99
6f10f5bbc9
Improve CMakeLists.txt
2023-08-30 18:34:28 +08:00
halx99
acdc28f566
Improve CMakeLists.txt
2023-08-30 17:29:53 +08:00
halx99
68611e902d
Remove linux dependent: libbsd
2023-08-30 15:13:35 +08:00
halx99
0021a69d03
Remove early feature mark
2023-08-26 22:50:18 +08:00
halx99
48209e9203
Improve FileStream API qualifier
2023-08-26 16:53:01 +08:00
halx99
6c881e59d1
Explicit set source charset to utf-8 for windows targets
2023-08-26 11:07:44 +08:00
Deal
307e7b084e
Update CommandBufferMTL.mm
2023-08-25 17:56:25 +08:00
halx99
5183995a36
Merge: f9b6553e57
94be720d3f
...
Merge branch '1.x' into dev
2023-08-25 16:57:54 +08:00
halx99
2bf41d7d31
Fix ci
2023-08-25 16:57:38 +08:00
halx99
46f668b01b
Remove render backend setLineWidth [skip ci]
...
Due to not all of GL and Metal support it, so remove it unify behavior
developers shouldn't relay on it
2023-08-25 16:49:08 +08:00
halx99
f525d6c726
Update docs
2023-08-25 16:46:32 +08:00
Deal
26fc5c9de6
Update CommandBufferGLES2.cpp
2023-08-24 19:30:00 +08:00
halx99
c230ed8c2c
Improve renderer backend choosing
2023-08-23 20:09:06 +08:00
halx99
549f347e0a
Improve GLES version detection
2023-08-23 01:25:33 +08:00
halx99
ac60f9de43
Fix ci
2023-08-22 20:25:54 +08:00
halx99
01c883b6dc
Improve code style
2023-08-22 20:11:30 +08:00
halx99
66d68707f1
Improve GLES2 compatibility
2023-08-22 19:34:28 +08:00
halx99
66c65ff6bb
Fix desktop GLES profile setup
2023-08-21 21:43:27 +08:00
halx99
e49d02d5b6
Improve code style
2023-08-18 10:25:56 +08:00
halx99
05c59dd126
Improve code style
2023-08-18 10:22:53 +08:00
Deal
f4a2a3f04b
Fix ci
2023-08-17 22:13:23 +08:00
halx99
3d6068ef70
Improve vertex attribs state update
2023-08-17 21:48:57 +08:00
halx99
5ceb1e9350
Allow instancing featrue on GLES2 with instace draw EXT
2023-08-17 20:22:24 +08:00
halx99
b16e430353
ASTC hardware detection: restrict check render result color
2023-08-17 00:36:08 +08:00
halx99
0273431bc8
Enable instancing draw when device support
2023-08-16 19:24:55 +08:00
halx99
b14a102ecb
Improve ASTC detection
2023-08-16 13:04:48 +08:00
halx99
af98934992
Fix ci
2023-08-15 18:21:17 +08:00
halx99
d427fd8767
Improve DeviceInfoGL
2023-08-15 18:02:02 +08:00
Deal
7052dd4475
Improve astc support detection
2023-08-15 00:37:16 +08:00
halx99
95737f3440
Fix astc detection
2023-08-14 23:33:02 +08:00
halx99
69c13a905f
Improve code style
2023-08-14 23:07:13 +08:00
halx99
bfe167121e
Add cmake option AX_GLES_PROFILE
...
Valid value of AX_GLES_PROFILE: 0, 200, 300
By default, the AX_GLES_PROFILE is:
- android: 200, allow axmol apps runs on: API 17 Android 4.2+ devices
- winuwp: 300
- Win32/linux/osx/ios/tvos: 0
For ios/tvos, will forcing AX_GLES_PROFILE to 300 if AX_GLES_PROFILE not 0
2023-08-14 20:40:05 +08:00
Deal
9dc9e9adc7
Update android.yml
2023-08-13 23:58:18 +08:00
halx99
bd0e1fef4b
Fix compile error
2023-08-13 22:09:02 +08:00
Deal
572bb2f700
Test use glad on android
2023-08-13 00:24:35 +08:00
Deal
371340b19e
Update version to 2.x
2023-08-12 00:41:15 +08:00
halx99
79187cf9f6
Improve ZipUtils
2023-08-11 20:52:15 +08:00
halx99
433f459787
Fix ci
2023-08-11 17:05:39 +08:00
halx99
72558c6c2d
Fix crash when digital envelope routines::unsupported
2023-08-11 16:19:15 +08:00
halx99
6b58db0eb2
Move posix defines to FileStream.cpp
2023-08-11 15:25:19 +08:00
halx99
bf31f7b77d
Fix ci
2023-08-11 15:04:33 +08:00
halx99
cdc8bb0b4c
Refactor FileStream implementation
2023-08-11 14:42:41 +08:00
halx99
cc9cbcbff9
Merge: eba7fc17ba
6bbdc273f8
...
Merge branch 'main' into dev
2023-08-10 18:53:35 +08:00
halx99
46ed10dac3
Update yasio to v4.1.0
2023-08-10 18:36:45 +08:00
halx99
fb5aabff79
Fix android build
2023-08-10 14:06:49 +08:00
halx99
ec3b06aa33
Improve cmake options
2023-08-10 13:33:22 +08:00
halx99
f63932bb91
Update ios GLES to GLES3
2023-08-09 22:25:15 +08:00
halx99
7a40c94e2a
Check vao creation
2023-08-09 21:46:03 +08:00
halx99
615cfa5bb2
Update mac GL to 330
2023-08-09 21:39:01 +08:00
halx99
065332b718
Improve code style
2023-08-09 16:00:20 +08:00
halx99
1ec408812f
Fix cmake setup
2023-08-09 14:37:43 +08:00
Deal
969baf94d4
Update CHANGELOG [skip ci]
2023-08-09 13:52:28 +08:00
halx99
9452e88272
Fix label outline effect
2023-08-09 13:26:57 +08:00
halx99
238457af4d
Improve code style [skip ci]
2023-08-09 13:25:20 +08:00
halx99
e6039273f5
Reset texture binding state when deleteTexture
2023-08-05 23:08:37 +08:00
halx99
28150610be
Improve code style
2023-08-02 11:34:06 +08:00
halx99
2d0a63660f
Improve custom program draw batch
2023-08-02 10:31:52 +08:00
halx99
30306ad316
Delete glsl-optimizer due to new shader workflow only require offline tool glslcc
2023-08-01 12:12:10 +08:00
halx99
ae3bcb77da
Fix navmesh debug draw vertex layout incorrect
2023-08-01 12:08:13 +08:00
halx99
5a68442d1e
Improve code style
2023-08-01 12:00:31 +08:00
Turky Mohammed
1b2c651daa
[BUG] Instancing memory leak fix ( #1288 )
...
* Implement Uniform Buffer Objects in OpenG
* Revert "Implement Uniform Buffer Objects in OpenG"
This reverts commit 7d32372ef4
.
* Update Mesh.cpp
2023-08-01 06:21:42 +08:00
halx99
1a3a4fa0eb
Implement metal instancing draw
2023-07-31 10:03:24 +08:00
halx99
805b115719
Update lua bindings
2023-07-29 21:30:35 +08:00
halx99
bba3818829
Fix gray shader name
2023-07-29 17:46:10 +08:00
halx99
d2dda873c4
Improve code style
2023-07-29 15:46:04 +08:00
halx99
9624ec4663
Fix android image reference issue
2023-07-28 15:21:56 +08:00
halx99
a04c2d6945
Merge pull request #1253 from DelinWorks/instancing-support
...
Co-authored-by: Turky Mohammed <45469625+DelinWorks@users.noreply.github.com>
2023-07-28 14:24:58 +08:00
Deal
ec4e5e1258
Fix ProgramGL uniform stage
2023-07-28 13:45:52 +08:00
halx99
0f642ddb2e
Improve shader module and empty texture managment
2023-07-28 11:46:34 +08:00
halx99
d882208b8b
Improve code style
2023-07-28 10:37:27 +08:00
halx99
2191b51499
[WIP] Not convert mat3 to mat3x4 in engine
...
Because both metal and GLSL3/ESSL3 mat3 is identical to mat3x4, so provide a
class Mat3 to handle GPU mat3x3
2023-07-27 22:36:51 +08:00
halx99
c8464ed5db
Remove unnecessary uniform convert
2023-07-27 20:37:06 +08:00
halx99
286ff503c5
Improve sgs binary reflect info read
2023-07-27 19:13:09 +08:00
halx99
edee8af2a6
Fix metal render issues
...
- Fix metal uniform buffer alignment size
- Fix spine two color tint render for metal
- Update glslcc to 1.9.0
2023-07-27 18:21:16 +08:00
halx99
a3548bbe3d
Fix metal uniform block member offset and size
2023-07-26 20:05:16 +08:00
halx99
cf69428746
Use macro for shader location binding
2023-07-25 19:06:12 +08:00
halx99
ea2124bb2e
Fix ci
2023-07-25 10:18:14 +08:00
halx99
c37af4c38e
Improve shader managment
...
1. Rename uniformId to batchId, refine batch draw check logic, not use xxhash to compute uniforms id
2. Material works, not check all cpp-tests, but some 2d/3d material works fine
3. Shader load/cache API improvements.
4. BREAK compatibliity: Node::setProgramState change parameter needsRetain to ownPS and value inverted.
5. custom vertexLayout setup: add new API ProgramState::getMutableVertexLayout, mark ProgramState::setVertexAttrib deprecated.
6. ProgramManager registerCustomProgram change to gen progId by vsName, fsName
with xxhash64, if register succed, user can load it by progId with `loadProgram`
7. Add API ProgramManager::loadProgram for loading builtin by progType or
loding a custom program by id
8. Add API ProgramManager::loadProgram to load program by vsName, fsName
immediately without register as CUSTOM_PROGRAM
9. Add API Node::setProgramStateByProgramId(progTypeOrId); for set programState with
programType or programId explicit.
10. Migrate material load logic
2023-07-25 09:40:05 +08:00
halx99
5a0838e52b
Migrate materials
2023-07-23 21:43:25 +08:00
halx99
0d4a274d41
Fix incorrect ubo upload
...
because ubo was share in ProgramGL
2023-07-21 20:49:06 +08:00
halx99
756e860794
Fix state for multi gl context
...
Solve imgui multi-viewport afterimage problem
2023-07-21 19:32:44 +08:00
halx99
1434b1a6c9
Add optimizing comment[skip ci]
2023-07-21 08:37:21 +08:00
halx99
ea91aebb91
Improve gl state cache
2023-07-21 07:59:38 +08:00
halx99
76f00b4456
Make renderer works on opengl core profile mode
2023-07-20 20:23:56 +08:00
halx99
7315824e5f
Fix linux build
2023-07-20 12:25:31 +08:00
Deal
261b4b5a16
Update axmolver.h.in [skip ci]
2023-07-20 10:22:45 +08:00
halx99
71c2d3a3b1
Init axslc search path at ProgramManager init
2023-07-20 10:20:06 +08:00
halx99
02616bb774
Merge: ac073ee8c1
4753270d77
...
Merge branch 'main' into dev
2023-07-19 23:45:36 +08:00
halx99
1b4c9bbec8
Auto compile app/Sources/shaders to axslc/custom
2023-07-19 23:41:16 +08:00
halx99
7bd3b57809
Improve code style
2023-07-19 21:12:25 +08:00
halx99
862a682b7b
Remove deprecated stubs
2023-07-19 21:10:11 +08:00
halx99
bc6cdf0b11
Fix ci
2023-07-19 21:04:50 +08:00
halx99
e11b8de571
Fix ci
2023-07-19 19:53:32 +08:00