aboutsummaryrefslogtreecommitdiff
path: root/SPIRV/SPVRemapper.cpp
AgeCommit message (Expand)Author
2016-06-03remapper: do not eliminate interface variables in dce by defaultGregF
2016-04-03fix spelling mistakesEric Engestrom
2016-02-15SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).John Kessenich
2016-02-01spirv-remap: Fixed strings not at end of operands, fixed L/S defectGregF
2016-02-01spirv-remap: assert on unhandled OperandClassGregF
2016-02-01spirv-remap: inhibit loadstore opt if variable ref'd by other instructionsGregF
2016-02-01spirv-remap: handle OperandImageOperands during remapGregF
2015-11-15SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.John Kessenich
2015-08-17Fixes for compiling glslang on Android.Andrew Woloszyn
2015-08-11Add missing OpTypeSampledImage to prevent unknown type error from SPVRemapper.Steve
2015-08-06Move to revision 31 of SPIR-V.John Kessenich
2015-07-15Comment out some dead assignments per suggestion from static analysis tools.Steve
2015-06-26Final round for line endings.John Kessenich
2015-06-10glslang portability: Resolve OSX errors, some other OS warnings.John Kessenich
2015-06-09SPV compressor: Fixes a possible asserts. Attribution: spvremapper@lunarg.comJohn Kessenich
2015-05-20SPV compression: Final check-in enabling this on MSVC 2012. All compression ...John Kessenich
2015-05-19SPIR-V compression: Requires rerunning CMake. Adds a standalone tool for run...John Kessenich
2015-05-15SPV compression: Remove file/path manipulation stuff, setting up for that to ...John Kessenich
2015-05-13SPIR-V compression: Add stripping and remapping tools for compressibility of ...John Kessenich