platform/upstream/glslang.git
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 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 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

5 years agoRemove unused parameter
Dan Sinclair [Wed, 5 Jun 2019 15:48:20 +0000 (11:48 -0400)]
Remove unused parameter

5 years agoMerge pull request #1788 from jeffbolznv/ifdef_fix
John Kessenich [Tue, 4 Jun 2019 15:04:19 +0000 (09:04 -0600)]
Merge pull request #1788 from jeffbolznv/ifdef_fix

Add missing NV_EXTENSIONS ifdef

5 years agoAdd missing NV_EXTENSIONS ifdef
Jeff Bolz [Tue, 4 Jun 2019 14:47:41 +0000 (09:47 -0500)]
Add missing NV_EXTENSIONS ifdef

5 years agoMerge pull request #1786 from jeffbolznv/fsi
John Kessenich [Tue, 4 Jun 2019 09:36:51 +0000 (03:36 -0600)]
Merge pull request #1786 from jeffbolznv/fsi

Support GL_ARB_fragment_shader_interlock

5 years agoSupport GL_ARB_fragment_shader_interlock
Jeff Bolz [Mon, 3 Jun 2019 16:33:50 +0000 (11:33 -0500)]
Support GL_ARB_fragment_shader_interlock

5 years agoMerge pull request #1769 from tanderson-google/RemoveInvalidGnSource
John Kessenich [Sun, 2 Jun 2019 04:36:55 +0000 (22:36 -0600)]
Merge pull request #1769 from tanderson-google/RemoveInvalidGnSource

Remove glslang.y from gn sources

5 years agoMerge pull request #1782 from dgkoch/fix_1735
John Kessenich [Sun, 2 Jun 2019 02:29:59 +0000 (20:29 -0600)]
Merge pull request #1782 from dgkoch/fix_1735

Fix subgroup support for ray tracing

5 years agoFix subgroup support for ray tracing
Daniel Koch [Mon, 27 May 2019 20:46:31 +0000 (16:46 -0400)]
Fix subgroup support for ray tracing

Closes #1735

GlslangToSpv.cpp
- minor formatting cleanup

BaseTypes.h
- minor formatting cleanup
- add subgroup builtins to GetBuiltInVariableString
  (was resulting in "unknown built-in variable" messages in test output)

Initialize.cpp
- better naming and re-use of strings for subgroup builtin variable declarations
- define subgroup builtin variables in ray-tracing shaders

intermOut.cpp
- add handling of the EOpSubgroupParition* variables
  (was resulting in "ERROR: Bad aggregation op" messages in test output)

Update test results.

5 years agoAdd AST tests for ray tracing shaders
Daniel Koch [Thu, 30 May 2019 23:40:20 +0000 (19:40 -0400)]
Add AST tests for ray tracing shaders

with subgroup touch tests (error and non-error cases)
Currently the subgroup built-ins are NOT giving the correct output.
This is fixed in the next commit.

5 years agoAdd AST tests for mesh and task shaders
Daniel Koch [Thu, 30 May 2019 05:08:41 +0000 (01:08 -0400)]
Add AST tests for mesh and task shaders

with subgroup touch testing (error and non-error cases)

Add missing symbolTable.relateToOperator("subgroupMemoryBarrierShared") call for
Mesh/Task shaders so they don't assert in ParseHelper.cpp

5 years agoAdd more subgroup testing
Daniel Koch [Thu, 30 May 2019 04:24:33 +0000 (00:24 -0400)]
Add more subgroup testing

Touch test all subgroup builtins in vert, tesc, tese, geom, frag, compute shaders
before and after enabling extensions to make sure the correct errors are generated
and then not generated (after enablement).

5 years agoMerge pull request #1781 from jeffbolznv/issue_1766
John Kessenich [Fri, 31 May 2019 09:28:07 +0000 (03:28 -0600)]
Merge pull request #1781 from jeffbolznv/issue_1766

Allow runtime-sized arrays of acceleration structures

5 years agoAllow runtime-sized arrays of acceleration structures
Jeff Bolz [Thu, 30 May 2019 17:45:15 +0000 (12:45 -0500)]
Allow runtime-sized arrays of acceleration structures

