Commit Graph

7584 Commits

Author SHA1 Message Date
Бранимир Караџић
51eab7f200 Fixed OSX build. 2020-06-20 15:42:51 -07:00
Бранимир Караџић
a95ddd1c0c Reemoved use of old LineReader. 2020-06-20 15:14:54 -07:00
Бранимир Караџић
d5d3d29e9c Cleanup. 2020-06-20 14:29:25 -07:00
Бранимир Караџић
54e4b60055 Cleanup. 2020-06-20 14:05:18 -07:00
Бранимир Караџић
7f333698cc Cleanup. 2020-06-20 13:20:20 -07:00
Бранимир Караџић
79964ffe13 Fixed build. 2020-06-20 09:06:37 -07:00
Mohamed Shazan
f8a9721fb3
Small fix on soname defining on ldflags (#2176)
Based on https://stackoverflow.com/questions/47279824/android-ndk-dlopen-failed
2020-06-20 09:02:51 -07:00
Бранимир Караџић
e9946b1be6 Cleanup. 2020-06-20 08:11:00 -07:00
Бранимир Караџић
7f3bd1f9bb Cleanup. 2020-06-20 08:06:26 -07:00
Mohamed Shazan
c6e4f528cb
Fix target extension on android for shared-library (#2175)
* Fix target extension on android for shared-library

* Add soname for linker

To avoid runtime dlopen() errors
2020-06-20 08:05:12 -07:00
Бранимир Караџић
ce4fecc53e Cleanup. 2020-06-19 20:39:19 -07:00
Бранимир Караџић
38ac02695d Fixed emscripten build. 2020-06-19 20:36:44 -07:00
Бранимир Караџић
3f6d049470 Fixed Emscripten function calls. 2020-06-19 09:31:32 -07:00
Бранимир Караџић
a24274738e Updated spirv-cross. 2020-06-18 21:50:44 -07:00
Бранимир Караџић
4979ee49ab Updated spirv-tools. 2020-06-18 21:48:39 -07:00
Бранимир Караџић
685eeed252 Updated glslang. 2020-06-18 21:45:42 -07:00
Бранимир Караџић
6cfacd9b5b Updated vulkan headers. 2020-06-18 21:36:19 -07:00
Бранимир Караџић
b8463e4974 Updated meshoptimizer. 2020-06-18 21:34:54 -07:00
Бранимир Караџић
25d569b98e Updated ImGui. 2020-06-18 21:34:13 -07:00
Бранимир Караџић
6af3f28935 Cleanup. 2020-06-18 21:22:09 -07:00
Бранимир Караџић
d86c16213e Cleanup. 2020-06-18 21:20:01 -07:00
Бранимир Караџић
eec559cc55 shaderc: Initialize uniform. 2020-06-18 17:24:47 -07:00
Christophe Dehais
4a0b6dc3ff
Package runtime data alongside HTML5 examples (#2173)
Co-authored-by: Christophe Dehais <christophe.dehais@fittingbox.com>
2020-06-18 10:32:10 -07:00
Бранимир Караџић
4f0ff97ec7 Fixed build. 2020-06-17 23:17:47 -07:00
Бранимир Караџић
77c974b69f Fixed use of BX_ASSERT in entry_html5. 2020-06-16 18:44:31 -07:00
Бранимир Караџић
2cbcb6ea90 RRenamed BX_CHECK to BX_ASSERT. 2020-06-16 10:06:18 -07:00
Бранимир Караџић
ee78de075c Cleanup. 2020-06-16 08:25:54 -07:00
Бранимир Караџић
5b42be38ec Cleanup. 2020-06-15 16:21:55 -07:00
Бранимир Караџић
867b47bd40 Cleanup. 2020-06-15 10:34:47 -07:00
Бранимир Караџић
0f8c6aed5c Fixed max encoders in single-threaded mode bug. 2020-06-15 10:30:51 -07:00
Бранимир Караџић
affe6c6e9a Updated spirv-cross. 2020-06-12 22:07:11 -07:00
Бранимир Караџић
add2440710 Updated spirv-tools. 2020-06-12 22:06:54 -07:00
Бранимир Караџић
2cdcab3215 Updated glslang. 2020-06-12 22:02:22 -07:00
Justin Murray
86bd3ad9ad
Broadened bypass mechanism for bgfx default headers in the OpenGL renderer. This reflects the fact that, if the first line of a shader is already a #version declaration, we never want to write lines above that regardless of what version is declared. (#2168) 2020-06-12 21:16:06 -07:00
Бранимир Караџић
77557f9c72 Updated ImGui. 2020-06-10 21:57:42 -07:00
Бранимир Караџић
d9fbe0f1db Updated ImGui. 2020-06-09 20:05:56 -07:00
Бранимир Караџић
314c4a1095 Updated cgltf. 2020-06-09 20:05:04 -07:00
Бранимир Караџић
ad09986c6c Cleanup. 2020-06-06 14:49:46 -07:00
Julian Xhokaxhiu
7c24f1bc24
Fix Intel GPU initialization context (#2161)
This will fix some weird green lines appearing only on Intel GPUs, while using OpenGL.
2020-06-06 21:45:39 +00:00
Бранимир Караџић
05dcebb53a Removed useless check. 2020-06-06 09:13:56 -07:00
juj
75384ccfe1
Add checks for Emscripten API return values to make sure API calls are not failing (#2160) 2020-06-05 07:34:11 -07:00
Бранимир Караџић
2a748d68d4
Windows 10.0.18362 SDK headers (#2159) 2020-06-04 12:09:43 -07:00
Бранимир Караџић
10dfece7ec VK: Fixed caps. 2020-06-03 20:38:34 -07:00
Бранимир Караџић
0ca67d5940 VK: Detect maxTextureLayers. 2020-06-03 19:04:15 -07:00
Бранимир Караџић
40d7c6e98f Cleanup. 2020-06-03 18:13:52 -07:00
Бранимир Караџић
d5f6a34a78 Updated version number. 2020-06-03 17:59:11 -07:00
Бранимир Караџић
8065659e90 Added configurable minimum resource command buffer size. 2020-06-03 17:58:54 -07:00
Бранимир Караџић
0a80a7bfcc
Updated license text. (#2157) 2020-06-03 14:50:54 -07:00
Бранимир Караџић
d042d3d70a 42-bunnylod: Switched to flat shaded to better show LOD. 2020-06-01 11:47:38 -07:00
Бранимир Караџић
346b1af9e9 Cleanup. 2020-05-31 22:36:09 -07:00