platform/upstream/glslang.git
4 years agoMerge pull request #7 from KhronosGroup/master
Roy.li [Wed, 18 Dec 2019 07:21:32 +0000 (15:21 +0800)]
Merge pull request #7 from KhronosGroup/master

Sync code from glslang base repo

4 years agoMerge pull request #2023 from greg-lunarg/kg109
John Kessenich [Fri, 13 Dec 2019 05:28:57 +0000 (22:28 -0700)]
Merge pull request #2023 from greg-lunarg/kg109

Update spriv-tools known good

4 years agoUpdate spriv-tools known good
Greg Fischer [Thu, 12 Dec 2019 18:15:42 +0000 (11:15 -0700)]
Update spriv-tools known good

4 years agoMerge pull request #2021 from KhronosGroup/fix-2020-inconsistent-HLSL
John Kessenich [Tue, 10 Dec 2019 07:36:41 +0000 (00:36 -0700)]
Merge pull request #2021 from KhronosGroup/fix-2020-inconsistent-HLSL

Fix #2020: PR #1977 broke HLSL member consistency, this fixes it.

4 years agoFix #2020: PR #1977 broke HLSL member consistency, this finishes it...
John Kessenich [Tue, 10 Dec 2019 06:48:50 +0000 (23:48 -0700)]
Fix #2020: PR #1977 broke HLSL member consistency, this finishes it...

using an unitialized member.  This commit consistently does not use those
HLSL members unless ENABLE_HLSL is on.

4 years agoMerge pull request #2019 from KhronosGroup/fix-2014-dont-and-versions-extensions
John Kessenich [Mon, 9 Dec 2019 17:18:17 +0000 (10:18 -0700)]
Merge pull request #2019 from KhronosGroup/fix-2014-dont-and-versions-extensions

Fix: #2014: Don't do "extension-on && version >= ..." keyword checks.

4 years agoMerge pull request #2018 from KhronosGroup/fix-2007-rationalize-include-paths
John Kessenich [Mon, 9 Dec 2019 15:10:38 +0000 (08:10 -0700)]
Merge pull request #2018 from KhronosGroup/fix-2007-rationalize-include-paths

Fix #2007: Fix a couple relative header paths in header files.

4 years agoFix: #2014: Don't do "extension-on && version >= ..." keyword checks.
John Kessenich [Mon, 9 Dec 2019 11:34:09 +0000 (04:34 -0700)]
Fix: #2014: Don't do "extension-on && version >= ..." keyword checks.

Keywords should only have tests like "extension-on || version >= ...", or
"extension-off && version <= ...".

4 years agoFix #2007: Fix a couple relative header paths in header files.
John Kessenich [Mon, 9 Dec 2019 10:12:10 +0000 (03:12 -0700)]
Fix #2007: Fix a couple relative header paths in header files.

4 years agoFix #1993: Fully exclude ftransform() from SPIR-V semantics.
John Kessenich [Mon, 9 Dec 2019 08:23:37 +0000 (01:23 -0700)]
Fix #1993: Fully exclude ftransform() from SPIR-V semantics.

4 years agoMerge pull request #2010 from rnk/pool-alloc-clang
John Kessenich [Thu, 5 Dec 2019 02:24:16 +0000 (19:24 -0700)]
Merge pull request #2010 from rnk/pool-alloc-clang

Remove glslang::pool_allocator::setAllocator

4 years agoRemove glslang::pool_allocator::setAllocator
Reid Kleckner [Wed, 4 Dec 2019 22:09:03 +0000 (14:09 -0800)]
Remove glslang::pool_allocator::setAllocator

TPoolAllocator is not copy assignable, so this setter could never have
been used. After a recent change (878a24ee2), new versions of Clang
reject this code outright.

4 years agoMerge pull request #1990 from ianromanick/INTEL_shader_integer_functions2
John Kessenich [Wed, 4 Dec 2019 03:07:08 +0000 (20:07 -0700)]
Merge pull request #1990 from ianromanick/INTEL_shader_integer_functions2

Implement INTEL_shader_integer_functions2

