platform/upstream/glslang.git
4 years agomake glslang.js easy to use
Kai Ninomiya [Fri, 26 Jul 2019 04:34:15 +0000 (21:34 -0700)]
make glslang.js easy to use

4 years agoenable build for node
Kai Ninomiya [Thu, 15 Aug 2019 00:30:14 +0000 (17:30 -0700)]
enable build for node

4 years agoSet theme jekyll-theme-merlot
John Kessenich [Thu, 15 Aug 2019 03:35:57 +0000 (21:35 -0600)]
Set theme jekyll-theme-merlot

4 years agoMerge pull request #1867 from zoddicus/addWebBuild
John Kessenich [Sat, 10 Aug 2019 11:24:48 +0000 (05:24 -0600)]
Merge pull request #1867 from zoddicus/addWebBuild

Add WASM build target for Web version of glslang

4 years agoMake non-emscripten flags platform agnostic.
Ryan Harrison [Fri, 9 Aug 2019 15:19:07 +0000 (11:19 -0400)]
Make non-emscripten flags platform agnostic.

4 years agoConverted ENABLE_HLSL to a dependent option, so it can be always disabled in web...
Ryan Harrison [Fri, 9 Aug 2019 14:56:51 +0000 (10:56 -0400)]
Converted ENABLE_HLSL to a dependent option, so it can be always disabled in web builds

4 years agoMove build instructions to README.md
Ryan Harrison [Fri, 9 Aug 2019 14:27:45 +0000 (10:27 -0400)]
Move build instructions to README.md

4 years agoAdd WASM build target for Web version of glslang
Ryan Harrison [Thu, 8 Aug 2019 17:50:13 +0000 (13:50 -0400)]
Add WASM build target for Web version of glslang

This adds build rules to support generating a WASM binary to be used
on the web. The API exposed to web applications is definated in the
new glslang.js.cpp file.

4 years agoBump revision and give the bots another chance to work.
John Kessenich [Fri, 2 Aug 2019 12:34:15 +0000 (06:34 -0600)]
Bump revision and give the bots another chance to work.

4 years agoMerge pull request #1860 from zoddicus/fixShaderCRoll
John Kessenich [Fri, 2 Aug 2019 07:37:37 +0000 (01:37 -0600)]
Merge pull request #1860 from zoddicus/fixShaderCRoll

Add in header for uint32_t definition

4 years agoAdd in header for uint32_t definition
Ryan Harrison [Thu, 1 Aug 2019 19:07:18 +0000 (15:07 -0400)]
Add in header for uint32_t definition

This is needed for stricter/newer MSVC builds of downstream users.

4 years agoMerge pull request #1859 from zoddicus/fixNoRTTIForWindows
John Kessenich [Wed, 31 Jul 2019 02:29:09 +0000 (20:29 -0600)]
Merge pull request #1859 from zoddicus/fixNoRTTIForWindows

Convert no RTTI rule to be compiler specific

4 years agoConvert no RTTI rule to be compiler specific
Ryan Harrison [Tue, 30 Jul 2019 15:25:19 +0000 (11:25 -0400)]
Convert no RTTI rule to be compiler specific

MSVC uses a different flag for disabling RTTI, so is currently
including RTTI information and throwing warnings.

4 years agoMerge pull request #1857 from Roy-AMD/automapping-opengl-location
John Kessenich [Mon, 29 Jul 2019 15:40:14 +0000 (09:40 -0600)]
Merge pull request #1857 from Roy-AMD/automapping-opengl-location

Automapping opengl location

4 years agoMerge pull request #1813 from jeffbolznv/compositeconstruct
John Kessenich [Mon, 29 Jul 2019 05:20:26 +0000 (23:20 -0600)]
Merge pull request #1813 from jeffbolznv/compositeconstruct

Handle SPIR-V type mismatch when constructing a composite

4 years agoMerge pull request #1844 from alelenv/ast_print_fix
John Kessenich [Mon, 29 Jul 2019 03:33:30 +0000 (21:33 -0600)]
Merge pull request #1844 from alelenv/ast_print_fix

