diff options
author | 2019-10-13 13:50:38 +0200 | |
---|---|---|
committer | 2019-10-13 07:50:38 -0400 | |
commit | 0837e7451a84f95c29dbdb9bd6b8b931fee1635d (patch) | |
tree | 626bcbd250a7fbebdf5958a288d2f438d4f9fb5a /bgfx/shaders/spirv/chains/crt-geom | |
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 'bgfx/shaders/spirv/chains/crt-geom')
-rw-r--r-- | bgfx/shaders/spirv/chains/crt-geom/fs_crt-geom-deluxe.bin | bin | 0 -> 11327 bytes |
-rw-r--r-- | bgfx/shaders/spirv/chains/crt-geom/fs_crt-geom.bin | bin | 0 -> 10785 bytes |
-rw-r--r-- | bgfx/shaders/spirv/chains/crt-geom/fs_gaussx.bin | bin | 0 -> 4390 bytes |
-rw-r--r-- | bgfx/shaders/spirv/chains/crt-geom/fs_gaussy.bin | bin | 0 -> 4406 bytes |
-rw-r--r-- | bgfx/shaders/spirv/chains/crt-geom/fs_phosphor_apply.bin | bin | 0 -> 2158 bytes |
-rw-r--r-- | bgfx/shaders/spirv/chains/crt-geom/fs_phosphor_update.bin | bin | 0 -> 2211 bytes |
-rw-r--r-- | bgfx/shaders/spirv/chains/crt-geom/vs_crt-geom.bin | bin | 0 -> 8412 bytes |
-rw-r--r-- | bgfx/shaders/spirv/chains/crt-geom/vs_gaussx.bin | bin | 0 -> 1972 bytes |
-rw-r--r-- | bgfx/shaders/spirv/chains/crt-geom/vs_gaussy.bin | bin | 0 -> 1988 bytes |
-rw-r--r-- | bgfx/shaders/spirv/chains/crt-geom/vs_phosphor_apply.bin | bin | 0 -> 1205 bytes |
-rw-r--r-- | bgfx/shaders/spirv/chains/crt-geom/vs_phosphor_update.bin | bin | 0 -> 1205 bytes |
11 files changed, 0 insertions, 0 deletions
diff --git a/bgfx/shaders/spirv/chains/crt-geom/fs_crt-geom-deluxe.bin b/bgfx/shaders/spirv/chains/crt-geom/fs_crt-geom-deluxe.bin Binary files differnew file mode 100644 index 00000000000..abe37b9eb60 --- /dev/null +++ b/bgfx/shaders/spirv/chains/crt-geom/fs_crt-geom-deluxe.bin diff --git a/bgfx/shaders/spirv/chains/crt-geom/fs_crt-geom.bin b/bgfx/shaders/spirv/chains/crt-geom/fs_crt-geom.bin Binary files differnew file mode 100644 index 00000000000..677e23025f1 --- /dev/null +++ b/bgfx/shaders/spirv/chains/crt-geom/fs_crt-geom.bin diff --git a/bgfx/shaders/spirv/chains/crt-geom/fs_gaussx.bin b/bgfx/shaders/spirv/chains/crt-geom/fs_gaussx.bin Binary files differnew file mode 100644 index 00000000000..aa1910757d5 --- /dev/null +++ b/bgfx/shaders/spirv/chains/crt-geom/fs_gaussx.bin diff --git a/bgfx/shaders/spirv/chains/crt-geom/fs_gaussy.bin b/bgfx/shaders/spirv/chains/crt-geom/fs_gaussy.bin Binary files differnew file mode 100644 index 00000000000..fb47fd59f2c --- /dev/null +++ b/bgfx/shaders/spirv/chains/crt-geom/fs_gaussy.bin diff --git a/bgfx/shaders/spirv/chains/crt-geom/fs_phosphor_apply.bin b/bgfx/shaders/spirv/chains/crt-geom/fs_phosphor_apply.bin Binary files differnew file mode 100644 index 00000000000..8bb24e31c39 --- /dev/null +++ b/bgfx/shaders/spirv/chains/crt-geom/fs_phosphor_apply.bin diff --git a/bgfx/shaders/spirv/chains/crt-geom/fs_phosphor_update.bin b/bgfx/shaders/spirv/chains/crt-geom/fs_phosphor_update.bin Binary files differnew file mode 100644 index 00000000000..26a33718397 --- /dev/null +++ b/bgfx/shaders/spirv/chains/crt-geom/fs_phosphor_update.bin diff --git a/bgfx/shaders/spirv/chains/crt-geom/vs_crt-geom.bin b/bgfx/shaders/spirv/chains/crt-geom/vs_crt-geom.bin Binary files differnew file mode 100644 index 00000000000..3a7ebbd9cf1 --- /dev/null +++ b/bgfx/shaders/spirv/chains/crt-geom/vs_crt-geom.bin diff --git a/bgfx/shaders/spirv/chains/crt-geom/vs_gaussx.bin b/bgfx/shaders/spirv/chains/crt-geom/vs_gaussx.bin Binary files differnew file mode 100644 index 00000000000..659d56364fe --- /dev/null +++ b/bgfx/shaders/spirv/chains/crt-geom/vs_gaussx.bin diff --git a/bgfx/shaders/spirv/chains/crt-geom/vs_gaussy.bin b/bgfx/shaders/spirv/chains/crt-geom/vs_gaussy.bin Binary files differnew file mode 100644 index 00000000000..e3c9b3f4b32 --- /dev/null +++ b/bgfx/shaders/spirv/chains/crt-geom/vs_gaussy.bin diff --git a/bgfx/shaders/spirv/chains/crt-geom/vs_phosphor_apply.bin b/bgfx/shaders/spirv/chains/crt-geom/vs_phosphor_apply.bin Binary files differnew file mode 100644 index 00000000000..5c19f3d5afa --- /dev/null +++ b/bgfx/shaders/spirv/chains/crt-geom/vs_phosphor_apply.bin diff --git a/bgfx/shaders/spirv/chains/crt-geom/vs_phosphor_update.bin b/bgfx/shaders/spirv/chains/crt-geom/vs_phosphor_update.bin Binary files differnew file mode 100644 index 00000000000..5c19f3d5afa --- /dev/null +++ b/bgfx/shaders/spirv/chains/crt-geom/vs_phosphor_update.bin |