4 years agoINTEL_shader_integer_functions2: Add SPIR-V generation
Ian Romanick [Mon, 21 Jan 2019 16:57:25 +0000 (08:57 -0800)]
INTEL_shader_integer_functions2: Add SPIR-V generation

v2: Move addCapability and addExtension extension calls from
TGlslangToSpvTraverser::createBinaryOperation to
TGlslangToSpvTraverser::visitAggregate.  Suggested by JohnK.

4 years agoINTEL_shader_integer_functions2: Add compiler front-end support
Ian Romanick [Thu, 20 Sep 2018 08:22:19 +0000 (01:22 -0700)]
INTEL_shader_integer_functions2: Add compiler front-end support

The changes to glslang/glslang/MachineIndependent/ParseHelper.cpp exist
purely to prevent even more instances of "warning: enumeration value
‘EOp...’ not handled in switch"

v2: Remove 8-bit types.  Overzealous copy-and-paste led to adding
support for a bunch of types that the extension doesn't actually enable.

v3: Update expected test results file.  Just changing an expected
results file to make a test pass seems sketchy to me, but I'm not sure
what else to do.

v4: Add missing entry for EOpAbsDifference in
TOutputTraverser::visitBinary.  Noticed by JohnK.

4 years agoINTEL_shader_integer_functions2: Add basic extension tracking
Ian Romanick [Thu, 20 Sep 2018 07:58:03 +0000 (00:58 -0700)]
INTEL_shader_integer_functions2: Add basic extension tracking

4 years agoMerge pull request #2004 from ianromanick/document-other-test-requirements
John Kessenich [Tue, 3 Dec 2019 05:58:21 +0000 (22:58 -0700)]
Merge pull request #2004 from ianromanick/document-other-test-requirements

Update README.md to include other test requirements

4 years agoUpdate README.md to include other test requirements
Ian Romanick [Mon, 2 Dec 2019 18:53:46 +0000 (10:53 -0800)]
Update README.md to include other test requirements

Knowing this in advance would have saved me some time.

4 years agoMerge pull request #2001 from mbechard/master
John Kessenich [Sun, 1 Dec 2019 02:35:13 +0000 (19:35 -0700)]
Merge pull request #2001 from mbechard/master

Fix #1981

4 years agoFix #1981
Malcolm Bechard [Thu, 28 Nov 2019 04:37:16 +0000 (23:37 -0500)]
Fix #1981

Copy over incoming units localSize if it's set, and this->localSize is not set
Also fix overwritting localSizeSpecId if it's already been set.

4 years agoFix #1983: __ is okay starting with ES 300, rather than 310.
John Kessenich [Sat, 23 Nov 2019 08:29:02 +0000 (01:29 -0700)]
Fix #1983: __ is okay starting with ES 300, rather than 310.

4 years agoMerge pull request #1972 from andflo-Arm/master
John Kessenich [Sat, 23 Nov 2019 04:38:36 +0000 (21:38 -0700)]
Merge pull request #1972 from andflo-Arm/master

Fix construction issue for 8 and 16 bit types.

4 years agoFix #1987: Use large enough built-in buffer to hold vec4 of maxint-64.
John Kessenich [Fri, 22 Nov 2019 18:07:43 +0000 (11:07 -0700)]
Fix #1987: Use large enough built-in buffer to hold vec4 of maxint-64.

4 years agoMerge branch 'dj2-install'
John Kessenich [Fri, 22 Nov 2019 13:24:38 +0000 (06:24 -0700)]
Merge branch 'dj2-install'

4 years agoMerge pull request #1980 from mattst88/respect-CMAKE_INSTALL_LIBDIR
John Kessenich [Fri, 22 Nov 2019 08:38:38 +0000 (01:38 -0700)]
Merge pull request #1980 from mattst88/respect-CMAKE_INSTALL_LIBDIR

Respect CMAKE_INSTALL_LIBDIR in installed CMake files

4 years agoCheck for ENABLE_SPVREMAPPER flag in CMakeList files.
Dan Sinclair [Thu, 21 Nov 2019 15:33:32 +0000 (10:33 -0500)]
Check for ENABLE_SPVREMAPPER flag in CMakeList files.