Fix bug in printing trailing comma when dumping AST for a structure.

4 years agoFix Clang compiler warning.
Canon lee [Sun, 28 Jul 2019 12:53:08 +0000 (20:53 +0800)]
Fix Clang compiler warning.

4 years agoFix location distribution not in order
Canon lee [Sun, 28 Jul 2019 12:13:23 +0000 (20:13 +0800)]
Fix location distribution not in order

4 years agoMerge branch 'sync' into automapping-opengl-location
Canon lee [Thu, 25 Jul 2019 16:47:16 +0000 (00:47 +0800)]
Merge branch 'sync' into automapping-opengl-location

Sync code from KhronosGroup/glslang.

4 years agoMerge pull request #1853 from s-perron/per
John Kessenich [Thu, 25 Jul 2019 15:03:00 +0000 (09:03 -0600)]
Merge pull request #1853 from s-perron/per

Remove execute permission from LICENSE.txt

4 years agoRemove execute permission from LICENSE.txt
Steven Perron [Thu, 25 Jul 2019 13:57:06 +0000 (09:57 -0400)]
Remove execute permission from LICENSE.txt

4 years agoFix memory init issue, to make sure the class members are init in order.
Roy [Thu, 25 Jul 2019 02:52:10 +0000 (10:52 +0800)]
Fix memory init issue, to make sure the class members are init in order.

4 years agoRevert "Merge pull request #1792 from Roy-AMD/automapping-opengl-location"
John Kessenich [Tue, 23 Jul 2019 10:10:36 +0000 (04:10 -0600)]
Revert "Merge pull request #1792 from Roy-AMD/automapping-opengl-location"

This reverts commit 50ada66c2717fb579979d54ac723475de2b1a5c4, reversing
changes made to 3464b6f519be1500faa60698918f13f4dd796dd0.

4 years agoMerge pull request #1792 from Roy-AMD/automapping-opengl-location
John Kessenich [Tue, 23 Jul 2019 08:18:18 +0000 (02:18 -0600)]
Merge pull request #1792 from Roy-AMD/automapping-opengl-location

Automapping opengl location

4 years agoMerge pull request #1847 from alelenv/member_remap_fix
John Kessenich [Tue, 23 Jul 2019 05:55:54 +0000 (23:55 -0600)]
Merge pull request #1847 from alelenv/member_remap_fix

Fix missing decoration and bug in member remap

4 years agoFix bugs in missing Builtin decoration for some NV builtins for tessellation
Ashwin Lele [Mon, 22 Jul 2019 19:36:38 +0000 (12:36 -0700)]
Fix bugs in missing Builtin decoration for some NV builtins for tessellation
control shaders.
Fix bug in member remapping.

4 years agoSPV: Update to latest SPIR-V header.
John Kessenich [Mon, 22 Jul 2019 13:06:50 +0000 (07:06 -0600)]
SPV: Update to latest SPIR-V header.

4 years agoMerge pull request #1845 from greg-lunarg/kg105
John Kessenich [Mon, 22 Jul 2019 12:30:59 +0000 (06:30 -0600)]
Merge pull request #1845 from greg-lunarg/kg105

Update spirv-tools and spirv-headers known good.

5 years agoUpdate spirv-tools and spirv-headers known good.
Greg Fischer [Thu, 18 Jul 2019 19:53:09 +0000 (13:53 -0600)]
Update spirv-tools and spirv-headers known good.

Previous known-good contained regression per sperron at Google.

5 years agoBuild: shut up warning to add unnecessary parens.
John Kessenich [Thu, 18 Jul 2019 01:15:47 +0000 (19:15 -0600)]
Build: shut up warning to add unnecessary parens.

5 years agoFix bug in printing trailing comma when dumping AST for a structure.
Ashwin Lele [Wed, 17 Jul 2019 21:40:58 +0000 (14:40 -0700)]
Fix bug in printing trailing comma when dumping AST for a structure.

5 years agoMerge pull request #1841 from jmacnak-nv/jmacnak-raytracing-descriptor-indexing-valid...
John Kessenich [Wed, 17 Jul 2019 09:13:44 +0000 (03:13 -0600)]
Merge pull request #1841 from jmacnak-nv/jmacnak-raytracing-descriptor-indexing-validation