5 years agoMerge pull request #1776 from dgkoch/dgkoch_20190525_fixes
John Kessenich [Wed, 29 May 2019 22:00:31 +0000 (16:00 -0600)]
Merge pull request #1776 from dgkoch/dgkoch_20190525_fixes

Misc fixes from dgkoch

5 years agoFix include guard for GL_EXT_multiview
Daniel Koch [Tue, 28 May 2019 19:23:19 +0000 (15:23 -0400)]
Fix include guard for GL_EXT_multiview

5 years agoReturn consistent names from CapabilityString
Daniel Koch [Tue, 28 May 2019 19:23:10 +0000 (15:23 -0400)]
Return consistent names from CapabilityString

Don't prefix with "Capability" since the majority of them don't.
Also add missing CapabilityImageFootprintNV

5 years agoMerge pull request #1772 from mattparks/patch-2
John Kessenich [Fri, 24 May 2019 05:35:46 +0000 (23:35 -0600)]
Merge pull request #1772 from mattparks/patch-2

Fixed .dll install on MSVC.

5 years agoFixed .dll install on MSVC.
Matthew Albrecht [Fri, 24 May 2019 00:01:57 +0000 (19:01 -0500)]
Fixed .dll install on MSVC.

5 years agoRemove non-source sources from binary targets
Tom Anderson [Fri, 17 May 2019 17:54:03 +0000 (10:54 -0700)]
Remove non-source sources from binary targets

No behavior changes.  Please see [1] for why this is necessary.

[1] https://bugs.chromium.org/p/chromium/issues/detail?id=964411

5 years agoMerge pull request #1768 from ShabbyX/enable-opt
John Kessenich [Fri, 17 May 2019 04:05:01 +0000 (11:05 +0700)]
Merge pull request #1768 from ShabbyX/enable-opt

Build.gn: allow optimization in glslang lib and standalone

5 years agoBuild.gn: allow optimization in glslang lib and standalone
Shahbaz Youssefi [Fri, 17 May 2019 03:53:15 +0000 (23:53 -0400)]
Build.gn: allow optimization in glslang lib and standalone

5 years agoMerge pull request #1767 from dneto0/update-spirv-headers
John Kessenich [Thu, 16 May 2019 08:26:51 +0000 (15:26 +0700)]
Merge pull request #1767 from dneto0/update-spirv-headers

Update SPIRV-Tools, SPIRV-Headers

5 years agoUpdate SPIRV-Tools, SPIRV-Headers
David Neto [Thu, 16 May 2019 06:59:54 +0000 (02:59 -0400)]
Update SPIRV-Tools, SPIRV-Headers

Headers update fixes validation of spv.shaderBallotAMD.

5 years agoBuild: Fix 3 warnings.
John Kessenich [Fri, 10 May 2019 12:47:00 +0000 (06:47 -0600)]
Build: Fix 3 warnings.

5 years agoMerge pull request #1761 from KhronosGroup/SPIR-V_1.4
John Kessenich [Fri, 10 May 2019 07:19:07 +0000 (14:19 +0700)]
Merge pull request #1761 from KhronosGroup/SPIR-V_1.4

SPV 1.4: Add code generation for SPIR-V 1.4 features

5 years agoBump version and revision.
John Kessenich [Fri, 10 May 2019 06:34:10 +0000 (00:34 -0600)]
Bump version and revision.

5 years agoSPV 1.4: Move to 1.4 validation, removing all 1.4 validation failures.
John Kessenich [Fri, 10 May 2019 05:50:08 +0000 (23:50 -0600)]
SPV 1.4: Move to 1.4 validation, removing all 1.4 validation failures.

5 years agoSPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes.
John Kessenich [Sun, 31 Mar 2019 16:51:57 +0000 (10:51 -0600)]
SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes.

5 years agoSPV 1.4: Lookup tables: Use variable initializer and NonWritable...
John Kessenich [Thu, 7 Feb 2019 15:04:12 +0000 (08:04 -0700)]
SPV 1.4: Lookup tables: Use variable initializer and NonWritable...