There is a flag to disable the SPVRemapper during the GLSLang build.
That flag is check in some, but not all spots so if you try to build
with SPVRemapper disabled you get CMake errors and compile errors.

This CL fixs up the build so building with -DENABLE_SPVREMAPPER=0 will
complete correclty.

4 years agoRespect CMAKE_INSTALL_LIBDIR in installed CMake files
Arfrever Frehtes Taifersar Arahesis [Mon, 18 Nov 2019 19:11:55 +0000 (11:11 -0800)]
Respect CMAKE_INSTALL_LIBDIR in installed CMake files

Fixes #1965

4 years agoMerge pull request #1977 from KhronosGroup/no-hlsl-structs
John Kessenich [Fri, 15 Nov 2019 14:22:44 +0000 (07:22 -0700)]
Merge pull request #1977 from KhronosGroup/no-hlsl-structs

HLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout.

4 years agoHLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout.
John Kessenich [Thu, 14 Nov 2019 10:20:06 +0000 (03:20 -0700)]
HLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout.

4 years agoAdd a test for 8- and 16-bit construction.
Andreas Flöjt [Thu, 14 Nov 2019 13:41:52 +0000 (14:41 +0100)]
Add a test for 8- and 16-bit construction.

4 years agoMerge pull request #1973 from KhronosGroup/fix-fmod-int
John Kessenich [Tue, 12 Nov 2019 13:00:51 +0000 (06:00 -0700)]
Merge pull request #1973 from KhronosGroup/fix-fmod-int

HLSL: Fix #1960: fmod() was not converting int args to float.

4 years agoHLSL: Fix #1960: fmod() was not converting int args to float.
John Kessenich [Tue, 12 Nov 2019 12:32:51 +0000 (05:32 -0700)]
HLSL: Fix #1960: fmod() was not converting int args to float.

4 years agoFix construction issue for 8 and 16 bit types.
Andreas Flöjt [Mon, 11 Nov 2019 10:30:22 +0000 (11:30 +0100)]
Fix construction issue for 8 and 16 bit types.

The problem is that constructing a float16_t, int8_t, uint8_t, int16_t,
or uint16_t with a non 32-bit argument generates an aggregate with the
wrong construction op. For int8_t and uint8_t, this resulted in a crash.

4 years agoMerge pull request #1968 from dneto0/reclaim-web-codespace
John Kessenich [Fri, 8 Nov 2019 03:31:16 +0000 (20:31 -0700)]
Merge pull request #1968 from dneto0/reclaim-web-codespace

SPIR-V postprocessing: WEB case only needs CFG mods

4 years agoMerge pull request #1967 from kainino0x/fix-dot-free
John Kessenich [Fri, 8 Nov 2019 03:29:18 +0000 (20:29 -0700)]
Merge pull request #1967 from kainino0x/fix-dot-free

Fix compileGLSLZeroCopy accidental minification

4 years agoSPIR-V postprocessing: WEB case only needs CFG mods
David Neto [Thu, 7 Nov 2019 22:55:22 +0000 (17:55 -0500)]
SPIR-V postprocessing: WEB case only needs CFG mods

The SPIR-V post-processing to discover capabilities and
extensions does not apply to WebGPU compilation.  So don't include
that code.

This reclaims some of the code space added by #1943

4 years agoFix compileGLSLZeroCopy accidental minification
Kai Ninomiya [Thu, 7 Nov 2019 02:06:00 +0000 (18:06 -0800)]
Fix compileGLSLZeroCopy accidental minification

4 years agoMerge pull request #1963 from KhronosGroup/revert-7b0e236
John Kessenich [Wed, 6 Nov 2019 15:56:22 +0000 (08:56 -0700)]
Merge pull request #1963 from KhronosGroup/revert-7b0e236

Fix #1959 by reverting 7b0e236 to put files in two places.

4 years agoMerge pull request #1966 from dj2/readme
John Kessenich [Wed, 6 Nov 2019 15:55:59 +0000 (08:55 -0700)]
Merge pull request #1966 from dj2/readme