Update known good SPIRV-Tools commit

5 years agoUpdate known good SPIRV-Tools commit
Jason Macnak [Tue, 16 Jul 2019 16:39:54 +0000 (09:39 -0700)]
Update known good SPIRV-Tools commit

Update the known good SPIRV-Tools commit to eventually propagate the
commit allowing the ray tracing stages in pass instrumentation to the
vulkan validation layers (validation layers depends on glslang which
depends on spirv-tools).

5 years agoMerge pull request #1837 from KhronosGroup/fix-NV_compute_shader_derivatives
John Kessenich [Tue, 16 Jul 2019 01:49:46 +0000 (19:49 -0600)]
Merge pull request #1837 from KhronosGroup/fix-NV_compute_shader_derivatives

ESSL: Fix #1823: Conditions for when derivatives are in compute shader.

5 years agoMerge pull request #1839 from sparmarNV/fix-NV_mesh_shader
John Kessenich [Tue, 16 Jul 2019 01:48:32 +0000 (19:48 -0600)]
Merge pull request #1839 from sparmarNV/fix-NV_mesh_shader

Fix #1818: Allow unsized view array dimension for non-block perviewNV attributes

5 years agoAllow unsized view array dimension for non-block perviewNV attributes
Sahil Parmar [Mon, 15 Jul 2019 23:05:18 +0000 (16:05 -0700)]
Allow unsized view array dimension for non-block perviewNV attributes

5 years agoMerge pull request #1824 from KhronosGroup/fix-spec-expr-array-check
John Kessenich [Mon, 15 Jul 2019 16:55:30 +0000 (10:55 -0600)]
Merge pull request #1824 from KhronosGroup/fix-spec-expr-array-check

SPV: Fix #1783: Don't do bounds checking for spec-const-expression size

5 years agoMerge pull request #1836 from amdrexu/bugfix
John Kessenich [Mon, 15 Jul 2019 13:23:16 +0000 (07:23 -0600)]
Merge pull request #1836 from amdrexu/bugfix

OpIsHelperInvocationEXT should declare relevant SPV extension and capability

5 years agoESSL: Fix #1823: Conditions for when derivatives are in compute shader.
John Kessenich [Mon, 15 Jul 2019 07:20:18 +0000 (01:20 -0600)]
ESSL: Fix #1823: Conditions for when derivatives are in compute shader.

5 years agoOpIsHelperInvocationEXT should declare relevant SPV extension and capability
Rex Xu [Mon, 15 Jul 2019 06:57:20 +0000 (14:57 +0800)]
OpIsHelperInvocationEXT should declare relevant SPV extension and capability

5 years agoGLSL: Fix #1833: Don't constant fold integer mix to a float.
John Kessenich [Sat, 13 Jul 2019 18:22:10 +0000 (12:22 -0600)]
GLSL: Fix #1833: Don't constant fold integer mix to a float.

5 years agoMerge pull request #1835 from jmacnak-nv/jmacnak-sample-coverage-capability
John Kessenich [Sat, 13 Jul 2019 00:29:59 +0000 (18:29 -0600)]
Merge pull request #1835 from jmacnak-nv/jmacnak-sample-coverage-capability

spirv: Generate missing SampleMaskOverrideCoverageNV capability op

5 years agoMerge pull request #1834 from zoddicus/addRTTIFlag
John Kessenich [Sat, 13 Jul 2019 00:29:13 +0000 (18:29 -0600)]
Merge pull request #1834 from zoddicus/addRTTIFlag

Explicitly remove RTTI in the top-level build config

5 years agospirv: Generate missing SampleMaskOverrideCoverageNV capability op
Jason Macnak [Fri, 12 Jul 2019 21:33:02 +0000 (14:33 -0700)]
spirv: Generate missing SampleMaskOverrideCoverageNV capability op

The SampleMaskOverrideCoverageNV capability should be declared when
gl_SampleMask is used.

