Make it work on Windows.
[platform/upstream/glslang.git] / glslang /
2019-10-16 Ryan HarrisonKeep code style improvements
2019-10-15 Ryan HarrisonFix config issues and revert previous fixes for semi...
2019-10-15 John KessenichMerge pull request #1866 from rumblehhh/master
2019-10-15 John KessenichGLSL/SPV: Pre SPIR-V 1.5, subgroupQuadBroadcast index...
2019-10-12 John KessenichMerge pull request #1880 from georgeouzou/master
2019-10-12 georgeouzouremove redundant check
2019-10-12 John KessenichMerge pull request #1926 from zoddicus/fixChromiumRoll
2019-10-11 Ryan HarrisonRemove unnecessary semi-colons and add warning about...
2019-10-11 John KessenichMerge pull request #1888 from Roy-AMD/Adjusting-code...
2019-10-03 John KessenichMerge pull request #1918 from KhronosGroup/format-attri...
2019-09-30 John KessenichHLSL: Fix #1912: add attribute syntax for nonreadable...
2019-09-28 John KessenichHLSL: Fix #1912: add attribute syntax for overriding...
2019-09-25 John KessenichMerge pull request #1906 from ShchchowAMD/master
2019-09-20 John KessenichMerge pull request #1910 from KhronosGroup/fix-1900...
2019-09-20 John KessenichGLSL/SPV: Fix #1900: Drop const on literal when doing...
2019-09-19 John KessenichMerge pull request #1907 from kainino0x/separate-web...
2019-09-19 John KessenichMerge pull request #1905 from KhronosGroup/GL_EXT_buffe...
2019-09-19 John KessenichSPV_KHR_physical_storage_buffer/SPV: Add GL_EXT_buffer_...
2019-09-18 John KessenichMerge branch 'master' into separate-web-and-emscripten
2019-09-18 Kai Ninomiyause custom es6 modularization instead of MODULARIZE=1
2019-09-18 Kai NinomiyaSeparate GLSLANG_WEB (min-size build) and Emscripten...
2019-09-18 ChowReflection will crash when the VS input symbol defines...
2019-09-18 John KessenichMerge pull request #1902 from jeffbolznv/extended_types
2019-09-18 Jeff BolzAdd GL_EXT_shader_subgroup_extended_types support
2019-09-16 John KessenichMerge pull request #1899 from KhronosGroup/SPIR-V_1.5
2019-09-16 John KessenichGLSL: Only require constant for subgroupBroadcast when...
2019-09-16 John KessenichSPV: Support SPIR-V 1.5; five extensions no longer...
2019-09-16 John KessenichMerge pull request #1894 from ShchchowAMD/master
2019-09-16 ChowAdd flags for local size values ( compute shader )
2019-09-12 John KessenichMerge pull request #1897 from dj2/unused
2019-09-11 John KessenichMerge pull request #1895 from amdrexu/bugfix
2019-09-11 Dan SinclairComment out params instead of removing
2019-09-10 Dan SinclairRemove unused params
2019-09-09 Rex XuFix incorrect function prototypes of 64-bit findLSB...
2019-09-05 John KessenichFix #1879: Check for valid variable before checking...
2019-09-04 RoyFix code style issue and remove setXfbBufferStride...
2019-09-03 John KessenichMerge pull request #1889 from Roy-AMD/code-refine
2019-09-02 Roycode refine
2019-09-02 RoyAdjusting code interface
2019-09-02 Roy.liMerge pull request #6 from Roy-AMD/sync
2019-09-02 Roy.liMerge pull request #5 from KhronosGroup/master
2019-08-30 John KessenichPlaceholder fix for part of #1870.
2019-08-30 John KessenichNon-functional: Make whitespace/braces consistent for...
2019-08-29 John KessenichMerge pull request #1885 from zoddicus/fixUnInitialized...
2019-08-28 Ryan HarrisonChange to initializing the variable
2019-08-28 Ryan HarrisonReturn nullptr after assert to avoid uninitialized...
2019-08-28 John KessenichMerge pull request #1876 from jeffbolznv/imma
2019-08-28 John KessenichESSL/SPV: Fix #1856: Allow ESSL shaders to compile...
2019-08-28 John KessenichDocumentation: Provide more detail in setting up the...
2019-08-27 John KessenichMerge pull request #1881 from baldurk/buffer-array...
2019-08-26 baldurkDereference any array type before expanding root-level...
2019-08-24 georgeouzouAdd support for GL_ARB_explicit_uniform_location
2019-08-23 Jeff BolzGL_NV_integer_cooperative_matrix support
2019-08-22 John KessenichBump revision.
2019-08-22 John KessenichMerge pull request #1874 from KhronosGroup/inherit...
2019-08-22 John KessenichGLSL: Inherit memory qualifiers, both declaratively...
2019-08-22 John KessenichMerge pull request #1875 from jonahryandavis/extra...
2019-08-22 Jonah Ryan-DavisFix conformance with -Wextra-tokens
2019-08-21 John KessenichBump version.
2019-08-21 John KessenichMerge pull request #1855 from KhronosGroup/web
2019-08-21 John Kessenichweb: Fix accidental additon of refract() prototypes...
2019-08-21 John KessenichWeb: Turn off includes, independent preprocessing path...
2019-08-21 John KessenichWeb: Make switched methods all be non-virtual, more...
2019-08-21 John KessenichWeb: Optional error management and error tightening.
2019-08-21 John KessenichWeb: Use isEsProfile() instead of run-time testing...
2019-08-21 John KessenichWeb: Remove unused stage functionality, SPIR-V logger...
2019-08-21 John KessenichWeb: Remove unnecessary GLSL numeric types, and some...
2019-08-21 John KessenichWeb: Tighten up sampling code and interfaces.
2019-08-21 John KessenichWeb: Prune grammar and lexor down to needed subset.
2019-08-21 John KessenichWeb: Generalize _EXTENSIONS* in SPIR-V back-end.
2019-08-21 John KessenichWeb: Turn off bracket-style attributes, reflection...
2019-08-21 John KessenichWeb: Remove/rationalize a set of *_EXTENSIONS, using...
2019-08-21 John KessenichWeb: First pass of tabling the built-in function declar...
2019-08-21 John KessenichWeb: Selectively remove a few key features, using ...
2019-08-21 John KessenichWeb: Change a bunch of HLSL methods from dynamic to...
2019-08-21 John KessenichWeb: Remove a few additional HLSL constructs with ENABL...
2019-08-21 John KessenichMerge pull request #1872 from kainino0x/js-interface
2019-08-21 John KessenichBump revision.
2019-08-20 Kai Ninomiyaconvert_glsl_to_spirv: fail early, reduce copies, remov...
2019-08-20 Kai Ninomiyamake glslang.js easy to use
2019-08-10 John KessenichMerge pull request #1867 from zoddicus/addWebBuild
2019-08-08 Ryan HarrisonAdd WASM build target for Web version of glslang
2019-08-06 James RumbleHandle install vs build include directories
2019-08-06 James RumbleExport glslang targets on installation
2019-08-02 John KessenichBump revision and give the bots another chance to work.
2019-08-02 John KessenichMerge pull request #1860 from zoddicus/fixShaderCRoll
2019-08-01 Ryan HarrisonAdd in header for uint32_t definition
2019-07-29 John KessenichMerge pull request #1857 from Roy-AMD/automapping-openg...
2019-07-29 John KessenichMerge pull request #1813 from jeffbolznv/compositeconstruct
2019-07-29 John KessenichMerge pull request #1844 from alelenv/ast_print_fix
2019-07-28 Canon leeFix Clang compiler warning.
2019-07-28 Canon leeFix location distribution not in order
2019-07-25 Canon leeMerge branch 'sync' into automapping-opengl-location
2019-07-25 RoyFix memory init issue, to make sure the class members...
2019-07-23 John KessenichRevert "Merge pull request #1792 from Roy-AMD/automappi...
2019-07-23 John KessenichMerge pull request #1792 from Roy-AMD/automapping-openg...
2019-07-23 John KessenichMerge pull request #1847 from alelenv/member_remap_fix
2019-07-22 Ashwin LeleFix bugs in missing Builtin decoration for some NV...
2019-07-22 John KessenichSPV: Update to latest SPIR-V header.
2019-07-18 John KessenichBuild: shut up warning to add unnecessary parens.
next