Commit Graph

1604 Commits

Author SHA1 Message Date
Бранимир Караџић
7559cb20bf Updated cgltf. 2021-09-13 19:32:22 -07:00
Бранимир Караџић
3aa6853e40 Updated ImGui. 2021-09-13 19:29:32 -07:00
Бранимир Караџић
0a85c30bdb Updated ImGui. 2021-08-22 19:12:58 -07:00
Бранимир Караџић
46283a47a9 Updated vulkan headers. 2021-08-22 19:11:52 -07:00
Бранимир Караџић
07fade381b Updated spirv-tools. 2021-08-22 19:11:43 -07:00
Бранимир Караџић
da2dbab80f Updated spirv-headers. 2021-08-22 19:10:19 -07:00
Бранимир Караџић
326f8c6991 Updated glslang. 2021-08-22 19:10:07 -07:00
Бранимир Караџић
39e3d51fa1 Updated ImGui. 2021-08-20 09:48:36 -07:00
Бранимир Караџић
4f44a506a8 Updated ImGui. 2021-08-20 07:16:28 -07:00
Бранимир Караџић
39b018b3f7 Updated spirv-cross. 2021-08-06 19:13:44 -07:00
Бранимир Караџић
e67311db7e Updated spirv-tools. 2021-08-06 19:13:12 -07:00
Бранимир Караџић
f4642f5ba6 Updated spirv-headers. 2021-08-06 19:12:59 -07:00
Бранимир Караџић
0260fe6204 Updated glslang. 2021-08-06 19:12:41 -07:00
Бранимир Караџић
2ec34699af Fix build. 2021-07-27 05:38:44 -07:00
Бранимир Караџић
8a0ae08123 Updated spirv-cross. 2021-07-26 17:38:51 -07:00
Бранимир Караџић
b42d4cc558 Updated spirv-tools. 2021-07-26 17:38:43 -07:00
Бранимир Караџић
be1bf8ec0d Updated spirv-headers. 2021-07-26 17:38:25 -07:00
Бранимир Караџић
6538544f2f Updated glslang. 2021-07-26 17:37:42 -07:00
Бранимир Караџић
d208b18a21 Updated vulkan headers. 2021-07-26 17:37:28 -07:00
Бранимир Караџић
b81511a6af Updated meshoptimizer. 2021-07-26 17:36:58 -07:00
Бранимир Караџић
7b49ea5402 Updated ImGui. 2021-07-26 17:36:47 -07:00
C.Even
13e6100681
Fix shaderc consistency (#2553)
* shaderc: Initialize 'texFormat' in uniform.

* glsl-optimizer: Fix consistency error of 'print_float'
2021-07-20 06:06:56 -07:00
Бранимир Караџић
dda3b9a2d7 Updated ImGui. 2021-06-06 18:18:35 -07:00
Бранимир Караџић
9390ad819e Updated spirv-cross. 2021-06-06 18:16:43 -07:00
Бранимир Караџић
e0b3c2635d Updated spirv-tools. 2021-06-06 18:16:34 -07:00
Бранимир Караџић
d0687367d7 Updated spirv-headers. 2021-06-06 18:16:24 -07:00
Бранимир Караџић
f41da45662 Updated glslang. 2021-06-06 18:16:12 -07:00
Бранимир Караџић
187b3dd8c1 Updated cgltf. 2021-06-06 18:15:39 -07:00
Бранимир Караџић
6788f87687 Updated spirv-tools. 2021-05-28 20:17:33 -07:00
Бранимир Караџић
7cd0944343 Updated spirv-headers. 2021-05-28 20:17:24 -07:00
Бранимир Караџић
f0b68fd9d4 Updated spirv-cross. 2021-05-28 20:17:12 -07:00
Бранимир Караџић
4ada836d3d Updated meshoptimizer. 2021-05-28 20:16:57 -07:00
Бранимир Караџић
923418d740 Updated vulkan headers. 2021-05-28 20:16:47 -07:00
Бранимир Караџић
1f32a216b3 Updated glslang. 2021-05-28 20:16:37 -07:00
Бранимир Караџић
a4279df6c9 Updated ImGui. 2021-05-28 20:16:28 -07:00
Бранимир Караџић
7c4b654d3d Updated cgltf. 2021-05-28 20:16:17 -07:00
Бранимир Караџић
6ca5060ce8 Updated spirv-cross. 2021-05-14 19:37:10 -07:00
Бранимир Караџић
22bb919338 Updated spirv-tools. 2021-05-14 19:37:02 -07:00
Бранимир Караџић
1a551d8b9f Updated spirv-headers. 2021-05-14 19:36:46 -07:00
Бранимир Караџић
5d7814c334 Updated glslang. 2021-05-14 19:35:38 -07:00
Бранимир Караџић
e532aba391 Updated vulkan headers. 2021-05-14 19:31:53 -07:00
Бранимир Караџић
3b87b65d18 Updated cgltf. 2021-05-14 19:29:23 -07:00
Бранимир Караџић
9cd7cbb877 Updated ImGui. 2021-05-08 08:02:39 -07:00
pezcode
2c21f68998
VPRT support for D3D11, D3D12, GL (#2507)
* glsl-optimizer: whitelist ARB_shader_viewport_layer_array_enable

* D3D11: remove duplicate structs and enums

* D3D11: report BGFX_CAPS_VIEWPORT_LAYER_ARRAY

* D3D12: report BGFX_CAPS_VIEWPORT_LAYER_ARRAY

* GL: support for BGFX_CAPS_VIEWPORT_LAYER_ARRAY

* D3D11: multi-layer MSAA resolve

* D3D12: multi-layer MSAA resolve

* D3D12: fix binding multi-layer resolved textures

* GL: fix multi-layer rendertarget creation
2021-05-05 11:58:21 -07:00
Branimir Karadžić
29aa15725d glsl-optimizer: Fixed output of texture sampling with texture array lod. 2021-04-25 18:07:13 -07:00
Бранимир Караџић
4a53a3172d Updated ImGui. 2021-04-23 22:32:54 -07:00
Бранимир Караџић
e626440d86 Revert "Updated vulkan headers."
This reverts commit 5299561836.
2021-04-18 17:01:17 -07:00
Бранимир Караџић
5299561836 Updated vulkan headers. 2021-04-18 13:36:51 -07:00
Бранимир Караџић
85a6fb9762 Updated spirv-cross. 2021-04-18 13:28:14 -07:00
Бранимир Караџић
e685d5fe63 Updated spirv-tools. 2021-04-18 13:27:56 -07:00