platform/upstream/glslang.git
21 months agoMerge pull request #3011 from hbatagelo/fix_type_punning_ub
Greg Fischer [Wed, 31 Aug 2022 23:21:56 +0000 (17:21 -0600)]
Merge pull request #3011 from hbatagelo/fix_type_punning_ub

Fix strict aliasing violation

21 months agoFix strict aliasing violation
Harlen [Fri, 26 Aug 2022 16:26:56 +0000 (13:26 -0300)]
Fix strict aliasing violation

21 months agoMerge pull request #3009 from Tachi107/cmake-config-file-libdir
Jeremy Hayes [Fri, 26 Aug 2022 15:38:38 +0000 (09:38 -0600)]
Merge pull request #3009 from Tachi107/cmake-config-file-libdir

build: install glslang-config.cmake to libdir

21 months agobuild: install glslang-config.cmake to libdir
Andrea Pappacoda [Thu, 25 Aug 2022 21:15:14 +0000 (23:15 +0200)]
build: install glslang-config.cmake to libdir

As glslang ships architecture dependant files, the Config file should be
installed to libdir, not datadir. See
https://github.com/KhronosGroup/glslang/pull/2989#discussion_r955367103
for more details.

Here's the diff between the install tree before and after this patch:

    $ diff <(tree install-datadir) <(tree install)
    1c1
    < install-datadir
    ---
    > install
    74,99c74,98
    <         ├── lib
    <         │   ├── cmake
    <         │   │   ├── glslang-default-resource-limitsTargets.cmake
    <         │   │   ├── glslangTargets.cmake
    <         │   │   ├── glslangValidatorTargets.cmake
    <         │   │   ├── HLSLTargets.cmake
    <         │   │   ├── OGLCompilerTargets.cmake
    <         │   │   ├── OSDependentTargets.cmake
    <         │   │   ├── spirv-remapTargets.cmake
    <         │   │   ├── SPIRVTargets.cmake
    <         │   │   └── SPVRemapperTargets.cmake
    <         │   ├── libGenericCodeGen.a
    <         │   ├── libglslang.a
    <         │   ├── libglslang-default-resource-limits.a
    <         │   ├── libHLSL.a
    <         │   ├── libMachineIndependent.a
    <         │   ├── libOGLCompiler.a
    <         │   ├── libOSDependent.a
    <         │   ├── libSPIRV.a
    <         │   └── libSPVRemapper.a
    <         └── share
    <             └── glslang
    <                 ├── glslang-config.cmake
    <                 ├── glslang-config-version.cmake
    <                 ├── glslang-targets.cmake
    <                 └── glslang-targets-debug.cmake
    ---
    >         └── lib
    >             ├── cmake
    >             │   ├── glslang-default-resource-limitsTargets.cmake
    >             │   ├── glslangTargets.cmake
    >             │   ├── glslangValidatorTargets.cmake
    >             │   ├── HLSLTargets.cmake
    >             │   ├── OGLCompilerTargets.cmake
    >             │   ├── OSDependentTargets.cmake
    >             │   ├── spirv-remapTargets.cmake
    >             │   ├── SPIRVTargets.cmake
    >             │   └── SPVRemapperTargets.cmake
    >             ├── glslang
    >             │   ├── glslang-config.cmake
    >             │   ├── glslang-config-version.cmake
    >             │   ├── glslang-targets.cmake
    >             │   └── glslang-targets-debug.cmake
    >             ├── libGenericCodeGen.a
    >             ├── libglslang.a
    >             ├── libglslang-default-resource-limits.a
    >             ├── libHLSL.a
    >             ├── libMachineIndependent.a
    >             ├── libOGLCompiler.a
    >             ├── libOSDependent.a
    >             ├── libSPIRV.a
    >             └── libSPVRemapper.a
    101c100
    < 15 directories, 83 files
    ---
    > 14 directories, 83 files