...when doing a variable lookup on an array of constants.

5 years agoSPV 1.4: Add support for OpCopyLogical, careful of Boolean differences.
John Kessenich [Tue, 15 Jan 2019 14:48:27 +0000 (21:48 +0700)]
SPV 1.4: Add support for OpCopyLogical, careful of Boolean differences.

5 years agoSPV 1.4: Implement the 5 new loop controls.
John Kessenich [Sat, 12 Jan 2019 10:31:41 +0000 (17:31 +0700)]
SPV 1.4: Implement the 5 new loop controls.

5 years agoSPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions.
John Kessenich [Thu, 10 Jan 2019 11:23:06 +0000 (18:23 +0700)]
SPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions.

5 years agoSPV 1.4: Add testing infrastructure for SPV 1.4 tests.
John Kessenich [Fri, 4 Jan 2019 10:10:53 +0000 (17:10 +0700)]
SPV 1.4: Add testing infrastructure for SPV 1.4 tests.

This includes the test for the first feature of OpEntryPoint.

5 years agoSPV 1.4: Generate all globals on OpEntryPoint interface list.
John Kessenich [Fri, 4 Jan 2019 09:47:06 +0000 (16:47 +0700)]
SPV 1.4: Generate all globals on OpEntryPoint interface list.

5 years agoSPV: Move to the SPIR-V 1.4 header.
John Kessenich [Fri, 10 May 2019 05:59:37 +0000 (23:59 -0600)]
SPV: Move to the SPIR-V 1.4 header.

5 years agoMerge pull request #1765 from KhronosGroup/update-knowngood-tools-SPIR-V_1.4
John Kessenich [Fri, 10 May 2019 03:39:15 +0000 (10:39 +0700)]
Merge pull request #1765 from KhronosGroup/update-knowngood-tools-SPIR-V_1.4

Latest known-good SPIRV-Tools: WARNING: Needs python 3.x.

5 years agoLatest known-good SPIRV-Tools: WARNING: Needs python 3.x.
John Kessenich [Thu, 9 May 2019 09:43:26 +0000 (03:43 -0600)]
Latest known-good SPIRV-Tools: WARNING: Needs python 3.x.

You may need to install python 3.x and also
[windows users] may need to get it in your path in front of python 2.7.x.

If you don't need the external projects (i.e., SPIRV-Tools) and don't want
to upgrade to python 3, don't create the External subdirectory and CMake
won't require python 3.  (CMake has a bug that makes it find the wrong one
on a first pass if the top level does not require the version needed by
lower levels.)

5 years agoBump revision.
John Kessenich [Thu, 9 May 2019 08:11:28 +0000 (02:11 -0600)]
Bump revision.

5 years agoMerge pull request #1762 from jeffbolznv/issue1760
John Kessenich [Thu, 9 May 2019 08:09:31 +0000 (15:09 +0700)]
Merge pull request #1762 from jeffbolznv/issue1760

For nonuniformEXT constructor, make a copy of the node to decorate

5 years agoFor nonuniformEXT constructor, make a copy of the node to decorate
Jeff Bolz [Wed, 8 May 2019 15:24:46 +0000 (10:24 -0500)]
For nonuniformEXT constructor, make a copy of the node to decorate

5 years agoMerge pull request #1739 from jeffbolznv/buffer_reference2
John Kessenich [Wed, 8 May 2019 10:12:52 +0000 (17:12 +0700)]
Merge pull request #1739 from jeffbolznv/buffer_reference2

Add support for GL_EXT_buffer_reference2

5 years agoMerge pull request #1755 from amdrexu/bugfix
John Kessenich [Fri, 3 May 2019 16:11:26 +0000 (23:11 +0700)]
Merge pull request #1755 from amdrexu/bugfix

Fix issues of explicit conversions.

5 years agoMerge pull request #1758 from jeffbolznv/convertonly
John Kessenich [Fri, 3 May 2019 14:44:41 +0000 (21:44 +0700)]
Merge pull request #1758 from jeffbolznv/convertonly