Add deprecation for SPIRV/ install folder location.

4 years agoAdd deprecation for SPIRV/ install folder location.
dan sinclair [Wed, 6 Nov 2019 14:50:40 +0000 (09:50 -0500)]
Add deprecation for SPIRV/ install folder location.

This Cl updates the README.md to reference the deprecation date for the
current SPIRV/ install location.

Issue #1964

4 years agoFix #1959 by reverting 7b0e236 to put files in two places.
John Kessenich [Wed, 6 Nov 2019 01:05:42 +0000 (18:05 -0700)]
Fix #1959 by reverting 7b0e236 to put files in two places.

4 years agoMerge pull request #1961 from zoddicus/fixChromiumRoll
John Kessenich [Tue, 5 Nov 2019 08:05:10 +0000 (01:05 -0700)]
Merge pull request #1961 from zoddicus/fixChromiumRoll

Remove std::move that is breaking chromium roll

4 years agoRemove std::move that is breaking chromium roll
Ryan Harrison [Mon, 4 Nov 2019 21:23:11 +0000 (16:23 -0500)]
Remove std::move that is breaking chromium roll

This is causing the following error:

moving a temporary object prevents copy elision
[-Werror,-Wpessimizing-move]

4 years agoMerge pull request #1953 from null77/gn-add-missing-headers
John Kessenich [Mon, 4 Nov 2019 04:34:06 +0000 (21:34 -0700)]
Merge pull request #1953 from null77/gn-add-missing-headers

Add a couple missing headers to the GN build.

4 years agoMerge pull request #1954 from corporateshark/master
John Kessenich [Mon, 4 Nov 2019 04:33:42 +0000 (21:33 -0700)]
Merge pull request #1954 from corporateshark/master

Fix warning: size_t->int implicit cast

4 years agoTests: Add more test results for the previous generator version bump.
John Kessenich [Sun, 3 Nov 2019 06:22:47 +0000 (00:22 -0600)]
Tests: Add more test results for the previous generator version bump.

4 years agoBump up the generator version, which is exposed in SPV test results.
John Kessenich [Sun, 3 Nov 2019 03:26:40 +0000 (21:26 -0600)]
Bump up the generator version, which is exposed in SPV test results.

4 years agoFix warning: size_t->int implicit cast
Sergey Kosarevsky [Sat, 2 Nov 2019 22:34:54 +0000 (01:34 +0300)]
Fix warning: size_t->int implicit cast

4 years agoAdd a couple missing headers to the GN build.
Jamie Madill [Sat, 2 Nov 2019 13:56:09 +0000 (09:56 -0400)]
Add a couple missing headers to the GN build.

Detected with ANGLE's export_targets script.

4 years agoMerge branch 'dneto0-dead-code'
John Kessenich [Fri, 1 Nov 2019 17:11:42 +0000 (11:11 -0600)]
Merge branch 'dneto0-dead-code'

4 years agoMerge branch 'dead-code' of https://github.com/dneto0/glslang into dneto0-dead-code
John Kessenich [Fri, 1 Nov 2019 17:02:55 +0000 (11:02 -0600)]
Merge branch 'dead-code' of https://github.com/dneto0/glslang into dneto0-dead-code

4 years agoBump version.
John Kessenich [Fri, 1 Nov 2019 16:51:21 +0000 (10:51 -0600)]
Bump version.

4 years agoMerge pull request #1949 from corporateshark/master
John Kessenich [Fri, 1 Nov 2019 00:28:53 +0000 (18:28 -0600)]
Merge pull request #1949 from corporateshark/master

Add option ENABLE_CTEST to skip testing

4 years agoSPIR-V: Aggressively prune unreachable merge, continue target
David Neto [Mon, 21 Oct 2019 18:50:31 +0000 (14:50 -0400)]
SPIR-V: Aggressively prune unreachable merge, continue target

More aggressively prune unreachable code as follows.
When no control flow edges reach a merge block or continue target:
- delete their contents so that:
  - a merge block becomes OpLabel, then OpUnreachable
  - a continue target becomes OpLabel, then an OpBranch back to the
    loop header