21 months agoMerge pull request #3000 from jeremy-lunarg/hayes-update-cmake-minimum
Jeremy Hayes [Fri, 12 Aug 2022 17:44:16 +0000 (11:44 -0600)]
Merge pull request #3000 from jeremy-lunarg/hayes-update-cmake-minimum

Update cmake minimum required version

21 months agoUpdate cmake minimum required version
Jeremy Hayes [Fri, 12 Aug 2022 16:29:31 +0000 (10:29 -0600)]
Update cmake minimum required version

21 months agoMerge pull request #2998 from jeremy-lunarg/hayes-update-changes
Jeremy Hayes [Fri, 12 Aug 2022 15:32:10 +0000 (09:32 -0600)]
Merge pull request #2998 from jeremy-lunarg/hayes-update-changes

Update CHANGES for release 11.11.0

21 months agoUpdate CHANGES for release 11.11.0
Jeremy Hayes [Wed, 10 Aug 2022 21:49:20 +0000 (15:49 -0600)]
Update CHANGES for release 11.11.0

21 months agoMerge pull request #2995 from jeremy-lunarg/hayes-update-known-good
Greg Fischer [Thu, 11 Aug 2022 19:47:08 +0000 (13:47 -0600)]
Merge pull request #2995 from jeremy-lunarg/hayes-update-known-good

Update known_good.json

21 months agoUpdate known_good.json
Jeremy Hayes [Wed, 10 Aug 2022 18:29:15 +0000 (12:29 -0600)]
Update known_good.json

22 months agoMerge pull request #2991 from KhronosGroup/revert-2988-build_arm64_binaries_mac
Greg Fischer [Wed, 3 Aug 2022 19:22:21 +0000 (13:22 -0600)]
Merge pull request #2991 from KhronosGroup/revert-2988-build_arm64_binaries_mac

Revert "Fix: Build arm64 binaries for macOS"

22 months agoRevert "Fix: Build arm64 binaries for macOS"
Greg Fischer [Wed, 3 Aug 2022 18:39:23 +0000 (12:39 -0600)]
Revert "Fix: Build arm64 binaries for macOS"

22 months agoMerge pull request #2988 from spnda/build_arm64_binaries_mac
Greg Fischer [Wed, 3 Aug 2022 16:32:34 +0000 (10:32 -0600)]
Merge pull request #2988 from spnda/build_arm64_binaries_mac

Fix: Build arm64 binaries for macOS