If a shader's only use of float16 is for FConvert, add the Float16 capability

5 years agoFix #1759: Check for specialization constants when literals required.
John Kessenich [Fri, 3 May 2019 14:40:35 +0000 (08:40 -0600)]
Fix #1759: Check for specialization constants when literals required.

5 years agoAdd support for GL_EXT_buffer_reference2
Jeff Bolz [Fri, 8 Mar 2019 16:42:49 +0000 (10:42 -0600)]
Add support for GL_EXT_buffer_reference2

5 years agoIf a shader's only use of float16 is for FConvert, add the Float16 capability.
Jeff Bolz [Wed, 1 May 2019 16:45:36 +0000 (11:45 -0500)]
If a shader's only use of float16 is for FConvert, add the Float16 capability.

When visiting instructions, check that there are no 16-bit storage capabilities
and add the Float16 capability. Same for int8/int16.

5 years agoFix issues of explicit conversions.
Rex Xu [Thu, 25 Apr 2019 02:34:28 +0000 (10:34 +0800)]
Fix issues of explicit conversions.

For certain int8/int16/float16 conversions,they are conditionally allowed
when extensions defining explicit arithmetic types are enabled.

5 years agoBump revision.
John Kessenich [Fri, 19 Apr 2019 11:00:32 +0000 (05:00 -0600)]
Bump revision.

5 years agoGLSL: Add error check for an argument dropping the 'restrict' qualifier
John Kessenich [Fri, 19 Apr 2019 10:57:43 +0000 (04:57 -0600)]
GLSL: Add error check for an argument dropping the 'restrict' qualifier

5 years agoFix #1720: Give an error for parameter mismatched image format.
John Kessenich [Fri, 19 Apr 2019 10:47:03 +0000 (04:47 -0600)]
Fix #1720: Give an error for parameter mismatched image format.

5 years agoclang-format correction and typo (clang format likely not complete)
John Kessenich [Fri, 19 Apr 2019 06:11:07 +0000 (00:11 -0600)]
clang-format correction and typo (clang format likely not complete)

This was added some time ago, but I suspect largely unused.
Christoph pointed out of few contradictions to actual convention,
so that's fixed. But, I suspect it is largely incomplete.

5 years agoMerge pull request #1753 from pixeljetstream/ckubischnv_dumpbuiltins
John Kessenich [Wed, 17 Apr 2019 14:52:34 +0000 (21:52 +0700)]
Merge pull request #1753 from pixeljetstream/ckubischnv_dumpbuiltins

introduce ability to dump builtin symbol table

5 years agoimprove formating
Christoph Kubisch [Wed, 17 Apr 2019 08:49:53 +0000 (10:49 +0200)]
improve formating

5 years agorevert typeName from getCompleteString() (breaks tests), add to function dump instead
Christoph Kubisch [Tue, 16 Apr 2019 11:28:49 +0000 (13:28 +0200)]
revert typeName from getCompleteString() (breaks tests), add to function dump instead

5 years agoimprove formating
Christoph Kubisch [Tue, 16 Apr 2019 08:00:28 +0000 (10:00 +0200)]
improve formating

5 years agoTType::getCompleteString insert optional structure name
Christoph Kubisch [Tue, 16 Apr 2019 07:50:48 +0000 (09:50 +0200)]
TType::getCompleteString insert optional structure name

5 years agominor improvements to formating
Christoph Kubisch [Mon, 15 Apr 2019 11:37:12 +0000 (13:37 +0200)]
minor improvements to formating

5 years agominor naming cleanup
Christoph Kubisch [Sat, 13 Apr 2019 20:57:33 +0000 (22:57 +0200)]
minor naming cleanup

5 years agointroduce new --dump-builtin-symbols command line
Christoph Kubisch [Sat, 13 Apr 2019 20:18:16 +0000 (22:18 +0200)]
introduce new --dump-builtin-symbols command line

add corresponding EShMsgBuiltinSymbolTable
TSymbol::dump functions have option to do "complete" print
bugfix in TType::getCompleteString, structure can be null for block