Commit Graph

7134 Commits

Author SHA1 Message Date
Бранимир Караџић
e262d3cf93 Updated spirv-tools. 2020-04-19 18:49:04 -07:00
Бранимир Караџић
0778398f58 Updated glslang. 2020-04-19 18:45:45 -07:00
Бранимир Караџић
fd94855c7f Updated meshoptimizer. 2020-04-19 18:43:38 -07:00
Бранимир Караџић
36ec2a462d Removed alignment macros, and added functions instead. 2020-04-19 18:23:04 -07:00
Бранимир Караџић
a169bffb1e Merge branch 'master' of github.com:bkaradzic/bgfx 2020-04-17 09:21:17 -07:00
Бранимир Караџић
fe45553ff4 Updated ImGui. 2020-04-16 21:29:12 -07:00
Бранимир Караџић
00d1225cc6 Updated docs. 2020-04-16 21:27:48 -07:00
James Fulop
ea4bbbfcb7
shader read optimization (#2109)
Currently `const char * str` gets converted to a StringView when its passed to `bx::strFindNl`, incurring a strlen. We have the data to calculate the strlen and fully construct the StringView.
2020-04-15 21:12:33 -07:00
Бранимир Караџић
ad4fb184e6 Updated ImGui. 2020-04-15 14:35:13 -07:00
Бранимир Караџић
6a1db4c2a2 Updated docs. 2020-04-14 20:13:22 -07:00
Бранимир Караџић
000a3b704c Cleanup. 2020-04-14 08:37:07 -07:00
Бранимир Караџић
dec82af597 Updated README. 2020-04-13 21:14:01 -07:00
Бранимир Караџић
4879111fe9 Updated meshoptimizer. 2020-04-12 13:22:59 -07:00
Бранимир Караџић
d7abbecb38 Fixed maybe uninitialized warning. 2020-04-12 13:22:53 -07:00
Бранимир Караџић
1a8ca01860 Updated ImGui. 2020-04-12 12:27:00 -07:00
Бранимир Караџић
b3d1460368 Cleanup. 2020-04-10 21:11:18 -07:00
Бранимир Караџић
cb604eb1fe Cleanup. 2020-04-10 12:02:29 -07:00
Бранимир Караџић
3023da9354 Updated spirv-cross. 2020-04-09 16:55:23 -07:00
Бранимир Караџић
e605c022f2 Updated spirv-tools. 2020-04-09 16:55:15 -07:00
Бранимир Караџић
36e37dd5b5 Updated glslang. 2020-04-09 16:51:59 -07:00
Бранимир Караџић
7df0b912c8 Updated vulkan headers. 2020-04-09 16:49:15 -07:00
Бранимир Караџић
a023078beb Updated ImGui. 2020-04-09 16:47:31 -07:00
Бранимир Караџић
93f1d78cec Cleanup. 2020-04-08 18:10:31 -07:00
Бранимир Караџић
23998f3d78 Fixed typo. 2020-04-08 08:05:11 -07:00
Бранимир Караџић
5555c73b3a Cleanup. 2020-04-07 23:59:16 -07:00
Бранимир Караџић
9c5a236230 Cleanup. 2020-04-07 23:51:51 -07:00
Бранимир Караџић
1361ccf211 Revert "Revert "Avoid redundant uniform uploads (#2090)""
This reverts commit c023ac4620.
2020-04-07 23:43:21 -07:00
Бранимир Караџић
c023ac4620 Revert "Avoid redundant uniform uploads (#2090)"
This reverts commit d9d9865ad9.
2020-04-07 23:23:54 -07:00
juj
d9d9865ad9
Avoid redundant uniform uploads (#2090)
* Avoid redundant uniform uploads

* Fix placement of GL_CHECK()s and import of glUniform4f.

* Fix typo

* Migrate GL uniform cache to use tinystl to conform to BGFX data structures

* Address review

* Address review
2020-04-07 23:08:09 -07:00
Бранимир Караџић
66625bcf22 Updated stb headers. 2020-04-07 22:58:47 -07:00
Бранимир Караџић
ba5a6b0e46 Fixed build. 2020-04-07 22:49:55 -07:00
Бранимир Караџић
aff6bc0d41 Renamed directory containing vulkan headers to avoid clash with system headers. Fixed issue #2097. 2020-04-07 20:42:53 -07:00
Бранимир Караџић
428040da52 Added texture-uv-filtering-test and renamed other test textures. 2020-04-07 19:02:57 -07:00
Бранимир Караџић
aeec903fc3 Fixed #2102. 2020-04-07 15:58:25 -07:00
Бранимир Караџић
5b9116138f Updated ImGui. 2020-04-06 21:16:35 -07:00
G
f07a0f5179
Added support for the extension OES_EGL_image_external(_essl3) for GLES2/3 (#2021)
Co-authored-by: Gabriel <gabriel.sulka@visiarc.com>
2020-04-06 08:20:49 -07:00
Carlos Carrasco
47d3540530 add NIMBY Rails link to README.md 2020-04-05 16:09:36 +00:00
Бранимир Караџић
b249692519 Updated spirv-cross. 2020-04-04 18:56:27 -07:00
Бранимир Караџић
6a0b5b5b5c Updated spirv-tools. 2020-04-04 18:53:14 -07:00
Бранимир Караџић
9522e65f0f Updated glslang. 2020-04-04 18:24:57 -07:00
Бранимир Караџић
ea4a33726a Updated ImGui. 2020-04-04 17:55:56 -07:00
Бранимир Караџић
4e97181cd9 Updated meshoptimizer. 2020-04-04 17:55:38 -07:00
Pablo Escobar
eeb5fe7c02 Don't double-quote profiler literals 2020-04-03 21:56:54 +00:00
Pablo Escobar
1b85139371 Revert "Remove debug label quotes"
This reverts commit 08b3ec5814.
2020-04-03 21:56:54 +00:00
Pablo Escobar
c08d451493 Formatting 2020-04-03 21:56:54 +00:00
Pablo Escobar
08360a338a Vulkan: streamline debug labels (+ color) 2020-04-03 21:56:54 +00:00
Pablo Escobar
fdcdeae23a Remove debug label quotes 2020-04-03 21:56:54 +00:00
Бранимир Караџић
ae4a804f01 Updated version number. 2020-04-02 19:09:26 -07:00
Бранимир Караџић
7aeb6c654f Updated ImGui. 2020-04-02 19:09:18 -07:00
Бранимир Караџић
06460b8ac2 Fixed discard flags. 2020-04-02 19:04:13 -07:00