diff options
author | 2019-10-13 13:50:38 +0200 | |
---|---|---|
committer | 2019-10-13 07:50:38 -0400 | |
commit | 0837e7451a84f95c29dbdb9bd6b8b931fee1635d (patch) | |
tree | 626bcbd250a7fbebdf5958a288d2f438d4f9fb5a /3rdparty/bgfx/examples/runtime/meshes | |
parent | c913ccb59d713ce0b91135520719ac5385e54358 (diff) |
WIP: sync bgfx, bx and bimg with latest upstream (#5723)
* Sync with bgfx upstream revision b91d0b6
* Sync with bx upstream revision d60912b
* Sync with bimg upstream revision bd81f60
* Add astc-codec decoder
* Rename VertexDecl to VertexLayout
* Rename UniformType enum Int1 to Sampler.
* Add NVN stub
* Fix unused-const-variable error on macOS
* Drop redundant explicit language parameters
buildoptions_cpp are only applied to c++ files and buildoptions_objcpp are only
applied to objective c++ files. As such, hardcoding -x offers no benefit while
preventing overrides (such as one needed by 3rdparty/bgfx/src/renderer_vk.cpp on
macOS) from working.
* Re-introduce -x c++ in places where C code is compiled as C++ to prevent clang from throwing a warning
* Build bgfx as Objective-C++ on macOS
It is needed due to included headers
* Enable Direct3D12 and Vulkan bgfx rendering backends
* Enable building of spirv shaders
* Properly escape /c in cmd call
* Comment out dx12 bgfx renderer
* Honor VERBOSE setting during shaders build
* Only invert hlsl shader XYZ_TO_sRGB matrix for opengl
* Add spirv shaders
* OpenGL ES needs transposed matrix too
* Metal needs transposed matrix as well
Diffstat (limited to '3rdparty/bgfx/examples/runtime/meshes')
15 files changed, 0 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/runtime/meshes/bunny.bin b/3rdparty/bgfx/examples/runtime/meshes/bunny.bin Binary files differindex f0fed0880d0..ef3127bc740 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/bunny.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/bunny.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/bunny_decimated.bin b/3rdparty/bgfx/examples/runtime/meshes/bunny_decimated.bin Binary files differindex 176344675cf..58ec040be08 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/bunny_decimated.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/bunny_decimated.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/bunny_patched.bin b/3rdparty/bgfx/examples/runtime/meshes/bunny_patched.bin Binary files differindex e8645370ea9..3af10d214d8 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/bunny_patched.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/bunny_patched.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/column.bin b/3rdparty/bgfx/examples/runtime/meshes/column.bin Binary files differindex a58c780d121..3a9f3783f7e 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/column.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/column.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/hollowcube.bin b/3rdparty/bgfx/examples/runtime/meshes/hollowcube.bin Binary files differindex 1ed9d7cc9b2..43e4717df29 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/hollowcube.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/hollowcube.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/orb.bin b/3rdparty/bgfx/examples/runtime/meshes/orb.bin Binary files differindex ff8d16628a8..034ad075655 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/orb.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/orb.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/platform.bin b/3rdparty/bgfx/examples/runtime/meshes/platform.bin Binary files differindex de63c2457b8..6e5a46395a2 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/platform.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/platform.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/test_scene.bin b/3rdparty/bgfx/examples/runtime/meshes/test_scene.bin Binary files differindex bf234cb0b37..c7e7472d9b5 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/test_scene.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/test_scene.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree.bin b/3rdparty/bgfx/examples/runtime/meshes/tree.bin Binary files differindex aec00bfb2b5..cb3931b9560 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/tree.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/tree.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_1.bin b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_1.bin Binary files differindex 26ed0727b6c..7ee3b77c5b5 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_1.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_1.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_2.bin b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_2.bin Binary files differindex 97f939dbd3f..5c6398e6326 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_2.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_2.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_1.bin b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_1.bin Binary files differindex 563e82c917d..7f15af46711 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_1.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_1.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_2.bin b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_2.bin Binary files differindex 1983f836087..d4f48db0043 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_2.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_2.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_1.bin b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_1.bin Binary files differindex d2aa057f6ca..a61a7f86eb7 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_1.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_1.bin diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_2.bin b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_2.bin Binary files differindex 886d7b3bebe..91d37b78f7a 100644 --- a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_2.bin +++ b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_2.bin |