Commit Graph

8184 Commits

Author SHA1 Message Date
Бранимир Караџић
3d4bd88c06 Updated version number. 2022-02-12 10:01:31 -08:00
Бранимир Караџић
52086830e1 Updated ImGui. 2022-02-12 10:00:16 -08:00
Бранимир Караџић
65e6222ab5 Updated spirv-tools. 2022-02-12 09:38:25 -08:00
Бранимир Караџић
05ff29bdca Updated spirv-headers. 2022-02-12 09:38:14 -08:00
Бранимир Караџић
b114d8bd62 Updated glslang. 2022-02-12 09:38:00 -08:00
Бранимир Караџић
8f96b8ade7 Cleanup. 2022-02-11 08:15:04 -08:00
pezcode
88a6317a93
Switch to imgui IO event API (#2726)
Added in imgui 1.87
2022-02-11 08:12:27 -08:00
Kitchen
e42fe374c3
fix only msaa depth texutre in frame buffer error on iOS platform (#2725) 2022-02-09 06:29:14 -08:00
Бранимир Караџић
86b027763a Cleanup. 2022-02-08 11:56:39 -08:00
pezcode
4b04a8ced8
Vulkan: replace deprecated version macros (#2721) 2022-02-06 17:32:03 -08:00
pezcode
841ab98cfa
Imgui fixes (#2720)
* Pass Meta key modifier to ImGui

* Use index offset provided by ImGui

* Use vertex offset provided by ImGui

We need to tell ImGui we can support per-draw vertex offsets. Useful for
complex widgets like implot.
2022-02-06 17:31:27 -08:00
Бранимир Караџић
9b976d7e98 Updated vulkan headers. 2022-02-06 08:05:13 -08:00
Бранимир Караџић
f9ff901e82 Updated spirv-cross. 2022-02-06 08:04:51 -08:00
Бранимир Караџић
e844bbdb03 Updated spirv-tools. 2022-02-06 08:04:37 -08:00
Бранимир Караџић
56dec59c8e Updated glslang. 2022-02-06 08:04:07 -08:00
Бранимир Караџић
66e2144cad Updated meshoptimizer. 2022-02-06 08:03:51 -08:00
Бранимир Караџић
51cf3e074e Updated cgltf. 2022-02-06 08:03:42 -08:00
Бранимир Караџић
519a325ec3 Updated ImGui. 2022-02-06 08:03:31 -08:00
luzpaz
6875e96bcb
Fix various typos (#2719)
Found via `codespell -q 3 -S ./3rdparty,*.ttf -L attribut,ba,clude,conly,indext,inout,lod,nclude,retur,utput`
2022-02-05 11:34:15 -08:00
Бранимир Караџић
e79f92a241 Cleanup. 2022-01-31 18:10:59 -08:00
Бранимир Караџић
9f04292f40 Metal: Fixed texture creation. 2022-01-30 20:18:48 -08:00
Fabio Soldati
4a922e34da
Fixed wrong comparison of maxTextureSize (#2718)
Co-authored-by: Fabiz <info@peakfinder.org>
2022-01-30 08:14:19 -08:00
Бранимир Караџић
e73aa1e0b3 Updated spirv-cross. 2022-01-28 20:07:31 -08:00
Бранимир Караџић
e8abac2374 Updated spirv-tools. 2022-01-28 20:07:21 -08:00
Бранимир Караџић
1776c3ae18 Updated spirv-headers. 2022-01-28 20:07:10 -08:00
Бранимир Караџић
0c010527dd Updated glslang. 2022-01-28 20:06:59 -08:00
Бранимир Караџић
2e9ea79f27 Updated Vulkan headers. 2022-01-28 19:57:47 -08:00
Бранимир Караџић
9d62a65c7f Updated ImGui. 2022-01-28 19:57:17 -08:00
Jean Tampon
cd2030cc11
Use shift directly instead of float casts (#2714) 2022-01-16 08:15:14 -08:00
Бранимир Караџић
134d1787e7 Updated version number. 2022-01-15 18:03:14 -08:00
Бранимир Караџић
c04314148f Updated glslang. 2022-01-15 18:02:49 -08:00
Бранимир Караџић
6da117d96e Updated spirv-cross. 2022-01-15 18:02:42 -08:00
Бранимир Караџић
d01e6e8b12 Updated spirv-tools. 2022-01-15 18:02:30 -08:00
Бранимир Караџић
84b33b3727 Updated ImGui. 2022-01-15 18:02:09 -08:00
Бранимир Караџић
4581f14cd4 Happy New Year! 2022-01-15 11:59:06 -08:00
Бранимир Караџић
a2ad066739 Updated spirv-cross. 2022-01-09 09:08:48 -08:00
Бранимир Караџић
a6eb053d68 Updated spirv-tools. 2022-01-09 09:08:39 -08:00
Бранимир Караџић
7b9237c021 Updated spirv-headers. 2022-01-09 09:08:27 -08:00
Бранимир Караџић
dbc8a2c62a Updated glslang. 2022-01-09 09:08:14 -08:00
Бранимир Караџић
d9a8a86d85 Updated vulkan headers. 2022-01-08 11:04:22 -08:00
Бранимир Караџић
ad6abbd669 Updated ImGui. 2022-01-08 11:02:20 -08:00
ShuangLiu1992
a6511598db
Update glcontext_nsgl.mm (#2705)
[glContext update]; and [glContext setView:glView]; always needs to be called from main thread
2022-01-07 07:55:53 -08:00
Paul Gruenbacher
5b4a6dc330
Fix bad delete in font_manager.cpp (#2703)
Fix alloc-dealloc-mismatch (operator new [] vs operator delete
2022-01-03 12:52:53 -08:00
Бранимир Караџић
af68e138fe Cleanup. 2021-12-31 09:43:21 -08:00
Бранимир Караџић
d94a641613 Updated glsl-optimizer. 2021-12-29 14:05:21 -08:00
Бранимир Караџић
99a7af712f Added more info about transparency sort table. 2021-12-26 09:21:02 -08:00
Бранимир Караџић
946852cec8 Fixed issue #2696. 2021-12-26 09:02:48 -08:00
XXxR4GALXxx
be3cfd1bd9
Fix "GDI resource leak". (#2694)
"When you no longer need the HBRUSH object, call the DeleteObject function to delete it."
https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-createsolidbrush
👍
2021-12-25 13:45:19 -08:00
Бранимир Караџић
c0e375e743 Updated ImGuizmo. 2021-12-24 08:03:47 -08:00
Бранимир Караџић
0c9524b406 Updated cgltf. 2021-12-23 19:15:47 -08:00