glslang-zig/SPIRV
Jamie Madill 099a80dd76 Suppress MSVC warning about unused variable.
One variable was only used in an 'assert' call. MSVC flagged this
as unused in Release. Suppress the warning and also add a static
cast to void so the variable becomes referenced.
2019-03-18 11:38:53 -04:00
..
bitutils.h Fix compiler warning emitted from GCC8 2018-09-12 10:34:54 +02:00
CMakeLists.txt Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
disassemble.cpp GL_EXT_buffer_reference 2019-01-07 12:36:13 -06:00
disassemble.h Fix -Wextra-semi warnings in headers used in Chromium 2019-02-21 11:05:21 -05:00
doc.cpp Implement GL_NV_cooperative_matrix 2019-02-25 23:42:59 -06:00
doc.h Fix -Wextra-semi warnings in headers used in Chromium 2019-02-21 11:05:21 -05:00
GLSL.ext.AMD.h Non-functional: Move to latest headers. 2018-03-02 12:36:02 -07:00
GLSL.ext.EXT.h Implement GL_EXT_fragment_invocation_density 2018-11-26 10:01:58 -05:00
GLSL.ext.KHR.h GL_EXT_buffer_reference 2019-01-07 12:36:13 -06:00
GLSL.ext.NV.h Implement GL_NV_cooperative_matrix 2019-02-25 23:42:59 -06:00
GLSL.std.450.h Remove execute permissions 2018-08-07 03:16:20 +09:00
GlslangToSpv.cpp Merge pull request #1717 from jeffbolznv/getBufferReferenceAlignment 2019-03-07 11:05:08 +07:00
GlslangToSpv.h Licensing. Fixes #958. Add licenes file and update copyrights. 2018-12-14 10:47:35 -07:00
hex_float.h Build: Attempt better support for VS 2012. 2017-08-25 21:35:37 -06:00
InReadableOrder.cpp Use unordered_set in ReadableOrderTraverser. 2017-05-11 20:48:34 -04:00
Logger.cpp [VS2010] Remove use of ranged-for loops 2016-05-17 01:20:30 +02:00
Logger.h [VS2010] Remove use of "= default" and "= delete" 2016-05-17 01:20:25 +02:00
spirv.hpp Build: Update to latest SPIR-V header. 2019-03-06 11:21:38 +07:00
SpvBuilder.cpp Implement GL_NV_cooperative_matrix 2019-02-25 23:42:59 -06:00
SpvBuilder.h Implement GL_NV_cooperative_matrix 2019-02-25 23:42:59 -06:00
spvIR.h Implement GL_NV_cooperative_matrix 2019-02-25 23:42:59 -06:00
SpvPostProcess.cpp Suppress MSVC warning about unused variable. 2019-03-18 11:38:53 -04:00
SPVRemapper.cpp Remove execute permissions 2018-08-07 03:16:20 +09:00
SPVRemapper.h Remove execute permissions 2018-08-07 03:16:20 +09:00
SpvTools.cpp Add passes to legalization to preserve source line info when generated. 2018-12-16 13:13:46 -07:00
SpvTools.h Fix -Wextra-semi warnings in headers used in Chromium 2019-02-21 11:05:21 -05:00