5 years agoExplicitly remove RTTI in the top-level build config
Ryan Harrison [Fri, 12 Jul 2019 18:25:18 +0000 (14:25 -0400)]
Explicitly remove RTTI in the top-level build config

Fixes #1831

5 years agoMerge pull request #1833 from AaronHaganAMD/master
John Kessenich [Thu, 11 Jul 2019 19:16:09 +0000 (13:16 -0600)]
Merge pull request #1833 from AaronHaganAMD/master

Add support for SPV_KHR_shader_clock

5 years agoAdd support for SPV_KHR_shader_clock
amhagan [Thu, 11 Jul 2019 01:14:38 +0000 (21:14 -0400)]
Add support for SPV_KHR_shader_clock

5 years agoMerge pull request #1832 from jeffbolznv/issue1828
John Kessenich [Wed, 10 Jul 2019 21:10:30 +0000 (15:10 -0600)]
Merge pull request #1832 from jeffbolznv/issue1828

Avoid generating 8/16-bit constants when 8/16-bit arithmetic extensions aren't enabled

5 years agoAvoid generating 8/16-bit constants when 8/16-bit arithmetic extensions aren't enabled
Jeff Bolz [Wed, 10 Jul 2019 18:06:15 +0000 (13:06 -0500)]
Avoid generating 8/16-bit constants when 8/16-bit arithmetic extensions aren't enabled

5 years agoMerge pull request #1827 from alan-baker/update-spirv-tools
John Kessenich [Wed, 10 Jul 2019 17:45:48 +0000 (11:45 -0600)]
Merge pull request #1827 from alan-baker/update-spirv-tools

Update spirv tools

5 years agoMerge pull request #1825 from amdrexu/bugfix
John Kessenich [Tue, 9 Jul 2019 06:14:27 +0000 (00:14 -0600)]
Merge pull request #1825 from amdrexu/bugfix

Change implementation of gl_SIMDGroupSizeAMD

5 years agoTest updates
Alan Baker [Mon, 8 Jul 2019 18:14:23 +0000 (14:14 -0400)]
Test updates

5 years agoUpdate SPIRV-Tools revision
Alan Baker [Mon, 8 Jul 2019 18:14:13 +0000 (14:14 -0400)]
Update SPIRV-Tools revision

5 years agoChange implementation of gl_SIMDGroupSizeAMD
Rex Xu [Sat, 6 Jul 2019 15:40:10 +0000 (23:40 +0800)]
Change implementation of gl_SIMDGroupSizeAMD

5 years agoSPV: Fix #1783: Don't do bounds checking for spec-const-expression size
John Kessenich [Wed, 3 Jul 2019 15:28:28 +0000 (09:28 -0600)]
SPV: Fix #1783: Don't do bounds checking for spec-const-expression size

It's okay for symbolic spec-consts, but without constant folding,
not okay when the array size is an expression.

5 years agoHLSL: Fix #1815: Don't constant fold spec-constant array indexing.
John Kessenich [Wed, 3 Jul 2019 07:27:39 +0000 (01:27 -0600)]
HLSL: Fix #1815: Don't constant fold spec-constant array indexing.

5 years agoMerge pull request #1819 from jeffbolznv/demote
John Kessenich [Tue, 2 Jul 2019 17:04:44 +0000 (11:04 -0600)]
Merge pull request #1819 from jeffbolznv/demote

update spirv-headers to pick up demote_to_helper_invocation

5 years agoupdate spirv-headers to pick up demote_to_helper_invocation
Jeff Bolz [Tue, 2 Jul 2019 15:57:48 +0000 (10:57 -0500)]
update spirv-headers to pick up demote_to_helper_invocation

5 years agoStandalone: Fix #1814: Check that linkage was specified for reflection.
John Kessenich [Tue, 2 Jul 2019 15:32:48 +0000 (09:32 -0600)]
Standalone: Fix #1814: Check that linkage was specified for reflection.

5 years agoMerge pull request #1817 from jeffbolznv/demote
John Kessenich [Tue, 2 Jul 2019 08:20:18 +0000 (02:20 -0600)]
Merge pull request #1817 from jeffbolznv/demote

