aboutsummaryrefslogtreecommitdiff
path: root/SPIRV/CMakeLists.txt
AgeCommit message (Expand)Author
2020-07-31Revert changes that migrate to `thread_local`.Ben Clayton
2020-07-22Limit visibility of symbols for internal librariesBen Clayton
2020-07-09Generate build information from CHANGES.mdBen Clayton
2020-07-03License headers: s/Google/The Khronos GroupBen Clayton
2020-07-02Add missing copyright headersBen Clayton
2020-06-30CMake: break up glslang into smaller static libsBen Clayton
2020-06-15C Interface: Split SPIR-V C interface to own fileBen Clayton
2020-06-01Remove install to the SPIRV/ folder. (#2256)dan sinclair
2020-03-05GL_EXT_debug_printf implementationJeff Bolz
2019-11-22Merge branch 'dj2-install'John Kessenich
2019-11-21Check for ENABLE_SPVREMAPPER flag in CMakeList files.Dan Sinclair
2019-11-18Respect CMAKE_INSTALL_LIBDIR in installed CMake filesArfrever Frehtes Taifersar Arahesis
2019-11-05Fix #1959 by reverting 7b0e236 to put files in two places.John Kessenich
2019-10-15Merge pull request #1866 from rumblehhh/masterJohn Kessenich
2019-10-06single linedan sinclair
2019-10-03Move install directory for SPIRV/ folder.dan sinclair
2019-08-20Web: Complete the removal of vendor-specific #ifdef's, including CMake.John Kessenich
2019-08-06Handle install vs build include directoriesJames Rumble
2019-08-06Export glslang targets on installationJames Rumble
2019-05-23Fixed .dll install on MSVC.Matthew Albrecht
2018-08-31Merge pull request #1465 from otakuto/remove-execute-permissionsJohn Kessenich
2018-08-23SPV: Isolate SPIRV-tools glue to its own file.John Kessenich
2018-08-07Remove execute permissionsotakuto
2018-08-03Non-Functional: Add postprocess as more robust way to add capabilitiesJohn Kessenich
2018-07-07Added the cmake option to disable building SPVRemapper.Matthew Albrecht
2018-07-02SPV: Add option to print disassembly in standard form using SPIRV-Tools.John Kessenich
2018-05-27CMake: use target_include_directories to expose includesMichael Maltese
2018-04-26Fixed install for SPIRV, glslang, and hlsl when building shared libsMatthew Albrecht
2018-03-30Allowed for LIB_TYPE to be set to switch between static and shared libs for g...Matthew Albrecht
2018-03-27Disable DCE by Remapper through glslangValidator...GregF
2018-03-02Fix issues of SPIRV headersRex Xu
2017-09-21CMake changes for HLSL legalizationGregF
2017-07-04Merge pull request #969 from d3x0r/patch-1John Kessenich
2017-07-04Fix CMake scripts: The set_property script can be used to set only a single p...Rohith Chandran
2017-07-04Update CMakeLists.txtd3x0r
2017-04-29Modernise CMake #2David Seifert
2017-04-28Revert "Modernise CMake"John Kessenich
2017-04-28Modernise CMakeDavid Seifert
2017-01-29Install headersBenjamin Saunders
2017-01-26Merge pull request #690 from ligfx/proper_dependenciesJohn Kessenich
2017-01-24Fix a CMakeLists issueRex Xu
2017-01-21CMake: add target_link_libraries internallyMichael Maltese
2016-12-19Add support for SPV_NV_sample_mask_override_coveragechaoc
2016-09-30Parser: Implement extension GL_AMD_gpu_shader_half_float.Rex Xu
2016-09-22SPV: Implement the extension SPV_KHR_shader_ballotRex Xu
2016-08-25WIP: SPV Remapper: add remapper test frameworksteve-lunarg
2016-07-20Implement 4 AMD-specific extensions.Rex Xu
2016-05-05Merge pull request #268 from AWoloszyn/update-cmakeJohn Kessenich
2016-05-05Updated cmake to better organize folders and options.Andrew Woloszyn
2016-05-05Create a new logger class for all messages w.r.t. SPIR-V build.Lei Zhang