- any basic block which is dominated by such a merge block or continue
  target is removed as well.
- decorations targeting the removed instructions are removed.

Enables the SPIR-V builder post-processing step the GLSLANG_WEB case.

4 years agoAdd option ENABLE_CTEST to skip testing
Sergey Kosarevsky [Fri, 25 Oct 2019 08:57:11 +0000 (11:57 +0300)]
Add option ENABLE_CTEST to skip testing

4 years agoMerge pull request #1948 from greg-lunarg/kg108
John Kessenich [Fri, 25 Oct 2019 02:49:36 +0000 (20:49 -0600)]
Merge pull request #1948 from greg-lunarg/kg108

Update spirv-tools known good.

4 years agoUpdate spirv-tools known good.
Greg Fischer [Thu, 24 Oct 2019 16:37:01 +0000 (10:37 -0600)]
Update spirv-tools known good.

4 years agoMerge pull request #1947 from ehsannas/fix_licenses
John Kessenich [Thu, 24 Oct 2019 04:25:47 +0000 (22:25 -0600)]
Merge pull request #1947 from ehsannas/fix_licenses

Make  buildbot licenses consistent with the rest of the code

4 years agoMake buildbot licenses consistent with the rest of the code
Ehsan Nasiri [Wed, 23 Oct 2019 19:03:38 +0000 (15:03 -0400)]
Make  buildbot licenses consistent with the rest of the code

4 years agoMerge pull request #1946 from KhronosGroup/extend-web
John Kessenich [Wed, 23 Oct 2019 16:32:16 +0000 (10:32 -0600)]
Merge pull request #1946 from KhronosGroup/extend-web

Web: Extend with compute stage, SSBOs, and atomics on SSBO memory.