Implement GL_EXT_demote_to_helper_invocation

5 years agoBuild: Tweak PR #1808 to avoid an implicit conversion warning.
John Kessenich [Tue, 2 Jul 2019 07:51:50 +0000 (01:51 -0600)]
Build: Tweak PR #1808 to avoid an implicit conversion warning.

5 years agoImplement GL_EXT_demote_to_helper_invocation
Jeff Bolz [Mon, 1 Jul 2019 14:23:23 +0000 (09:23 -0500)]
Implement GL_EXT_demote_to_helper_invocation

5 years agoMerge pull request #1811 from ShabbyX/fix
John Kessenich [Wed, 26 Jun 2019 06:53:18 +0000 (00:53 -0600)]
Merge pull request #1811 from ShabbyX/fix

Remove extraneous semicolons

5 years agoMerge pull request #1812 from ShabbyX/master
John Kessenich [Wed, 26 Jun 2019 06:52:12 +0000 (00:52 -0600)]
Merge pull request #1812 from ShabbyX/master

Remove __DATE__ and __TIME__ usage

5 years agoHandle SPIR-V type mismatch when constructing a composite
Jeff Bolz [Tue, 25 Jun 2019 18:31:10 +0000 (13:31 -0500)]
Handle SPIR-V type mismatch when constructing a composite

5 years agoRemove __DATE__ and __TIME__ usage
Shahbaz Youssefi [Tue, 25 Jun 2019 16:09:55 +0000 (12:09 -0400)]
Remove __DATE__ and __TIME__ usage

These macros result in a non-deterministic build.  In chromium, these
macros are specifically set to empty, resulting in a compile error.

5 years agoRemove extraneous semicolons
Shahbaz Youssefi [Tue, 25 Jun 2019 16:08:10 +0000 (12:08 -0400)]
Remove extraneous semicolons

They cause a warning (-Wextra-semi) that can lead to a compile error
(-Werror).

5 years agoMerge pull request #1808 from jeffbolznv/promote_types
John Kessenich [Sun, 23 Jun 2019 15:10:16 +0000 (09:10 -0600)]
Merge pull request #1808 from jeffbolznv/promote_types

Handle all basic scalar types in promoteConstantUnion

5 years agoAdd a bunch of missing cases to promoteConstantUnion. Use macros to expand all the...
Jeff Bolz [Sat, 22 Jun 2019 04:39:05 +0000 (23:39 -0500)]
Add a bunch of missing cases to promoteConstantUnion. Use macros to expand all the cases more simply.

5 years agoMerge pull request #1807 from digit-google/fuchsia-fixes
John Kessenich [Sun, 23 Jun 2019 02:45:18 +0000 (20:45 -0600)]
Merge pull request #1807 from digit-google/fuchsia-fixes

BUILD.gn: Fix file for use with Fuchsia platform build.

5 years agoAdd test for constant type conversion
Jeff Bolz [Sat, 22 Jun 2019 04:27:26 +0000 (23:27 -0500)]
Add test for constant type conversion

5 years agoBUILD.gn: Fix file for use with Fuchsia platform build.
David 'Digit' Turner [Fri, 21 Jun 2019 12:58:30 +0000 (14:58 +0200)]
BUILD.gn: Fix file for use with Fuchsia platform build.

In order to upgrade the version of glslang used by the
Fuchsia platform source tree, BUILD.gn needs to be
slightly modified to care about the case where it is
not used with the Chromium //build configuration:

- Remove a new compiler warning to ensure proper
  compilation with -Werror (which is the default).

- Add a build target for spirv-remap, which is used
  by Fuchsia at build time to optimize the precompiled
  shaders of some of its graphics libraries.

5 years agoMerge pull request #1804 from KhronosGroup/fix-930-subgroup--mask-ops
John Kessenich [Tue, 18 Jun 2019 08:00:46 +0000 (02:00 -0600)]
Merge pull request #1804 from KhronosGroup/fix-930-subgroup--mask-ops

AST/SPV: Fix #930: translate uvec4 <-> uint64 for SubgroupGeMask et. al.