22 months agoAdd unified `glslang` CMake config collecting `glslang-targets` targets (#2989)
MACHIZAUD Andréa [Wed, 3 Aug 2022 00:16:03 +0000 (02:16 +0200)]
Add unified `glslang` CMake config collecting `glslang-targets` targets (#2989)

22 months agoAvoid double-free in functions cloned for vulkan relaxed mode (#2987)
David Neto [Wed, 3 Aug 2022 00:07:01 +0000 (20:07 -0400)]
Avoid double-free in functions cloned for vulkan relaxed mode (#2987)

* Avoid double-free in functions cloned for vulkan relaxed mode

When rewriting function calls atomicCounterIncrement and
atoicCounterDecrement, clone the parameters so that the TParameter
'type' field is cloned.  This avoids double-free when both the original
and transformed functions are deleted by the parser.

Fixes a ubsan failure.

22 months agoFix: Build arm64 binaries for macOS
sean [Sat, 30 Jul 2022 04:10:47 +0000 (06:10 +0200)]
Fix: Build arm64 binaries for macOS

22 months agoMerge pull request #2986 from jeremy-lunarg/hayes-update-macos-runner
Greg Fischer [Wed, 27 Jul 2022 23:39:33 +0000 (17:39 -0600)]
Merge pull request #2986 from jeremy-lunarg/hayes-update-macos-runner

Update MacOS runner

22 months agoUpdate MacOS runner
Jeremy Hayes [Wed, 27 Jul 2022 23:12:24 +0000 (17:12 -0600)]
Update MacOS runner

Per https://github.com/actions/virtual-environments/issues/5583

Fix #2984

22 months agoMerge pull request #2977 from AMD-dwang/AMD_shader_early_and_late_fragment_tests
Greg Fischer [Wed, 27 Jul 2022 17:23:16 +0000 (11:23 -0600)]
Merge pull request #2977 from AMD-dwang/AMD_shader_early_and_late_fragment_tests

Add SPV_AMD_shader_early_and_late_fragment_tests

22 months agoMerge pull request #2982 from jeremy-lunarg/hayes-remove-tabs
Jeremy Hayes [Tue, 26 Jul 2022 15:05:13 +0000 (09:05 -0600)]
Merge pull request #2982 from jeremy-lunarg/hayes-remove-tabs

Replace tabs with spaces

22 months agoMerge pull request #2981 from jeremy-lunarg/hayes-fix-2978
Jeremy Hayes [Tue, 26 Jul 2022 15:04:25 +0000 (09:04 -0600)]
Merge pull request #2981 from jeremy-lunarg/hayes-fix-2978

Update release description

22 months agoReplace tabs with spaces
Jeremy Hayes [Mon, 25 Jul 2022 23:01:47 +0000 (17:01 -0600)]
Replace tabs with spaces

This file was accidentally using mixed tabs and spaces.

22 months agoUpdate release description
Jeremy Hayes [Mon, 25 Jul 2022 23:00:48 +0000 (17:00 -0600)]
Update release description

Fix #2978.

22 months agoMerge pull request #2979 from spnda/master
Jeremy Hayes [Mon, 25 Jul 2022 17:39:28 +0000 (11:39 -0600)]
Merge pull request #2979 from spnda/master

Fix #2658: Properly include all headers in deployments

22 months agoFix: Properly include all headers in deployments
sean [Mon, 25 Jul 2022 15:54:20 +0000 (17:54 +0200)]
Fix: Properly include all headers in deployments

22 months agoMerge pull request #2974 from thoave-arm/EOpConstructAccStruct
Greg Fischer [Fri, 22 Jul 2022 16:51:42 +0000 (10:51 -0600)]
Merge pull request #2974 from thoave-arm/EOpConstructAccStruct

Make GL_KHR_ray_query provide EOpConstructAccStruct

22 months agoMake GL_KHR_ray_query provide EOpConstructAccStruct
Thomas Aven [Wed, 13 Jul 2022 06:25:57 +0000 (08:25 +0200)]
Make GL_KHR_ray_query provide EOpConstructAccStruct

Previously, GL_KHR_ray_tracing was a required extension to generate
OpConvertUToAccelerationStructureKHR conversion instructions from uint64
and uvec2. However, both GL_KHR_ray_tracing and GL_KHR_ray_query should
provide this construction.

Change-Id: I6564c127fd28d9b527d334958a5adc168f5cdd9a

22 months agoAdd SPV_AMD_shader_early_and_late_fragment_tests
dwang102 [Fri, 15 Jul 2022 06:36:03 +0000 (14:36 +0800)]
Add SPV_AMD_shader_early_and_late_fragment_tests

22 months agoMerge pull request #2976 from jeremy-lunarg/hayes-fix-2975
Jeremy Hayes [Fri, 15 Jul 2022 00:05:46 +0000 (18:05 -0600)]
Merge pull request #2976 from jeremy-lunarg/hayes-fix-2975

Emit Int64Atomics for imageAtomicStore

22 months agoEmit Int64Atomics for imageAtomicStore
Jeremy Hayes [Thu, 14 Jul 2022 17:44:52 +0000 (11:44 -0600)]
Emit Int64Atomics for imageAtomicStore

This covers a corner case wherein imageAtomicStore is used exclusively.
The proxy type for imageAtomicStore is inferred from the image type.

Fix #2975.

22 months agoMerge pull request #2973 from haasn/version_macros
Greg Fischer [Tue, 12 Jul 2022 16:57:21 +0000 (10:57 -0600)]
Merge pull request #2973 from haasn/version_macros

Fix version check macros

22 months agoFix version check macros
Niklas Haas [Tue, 12 Jul 2022 14:59:22 +0000 (16:59 +0200)]
Fix version check macros

These were defined backwards to the usual convention.

 #if GLSLANG_VERSION_GREATER_THAN(11, 10, 0)

This reads as "if glslang version is greater than 11.10.0" to any
reasonable sane programmer, and should therefore expand to
"glslang_version > macro_argument".

Yet the check it references was actually written as "macro_argument >
glslang_version", thus expressing the completely opposite condition of
"if glslang version is *less than* 11.10.0". This is definitely
backwards and extremely, dangerously surprising behavior to any
programmer familiar with such version macros.

I'm not sure if anybody actually ever used them. I certainly didn't, on
account of them being backwards. I could not find a single reference to
them on GitHub (other than in copies of this header) - every project I
found just used the GLSLANG_VERSION_MAJOR etc. macros directly.

22 months agoMerge pull request #2970 from greg-lunarg/i2969
Greg Fischer [Thu, 7 Jul 2022 18:14:29 +0000 (12:14 -0600)]
Merge pull request #2970 from greg-lunarg/i2969

Fix getEnhancedMsgs to work when HLSL not enabled

22 months agoFix getEnhancedMsgs to work when HLSL not enabled
Greg Fischer [Thu, 7 Jul 2022 17:40:02 +0000 (11:40 -0600)]
Fix getEnhancedMsgs to work when HLSL not enabled

Fixes #2969

23 months agoMerge pull request #2963 from greg-lunarg/i2956
Greg Fischer [Wed, 22 Jun 2022 19:08:13 +0000 (13:08 -0600)]
Merge pull request #2963 from greg-lunarg/i2956

Do not generate samplerBuffer for spirv1.6 and beyond

23 months agoDo not generate samplerBuffer for spirv1.6 and beyond
Greg Fischer [Tue, 21 Jun 2022 23:33:57 +0000 (17:33 -0600)]
Do not generate samplerBuffer for spirv1.6 and beyond

This type was removed from spirv1.6. If samplerBuffer is specified in
GLSL, generate textureBuffer. If samplerBuffer type is constructed,
just return the buffer.

Fixes #2956

23 months agoMerge pull request #2962 from James2022-rgb/feature/c_interface_opsource_support
Greg Fischer [Mon, 13 Jun 2022 23:28:18 +0000 (17:28 -0600)]
Merge pull request #2962 from James2022-rgb/feature/c_interface_opsource_support

Add OpSource support to the C interface.

23 months agoCInterface: Add OpSource support.
James0124 [Mon, 6 Jun 2022 16:13:21 +0000 (01:13 +0900)]
CInterface: Add OpSource support.

Add interface for `TIntermediate::addSourceText` and `TIntermediate::setSourceFile`.

2 years agoMerge pull request #2961 from jeremy-lunarg/hayes-update-changes
Greg Fischer [Fri, 3 Jun 2022 00:01:12 +0000 (18:01 -0600)]
Merge pull request #2961 from jeremy-lunarg/hayes-update-changes

Release 11.10.0

2 years agoRelease 11.10.0
Jeremy Hayes [Thu, 2 Jun 2022 23:34:26 +0000 (17:34 -0600)]
Release 11.10.0

2 years agoMerge pull request #2960 from jeremy-lunarg/hayes-update-known-good
Greg Fischer [Thu, 2 Jun 2022 22:49:28 +0000 (16:49 -0600)]
Merge pull request #2960 from jeremy-lunarg/hayes-update-known-good

Update known_good.json

2 years agoUpdate known_good.json
Jeremy Hayes [Thu, 2 Jun 2022 17:51:07 +0000 (11:51 -0600)]
Update known_good.json

2 years agoMerge pull request #2957 from greg-lunarg/p2933
Greg Fischer [Wed, 1 Jun 2022 23:20:20 +0000 (17:20 -0600)]
Merge pull request #2957 from greg-lunarg/p2933

Restore legacy interface for remap()

2 years agoRestore legacy interface for remap()
Greg Fischer [Wed, 1 Jun 2022 22:40:29 +0000 (16:40 -0600)]
Restore legacy interface for remap()

Fixes ABI breakage caused by #2933

2 years agoMerge pull request #2955 from andfau-arm/duplicate-builtin-clash
Greg Fischer [Wed, 1 Jun 2022 20:07:18 +0000 (14:07 -0600)]
Merge pull request #2955 from andfau-arm/duplicate-builtin-clash

Avoid duplicate BuiltIn variables for ray tracing matrices (fix #2921)

2 years agoAvoid duplicate BuiltIn variables for ray tracing matrices (fix #2921)
Andrea Faulds [Wed, 1 Jun 2022 08:43:13 +0000 (10:43 +0200)]
Avoid duplicate BuiltIn variables for ray tracing matrices (fix #2921)

Fixes an issue where invalid SPIR-V was generated when
gl_ObjectToWorldEXT and gl_ObjectToWorld3x4EXT, or
gl_WorldToObjectEXT and gl_WorldToObject3x4EXT, were used in the same
shader. The SPIR-V specification requires that there be at most one
OpVariable decorated with a given BuiltIn value.

2 years agoMerge pull request #2950 from qingyuanzNV/insert_opline_before_opfunction2
Greg Fischer [Tue, 31 May 2022 19:25:22 +0000 (13:25 -0600)]
Merge pull request #2950 from qingyuanzNV/insert_opline_before_opfunction2

Generate OpLine Before OpFunction

2 years agoavoid using make_unique for c++11 compatibility
Qingyuan Zheng [Tue, 31 May 2022 17:40:25 +0000 (10:40 -0700)]
avoid using make_unique for c++11 compatibility

2 years agouse unique_ptr to avoid calling deleted move ctor
Qingyuan Zheng [Tue, 31 May 2022 06:08:50 +0000 (23:08 -0700)]
use unique_ptr to avoid calling deleted move ctor

2 years agoMerge pull request #2952 from stu-s/EXT_fragment_shader_barycentric
Greg Fischer [Thu, 26 May 2022 16:41:25 +0000 (10:41 -0600)]
Merge pull request #2952 from stu-s/EXT_fragment_shader_barycentric

Add support for VK_EXT_fragment_shader_barycentric

2 years agoMerge pull request #2953 from greg-lunarg/mingw0
Greg Fischer [Wed, 25 May 2022 18:07:12 +0000 (12:07 -0600)]
Merge pull request #2953 from greg-lunarg/mingw0

Fix build for clang + mingw32-make

2 years agoFix build for clang + mingw32-make
Greg Fischer [Tue, 24 May 2022 19:31:03 +0000 (13:31 -0600)]
Fix build for clang + mingw32-make

Fixes #2951

2 years agoAdd support for VK_EXT_fragment_shader_barycentric
stusmith [Fri, 13 May 2022 16:23:29 +0000 (17:23 +0100)]
Add support for VK_EXT_fragment_shader_barycentric

2 years agoMerge pull request #2947 from corporateshark/master
Greg Fischer [Tue, 24 May 2022 20:14:56 +0000 (14:14 -0600)]
Merge pull request #2947 from corporateshark/master

Add CInterface files and documentation

2 years agoMerge pull request #2948 from Gabriele91/fix/HLSL-Instance-attribute-as-spirv-invocat...
Greg Fischer [Tue, 24 May 2022 20:11:43 +0000 (14:11 -0600)]
Merge pull request #2948 from Gabriele91/fix/HLSL-Instance-attribute-as-spirv-invocation-attribute

HLSL Instance attribute translated as spirv invocations attribute

2 years agoAdd hlsl.instance.geom output
Gabriele91 [Tue, 24 May 2022 18:09:20 +0000 (20:09 +0200)]
Add hlsl.instance.geom output

2 years agoAdd test for the instance param (geometry shader)
Gabriele Di Bari [Tue, 24 May 2022 16:53:39 +0000 (18:53 +0200)]
Add test for the instance param (geometry shader)

2 years agogenerate OpLine before OpFunction
Qingyuan Zheng [Tue, 24 May 2022 06:05:43 +0000 (23:05 -0700)]
generate OpLine before OpFunction

2 years agoAdd a new C interface example to README.md
Sergey Kosarevsky [Sat, 21 May 2022 19:30:39 +0000 (22:30 +0300)]
Add a new C interface example to README.md

2 years agohandleEntryPointAttributes add EatInstance case
Gabriele Di Bari [Sat, 21 May 2022 15:00:24 +0000 (17:00 +0200)]
handleEntryPointAttributes add EatInstance case

2 years agoAndroid.mk: Add CInterface files
Sergey Kosarevsky [Sat, 21 May 2022 06:00:29 +0000 (23:00 -0700)]
Android.mk: Add CInterface files

2 years agoMerge pull request #2945 from dneto0/remove-unused-var
Greg Fischer [Fri, 20 May 2022 15:46:45 +0000 (09:46 -0600)]
Merge pull request #2945 from dneto0/remove-unused-var

Remove unused variable

2 years agoRemove unused variable
David Neto [Thu, 19 May 2022 17:27:12 +0000 (13:27 -0400)]
Remove unused variable

2 years agoMerge pull request #2943 from mbechard/master
Greg Fischer [Wed, 18 May 2022 19:19:28 +0000 (13:19 -0600)]
Merge pull request #2943 from mbechard/master

fix structure indexing reassignment during block merging

2 years agofix structure indexing reassignment during block merging
Malcolm Bechard [Tue, 17 May 2022 03:03:37 +0000 (23:03 -0400)]
fix structure indexing reassignment during block merging

For EOpIndexDirectStruct binaries, we want to visit the left symbol (the
structure) before we visit the binary, so it gets updated first.
That way we are comparing the updated structure against the target
'unitType', not the original structure.

2 years agoMerge pull request #2933 from AaronHaganAMD/whitelist
Greg Fischer [Wed, 11 May 2022 19:45:33 +0000 (13:45 -0600)]
Merge pull request #2933 from AaronHaganAMD/whitelist

Add whitelist filtering for debug comments in SPIRV-Remap.

2 years agoAdd whitelist filtering for debug comments in SPIRV-Remap.
ahagan [Wed, 27 Apr 2022 03:36:57 +0000 (23:36 -0400)]
Add whitelist filtering for debug comments in SPIRV-Remap.

2 years agoMerge pull request #2940 from alelenv/spirv_intrinsics_rt_ops
Greg Fischer [Fri, 6 May 2022 17:09:55 +0000 (11:09 -0600)]
Merge pull request #2940 from alelenv/spirv_intrinsics_rt_ops

Disable layout error check for RT ops in presence of EXT_spirv_intrinsics

2 years agoMerge pull request #2938 from mariusbjorge/GL_EXT_ray_cull_mask
Greg Fischer [Fri, 6 May 2022 17:07:14 +0000 (11:07 -0600)]
Merge pull request #2938 from mariusbjorge/GL_EXT_ray_cull_mask

Adding support for GL_EXT_ray_cull_mask

2 years agoDisable layout error check for RT ops in presence of EXT_spirv_intrinsics
alelenv [Fri, 6 May 2022 04:46:58 +0000 (21:46 -0700)]
Disable layout error check for RT ops in presence of EXT_spirv_intrinsics

Fixes #2935

2 years agoUpdate spirv-tools and spirv-headers known good
Marius Bjorge [Thu, 5 May 2022 12:03:57 +0000 (14:03 +0200)]
Update spirv-tools and spirv-headers known good

2 years agoAdding support for GL_EXT_ray_cull_mask
Marius Bjorge [Thu, 5 May 2022 10:56:04 +0000 (12:56 +0200)]
Adding support for GL_EXT_ray_cull_mask

2 years agoMerge pull request #2932 from Ryp/master
Greg Fischer [Fri, 22 Apr 2022 21:44:20 +0000 (15:44 -0600)]
Merge pull request #2932 from Ryp/master

Fix WavePrefixCountBits() being off by one.

2 years agoMerge pull request #2928 from tellowkrinkle/patch-1
Greg Fischer [Fri, 22 Apr 2022 21:31:55 +0000 (15:31 -0600)]
Merge pull request #2928 from tellowkrinkle/patch-1

Add macOS hidden files to gitignore

2 years agoFix WavePrefixCountBits() being off by one.
Ryp [Thu, 21 Apr 2022 19:05:17 +0000 (22:05 +0300)]
Fix WavePrefixCountBits() being off by one.

It was counting bits up to the current lane included, whereas the
documentation says it should be excluded. This now matches dxc's behavior
as well.

Fix #2929

2 years agoAdd macOS hidden files to gitignore
tellowkrinkle [Sun, 17 Apr 2022 01:21:41 +0000 (20:21 -0500)]
Add macOS hidden files to gitignore

2 years agoMerge pull request #2927 from ggfan/ndk-env-variable-update
Greg Fischer [Fri, 15 Apr 2022 16:45:00 +0000 (10:45 -0600)]
Merge pull request #2927 from ggfan/ndk-env-variable-update

Change ANDROID_NDK_ROOT to ANDROID_NDK_HOME in README.md

2 years agoChange ANDROID_NDK_ROOT to ANDROID_NDK_HOME in README.md
Gerry Fan [Wed, 13 Apr 2022 17:08:51 +0000 (17:08 +0000)]
Change ANDROID_NDK_ROOT to ANDROID_NDK_HOME in README.md

2 years agoMerge pull request #2925 from SpaceIm/fix-mingw
Greg Fischer [Fri, 8 Apr 2022 00:33:03 +0000 (18:33 -0600)]
Merge pull request #2925 from SpaceIm/fix-mingw

CMake: fix MinGW build

2 years agofix MinGW
SpaceIm [Thu, 7 Apr 2022 19:18:27 +0000 (21:18 +0200)]
fix MinGW

pre compiled headers leads to "internal error in mingw32_gt_pch_use_address, at config/i386/host-mingw32.c:192: MapViewOfFileEx: Attempt to access invalid address"

2 years agoMerge pull request #2924 from greg-lunarg/r.11.9.0a
Greg Fischer [Wed, 6 Apr 2022 19:42:55 +0000 (13:42 -0600)]
Merge pull request #2924 from greg-lunarg/r.11.9.0a

Release 11.9.0

2 years agoRelease 11.9.0
Greg Fischer [Wed, 6 Apr 2022 18:21:33 +0000 (12:21 -0600)]
Release 11.9.0

2 years agoMerge pull request #2923 from greg-lunarg/kg123
Greg Fischer [Wed, 6 Apr 2022 19:01:04 +0000 (13:01 -0600)]
Merge pull request #2923 from greg-lunarg/kg123

Update spirv-tools known good

2 years agoUpdate spirv-tools known good
Greg Fischer [Wed, 6 Apr 2022 18:00:57 +0000 (12:00 -0600)]
Update spirv-tools known good

2 years agoMerge pull request #2915 from EdoardoLuciani/master
Greg Fischer [Mon, 28 Mar 2022 18:07:30 +0000 (12:07 -0600)]
Merge pull request #2915 from EdoardoLuciani/master

Update README.md with ray tracing shader stages filename extensions

2 years agoMerge pull request #2917 from greg-lunarg/i2907
Greg Fischer [Mon, 28 Mar 2022 18:04:17 +0000 (12:04 -0600)]
Merge pull request #2917 from greg-lunarg/i2907

Improved comment for glslang_optimization_level_t

2 years agoImproved comment for glslang_optimization_level_t
Greg Fischer [Mon, 28 Mar 2022 17:34:40 +0000 (11:34 -0600)]
Improved comment for glslang_optimization_level_t

2 years agoUpdate README.md
Edoardo Luciani [Sat, 26 Mar 2022 15:26:46 +0000 (15:26 +0000)]
Update README.md

2 years agoMerge pull request #2913 from greg-lunarg/i2905
Greg Fischer [Fri, 25 Mar 2022 21:56:18 +0000 (15:56 -0600)]
Merge pull request #2913 from greg-lunarg/i2905

Generate Int8, Int16 and Float16 capabilities for constants

2 years agoGenerate Int8, Int16 and Float16 capabilities for constants
Greg Fischer [Fri, 25 Mar 2022 20:36:01 +0000 (14:36 -0600)]
Generate Int8, Int16 and Float16 capabilities for constants

Fixes #2905

2 years agoMerge pull request #2851 from chaoticbob/version-override
Greg Fischer [Thu, 24 Mar 2022 23:51:54 +0000 (17:51 -0600)]
Merge pull request #2851 from chaoticbob/version-override

Added GLSL version override functionality and CLI

2 years agoUpdate glsl.versionOverride.vert
Greg Fischer [Thu, 24 Mar 2022 22:41:52 +0000 (16:41 -0600)]
Update glsl.versionOverride.vert

Change shader original version to 110

2 years agoUpdate glsl.versionOverride.tese
Greg Fischer [Thu, 24 Mar 2022 22:41:15 +0000 (16:41 -0600)]
Update glsl.versionOverride.tese

Change shader original version to 110

2 years agoUpdate glsl.versionOverride.tesc
Greg Fischer [Thu, 24 Mar 2022 22:40:18 +0000 (16:40 -0600)]
Update glsl.versionOverride.tesc

Change original shader to version 110

2 years agoUpdate glsl.versionOverride.geom
Greg Fischer [Thu, 24 Mar 2022 22:39:34 +0000 (16:39 -0600)]
Update glsl.versionOverride.geom

Change original shader to version 110

2 years agoUpdate glsl.versionOverride.frag
Greg Fischer [Thu, 24 Mar 2022 22:37:42 +0000 (16:37 -0600)]
Update glsl.versionOverride.frag

Change original shader to version 110

2 years agoUpdate glsl.versionOverride.comp
Greg Fischer [Thu, 24 Mar 2022 22:36:48 +0000 (16:36 -0600)]
Update glsl.versionOverride.comp

Change original shader to version 110

2 years agoMerge pull request #2912 from greg-lunarg/edic1
Greg Fischer [Thu, 24 Mar 2022 19:43:40 +0000 (13:43 -0600)]
Merge pull request #2912 from greg-lunarg/edic1

Add eliminate-dead-input-components to -Os

2 years agoMerge pull request #2908 from Biswa96/cmake-spirv-remap
Greg Fischer [Thu, 24 Mar 2022 19:25:38 +0000 (13:25 -0600)]
Merge pull request #2908 from Biswa96/cmake-spirv-remap

cmake: Install SPVRemapper runtime library

2 years agoAdd eliminate-dead-input-components to -Os
Greg Fischer [Thu, 24 Mar 2022 18:13:59 +0000 (12:13 -0600)]
Add eliminate-dead-input-components to -Os