4 years agoBUILD.gn: Fix fuchsia build (#1944)
David Turner [Wed, 23 Oct 2019 14:07:19 +0000 (16:07 +0200)]
BUILD.gn: Fix fuchsia build (#1944)

The Fuchsia platform build and the Chromium one use a completely
different set of configs to specify default warnings. The previous
version of BUILD.gn worked with Chromium, but failed to build
with Fuchsia.

This CL fixes the issue by identifying said configs and reusing
them consistently.

Change-Id: I7de526a57d2f14eb93c03e06401d2c3059d35e9a

4 years agoWeb: Reclaim more space and make all work w/wo GLSLANG_WEB.
John Kessenich [Mon, 21 Oct 2019 12:55:11 +0000 (06:55 -0600)]
Web: Reclaim more space and make all work w/wo GLSLANG_WEB.

4 years agoWeb: Add basic atomics for SSBOs.
John Kessenich [Fri, 18 Oct 2019 07:03:11 +0000 (01:03 -0600)]
Web: Add basic atomics for SSBOs.

4 years agoWeb: Add SSBOs and a few other missing compute features.
John Kessenich [Thu, 17 Oct 2019 13:08:40 +0000 (07:08 -0600)]
Web: Add SSBOs and a few other missing compute features.

4 years agoWeb: Add compute stage.
John Kessenich [Thu, 10 Oct 2019 17:40:11 +0000 (11:40 -0600)]
Web: Add compute stage.

4 years agoWeb: Add separate texture/sampler, exclude *CubeArray*.
John Kessenich [Tue, 8 Oct 2019 07:12:07 +0000 (01:12 -0600)]
Web: Add separate texture/sampler, exclude *CubeArray*.

Looks like will add about 1K compressed size to executable footprint.

4 years agoEnable generation of compile_commands.json (#1938)
Timo Suoranta [Tue, 22 Oct 2019 04:38:04 +0000 (07:38 +0300)]
Enable generation of compile_commands.json (#1938)

4 years agoFix the exports of glslang-default-resource-limits (#1942)
David Dubois [Tue, 22 Oct 2019 04:31:44 +0000 (21:31 -0700)]
Fix the exports of glslang-default-resource-limits (#1942)

4 years agoMerge pull request #1941 from ehsannas/bazel_build
John Kessenich [Tue, 22 Oct 2019 04:30:13 +0000 (22:30 -0600)]
Merge pull request #1941 from ehsannas/bazel_build

Add Bazel build files and bots for them

4 years agoRun tests on Windows too.
Ehsan Nasiri [Fri, 18 Oct 2019 17:49:59 +0000 (13:49 -0400)]
Run tests on Windows too.

4 years agoFix build scripts.
Ehsan Nasiri [Fri, 18 Oct 2019 16:25:59 +0000 (12:25 -0400)]
Fix build scripts.

4 years agoMore cleanups for Windows.
Ehsan Nasiri [Fri, 18 Oct 2019 16:21:11 +0000 (12:21 -0400)]
More cleanups for Windows.

4 years agoAdd Kokoro bots for building using Bazel.
Ehsan Nasiri [Thu, 17 Oct 2019 20:12:43 +0000 (16:12 -0400)]
Add Kokoro bots for building using Bazel.

4 years agoMake it work on Windows.
Ehsan Nasiri [Thu, 17 Oct 2019 19:14:20 +0000 (15:14 -0400)]
Make it work on Windows.

4 years agoMerge pull request #1937 from jeffbolznv/volatile_atomics
John Kessenich [Thu, 17 Oct 2019 18:12:44 +0000 (12:12 -0600)]
Merge pull request #1937 from jeffbolznv/volatile_atomics

Only apply volatile semantics to atomics when using Vulkan Memory Model

4 years agoOnly apply volatile semantics to atomics when using Vulkan Memory Model
Jeff Bolz [Thu, 17 Oct 2019 16:22:57 +0000 (11:22 -0500)]
Only apply volatile semantics to atomics when using Vulkan Memory Model

4 years agoAdd Bazel build configuration files.
Ehsan Nasiri [Wed, 16 Oct 2019 20:55:23 +0000 (16:55 -0400)]
Add Bazel build configuration files.

In order to avoid potential build failures that could arise from
SPIRV-Tools/Headers, and to avoid reading known_good.json, this build
configuration does not build the SPIRV-Tools dependency and hence cannot
perform HLSL compilation to SPIR-V.

4 years agoMerge pull request #1933 from dj2/runtest
John Kessenich [Thu, 17 Oct 2019 02:53:39 +0000 (20:53 -0600)]
Merge pull request #1933 from dj2/runtest

Make runtests configurable.

4 years agoUse commandline options instead of ENV variables
Dan Sinclair [Wed, 16 Oct 2019 17:08:48 +0000 (13:08 -0400)]
Use commandline options instead of ENV variables

4 years agoMerge pull request #1932 from zoddicus/anotherSemiColonFix
John Kessenich [Wed, 16 Oct 2019 16:39:51 +0000 (10:39 -0600)]
Merge pull request #1932 from zoddicus/anotherSemiColonFix

Fix config issues and revert previous fixes for semi-colon issues

4 years agoKeep code style improvements
Ryan Harrison [Wed, 16 Oct 2019 15:46:37 +0000 (11:46 -0400)]
Keep code style improvements

4 years agoMerge pull request #1934 from durswd/master
John Kessenich [Wed, 16 Oct 2019 15:25:56 +0000 (09:25 -0600)]
Merge pull request #1934 from durswd/master

Added an option to make pch enabled in Cmake

4 years agoIndenting
dan sinclair [Wed, 16 Oct 2019 14:45:11 +0000 (10:45 -0400)]
Indenting

4 years agoUpdate CMakeLists.txt
dan sinclair [Tue, 15 Oct 2019 23:11:39 +0000 (19:11 -0400)]
Update CMakeLists.txt

4 years agoMove TARGETDIR as well
Dan Sinclair [Tue, 15 Oct 2019 20:47:28 +0000 (16:47 -0400)]
Move TARGETDIR as well

4 years agoMake runtests configurable.
Dan Sinclair [Tue, 15 Oct 2019 19:21:21 +0000 (15:21 -0400)]
Make runtests configurable.

This CL allows setting the location of glslangValidator and spirv-remap
when calling the runtests script. A test target is added to CMake to
execute runtests and sets the location to the build folder for the two
applications.

4 years agoFix config issues and revert previous fixes for semi-colon issues
Ryan Harrison [Tue, 15 Oct 2019 15:17:53 +0000 (11:17 -0400)]
Fix config issues and revert previous fixes for semi-colon issues

This reverts commit 41261d95a417bb3a121c162154d441433705a237.
This reverts commit 7c9accb6534d4cde050555b8091b434dc7e4d218.

Instead of trying to work around all of the potential semicolon issues
in glslang, making it conform to Chromium's style, mark the code
explicitly as non-chromium in the BUILD.gn, so chromium doesn't
attempt to enforce its style rules on glslang.

Fixes #1931

4 years agoAdded an option to make pch enabled in Cmake
durswd [Tue, 15 Oct 2019 17:28:40 +0000 (02:28 +0900)]
Added an option to make pch enabled in Cmake

4 years agoMerge pull request #1866 from rumblehhh/master
John Kessenich [Tue, 15 Oct 2019 10:25:20 +0000 (04:25 -0600)]
Merge pull request #1866 from rumblehhh/master

Export glslang targets on installation

4 years agoMerge pull request #1930 from ux3d/fix/CMakeOptionalExternalBuild
John Kessenich [Tue, 15 Oct 2019 10:19:06 +0000 (04:19 -0600)]
Merge pull request #1930 from ux3d/fix/CMakeOptionalExternalBuild

find Python and add External subdir only if BUILD_EXTERNAL option was set

4 years agofind Python and add External subdir only if BUILD_EXTERNAL option was set (on by...
Fabian Wahlster [Tue, 15 Oct 2019 09:00:23 +0000 (11:00 +0200)]
find Python and add External subdir only if BUILD_EXTERNAL option was set (on by default) and /External dir exists

4 years agoGLSL/SPV: Pre SPIR-V 1.5, subgroupQuadBroadcast index must be constant
John Kessenich [Tue, 15 Oct 2019 05:08:26 +0000 (23:08 -0600)]
GLSL/SPV: Pre SPIR-V 1.5, subgroupQuadBroadcast index must be constant

4 years agoMerge pull request #1880 from georgeouzou/master
John Kessenich [Sat, 12 Oct 2019 14:24:11 +0000 (08:24 -0600)]
Merge pull request #1880 from georgeouzou/master

Add support for GL_ARB_explicit_uniform_location

4 years agoMerge pull request #1928 from Xottab-DUTY/patch-1
John Kessenich [Sat, 12 Oct 2019 14:22:34 +0000 (08:22 -0600)]
Merge pull request #1928 from Xottab-DUTY/patch-1

Fixed typo in README.md

4 years agoremove redundant check
georgeouzou [Sat, 12 Oct 2019 12:17:29 +0000 (15:17 +0300)]
remove redundant check

4 years agoFixed typo in README.md
Xottab_DUTY [Sat, 12 Oct 2019 11:23:54 +0000 (16:23 +0500)]
Fixed typo in README.md

4 years agoMerge pull request #1926 from zoddicus/fixChromiumRoll
John Kessenich [Sat, 12 Oct 2019 07:55:15 +0000 (01:55 -0600)]
Merge pull request #1926 from zoddicus/fixChromiumRoll

Remove unnecessary semi-colons and add warning about them

4 years agoForgot that GCC doesn't recognize this flag
Ryan Harrison [Fri, 11 Oct 2019 17:18:07 +0000 (13:18 -0400)]
Forgot that GCC doesn't recognize this flag

4 years agoRemove unnecessary semi-colons and add warning about them
Ryan Harrison [Fri, 11 Oct 2019 15:00:57 +0000 (11:00 -0400)]
Remove unnecessary semi-colons and add warning about them

These are causing integration issues with Chromium down stream since
it is more strict about these.

4 years agoMerge pull request #1888 from Roy-AMD/Adjusting-code-interface
John Kessenich [Fri, 11 Oct 2019 07:56:05 +0000 (01:56 -0600)]
Merge pull request #1888 from Roy-AMD/Adjusting-code-interface

Adjusting code interface