5 years agoBump revision.
John Kessenich [Tue, 18 Jun 2019 06:37:51 +0000 (00:37 -0600)]
Bump revision.

5 years agoAST/SPV: Fix #930: translate uvec4 <-> uint64 for SubgroupGeMask et. al.
John Kessenich [Mon, 17 Jun 2019 14:38:35 +0000 (08:38 -0600)]
AST/SPV: Fix #930: translate uvec4 <-> uint64 for SubgroupGeMask et. al.

On reading built-in variables SubgroupEqMask, SubgroupGeMask, SubgroupGtMask,
SubgroupLeMask, and SubgroupLtMask, the AST expects 64-bit ints, while SPIR-V
is defined as vectors of 32-bit ints.

The declaration type has to be translated in the opposite direction.

5 years agoBump revision.
John Kessenich [Tue, 18 Jun 2019 06:33:46 +0000 (00:33 -0600)]
Bump revision.

5 years agoMerge pull request #1806 from KhronosGroup/nan-clamp
John Kessenich [Tue, 18 Jun 2019 06:26:25 +0000 (00:26 -0600)]
Merge pull request #1806 from KhronosGroup/nan-clamp

SPV: Add a switch for favoring non-NaN operands in min, max, and clamp.

5 years agoMerge pull request #1698 from jeffbolznv/private_storage_variables
John Kessenich [Tue, 18 Jun 2019 05:42:13 +0000 (23:42 -0600)]
Merge pull request #1698 from jeffbolznv/private_storage_variables

Add Float16/Int8/Int16 capabilities for private variables and function parameters

5 years agoSPV: Add a switch for favoring non-NaN operands in min, max, and clamp.
John Kessenich [Tue, 18 Jun 2019 05:33:09 +0000 (23:33 -0600)]
SPV: Add a switch for favoring non-NaN operands in min, max, and clamp.

5 years agoBump revision.
John Kessenich [Tue, 18 Jun 2019 04:33:11 +0000 (22:33 -0600)]
Bump revision.

5 years agoMerge pull request #1803 from Igalia/siglesias/fix-gl_SubGroupSizeARB-tese-geom
John Kessenich [Mon, 17 Jun 2019 15:16:02 +0000 (09:16 -0600)]
Merge pull request #1803 from Igalia/siglesias/fix-gl_SubGroupSizeARB-tese-geom

Fix gl_SubGroupSizeARB builtin treatment

5 years agoDelete duplicated gl_SubGroupSizeARB builtin treatment
Samuel Iglesias Gonsálvez [Mon, 17 Jun 2019 13:44:13 +0000 (15:44 +0200)]
Delete duplicated gl_SubGroupSizeARB builtin treatment

Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
5 years agoMerge pull request #1796 from Igalia/siglesias/fix-gl_SubGroupSizeARB-tese-geom
John Kessenich [Mon, 17 Jun 2019 05:02:02 +0000 (23:02 -0600)]
Merge pull request #1796 from Igalia/siglesias/fix-gl_SubGroupSizeARB-tese-geom

Add missing GL_ARB_shader_ballot builtins to Geometry and Tessellatio…

5 years agoMerge pull request #1799 from jeffbolznv/volatile_semantics
John Kessenich [Mon, 17 Jun 2019 04:31:16 +0000 (22:31 -0600)]
Merge pull request #1799 from jeffbolznv/volatile_semantics

Add gl_SemanticsVolatile to GL_KHR_memory_scope_semantics, and make volatile-qualified atomics generate MemorySemanticsVolatile when using the Vulkan memory model

5 years agoAdd missing GL_ARB_shader_ballot builtins to Geometry and Tessellation shaders
Samuel Iglesias Gonsálvez [Wed, 12 Jun 2019 14:42:43 +0000 (16:42 +0200)]
Add missing GL_ARB_shader_ballot builtins to Geometry and Tessellation shaders

When processing Geometry and Tessellation Control/Evaluation shaders,
the builtins defined by GL_ARB_shader_ballot were not processed by
glslang. This specially a problem for gl_SubGroupSizeARB because, it is
treated as shader input instead of uniform on Vulkan.

Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
5 years agoAdd gl_SemanticsVolatile to GL_KHR_memory_scope_semantics, and make volatile-qualifie...
Jeff Bolz [Fri, 14 Jun 2019 14:56:28 +0000 (09:56 -0500)]
Add gl_SemanticsVolatile to GL_KHR_memory_scope_semantics, and make volatile-qualified atomics generate MemorySemanticsVolatile when using the Vulkan memory model

5 years agoMerge pull request #1797 from alan-baker/update-tools
John Kessenich [Thu, 13 Jun 2019 15:48:47 +0000 (09:48 -0600)]
Merge pull request #1797 from alan-baker/update-tools

Update tools

5 years agoUpdate test expectations for new SPIRV-Tools
Alan Baker [Thu, 13 Jun 2019 12:54:31 +0000 (08:54 -0400)]
Update test expectations for new SPIRV-Tools

5 years agoUpdate known good SPIRV-Tools
Alan Baker [Thu, 13 Jun 2019 12:54:01 +0000 (08:54 -0400)]
Update known good SPIRV-Tools

5 years agoMerge pull request #1787 from dgkoch/add_sm_builtins
John Kessenich [Mon, 10 Jun 2019 02:50:07 +0000 (20:50 -0600)]
Merge pull request #1787 from dgkoch/add_sm_builtins

Support GL_NV_shader_sm_builtins

5 years agoAdd support for GL_NV_shader_sm_builtins
Daniel Koch [Tue, 4 Jun 2019 12:43:32 +0000 (08:43 -0400)]
Add support for GL_NV_shader_sm_builtins

Including spirv and AST tests

Also increase size of TBuiltInVariable bitfields since we've now exceeded 127
and add a static_assert to make this easier to find next time it happens!

5 years agoGLSL: Revert f6873f7 to fix #1764.
John Kessenich [Sat, 8 Jun 2019 10:30:46 +0000 (04:30 -0600)]
GLSL: Revert f6873f7 to fix #1764.

5 years agoMerge pull request #1794 from jeffbolznv/pre_legalization
John Kessenich [Sat, 8 Jun 2019 10:04:15 +0000 (04:04 -0600)]
Merge pull request #1794 from jeffbolznv/pre_legalization

Use spvValidatorOptionsSetBeforeHlslLegalization for pre-legalized HLSL

5 years agoMerge pull request #1793 from greg-lunarg/kg104
John Kessenich [Sat, 8 Jun 2019 08:06:33 +0000 (02:06 -0600)]
Merge pull request #1793 from greg-lunarg/kg104

Uppdate spirv-tools known-good

5 years agoUse spvValidatorOptionsSetBeforeHlslLegalization for pre-legalized HLSL
Jeff Bolz [Fri, 7 Jun 2019 19:42:08 +0000 (14:42 -0500)]
Use spvValidatorOptionsSetBeforeHlslLegalization for pre-legalized HLSL

5 years agoUppdate spirv-tools known-good
Greg Fischer [Thu, 6 Jun 2019 19:18:08 +0000 (13:18 -0600)]
Uppdate spirv-tools known-good

5 years agocode format refine
Canon lee [Thu, 6 Jun 2019 16:16:31 +0000 (00:16 +0800)]
code format refine

5 years agoAdd interface symbol and uniform symbol location auto mapping for OpenGL shader.
Roy [Thu, 6 Jun 2019 09:54:04 +0000 (17:54 +0800)]
Add interface symbol and uniform symbol location auto mapping for OpenGL shader.

5 years agoMerge pull request #3 from KhronosGroup/master
Roy.li [Thu, 6 Jun 2019 09:16:29 +0000 (17:16 +0800)]
Merge pull request #3 from KhronosGroup/master

Merge code form KhronosGroup/glslang

5 years agoMerge pull request #1791 from dj2/unused
John Kessenich [Wed, 5 Jun 2019 16:37:11 +0000 (10:37 -0600)]
Merge pull request #1791 from dj2/unused

Remove unused parameter