platform/upstream/glslang.git
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: Complete the removal of vendor-specific #ifdef...
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 KessenichWeb: Add sanity check test suite for smaller-footprint...
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-20 Kai Ninomiyaenable build for node
2019-08-15 John KessenichSet theme jekyll-theme-merlot
2019-08-10 John KessenichMerge pull request #1867 from zoddicus/addWebBuild
2019-08-09 Ryan HarrisonMake non-emscripten flags platform agnostic.
2019-08-09 Ryan HarrisonConverted ENABLE_HLSL to a dependent option, so it...
2019-08-09 Ryan HarrisonMove build instructions to README.md
2019-08-08 Ryan HarrisonAdd WASM build target for Web version of glslang
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-31 John KessenichMerge pull request #1859 from zoddicus/fixNoRTTIForWindows
2019-07-30 Ryan HarrisonConvert no RTTI rule to be compiler specific
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 John KessenichMerge pull request #1853 from s-perron/per
2019-07-25 Steven PerronRemove execute permission from LICENSE.txt
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-22 John KessenichMerge pull request #1845 from greg-lunarg/kg105
2019-07-18 Greg FischerUpdate spirv-tools and spirv-headers known good.
2019-07-18 John KessenichBuild: shut up warning to add unnecessary parens.
2019-07-17 Ashwin LeleFix bug in printing trailing comma when dumping AST...
2019-07-17 John KessenichMerge pull request #1841 from jmacnak-nv/jmacnak-raytra...
2019-07-16 Jason MacnakUpdate known good SPIRV-Tools commit
2019-07-16 John KessenichMerge pull request #1837 from KhronosGroup/fix-NV_compu...
2019-07-16 John KessenichMerge pull request #1839 from sparmarNV/fix-NV_mesh_shader
2019-07-15 Sahil ParmarAllow unsized view array dimension for non-block pervie...
2019-07-15 John KessenichMerge pull request #1824 from KhronosGroup/fix-spec...
2019-07-15 John KessenichMerge pull request #1836 from amdrexu/bugfix
2019-07-15 John KessenichESSL: Fix #1823: Conditions for when derivatives are...
2019-07-15 Rex XuOpIsHelperInvocationEXT should declare relevant SPV...
2019-07-13 John KessenichGLSL: Fix #1833: Don't constant fold integer mix to...
2019-07-13 John KessenichMerge pull request #1835 from jmacnak-nv/jmacnak-sample...
2019-07-13 John KessenichMerge pull request #1834 from zoddicus/addRTTIFlag
2019-07-12 Jason Macnakspirv: Generate missing SampleMaskOverrideCoverageNV...
2019-07-12 Ryan HarrisonExplicitly remove RTTI in the top-level build config
2019-07-11 John KessenichMerge pull request #1833 from AaronHaganAMD/master
2019-07-11 amhaganAdd support for SPV_KHR_shader_clock
2019-07-10 John KessenichMerge pull request #1832 from jeffbolznv/issue1828
2019-07-10 Jeff BolzAvoid generating 8/16-bit constants when 8/16-bit arith...
2019-07-10 John KessenichMerge pull request #1827 from alan-baker/update-spirv...
2019-07-09 John KessenichMerge pull request #1825 from amdrexu/bugfix
2019-07-08 Alan BakerTest updates
2019-07-08 Alan BakerUpdate SPIRV-Tools revision
2019-07-06 Rex XuChange implementation of gl_SIMDGroupSizeAMD
2019-07-03 John KessenichSPV: Fix #1783: Don't do bounds checking for spec-const...
2019-07-03 John KessenichHLSL: Fix #1815: Don't constant fold spec-constant...
2019-07-02 John KessenichMerge pull request #1819 from jeffbolznv/demote
2019-07-02 Jeff Bolzupdate spirv-headers to pick up demote_to_helper_invocation
2019-07-02 John KessenichStandalone: Fix #1814: Check that linkage was specified...
2019-07-02 John KessenichMerge pull request #1817 from jeffbolznv/demote
2019-07-02 John KessenichBuild: Tweak PR #1808 to avoid an implicit conversion...
2019-07-01 Jeff BolzImplement GL_EXT_demote_to_helper_invocation
2019-06-26 John KessenichMerge pull request #1811 from ShabbyX/fix
2019-06-26 John KessenichMerge pull request #1812 from ShabbyX/master
2019-06-25 Jeff BolzHandle SPIR-V type mismatch when constructing a composite
2019-06-25 Shahbaz YoussefiRemove __DATE__ and __TIME__ usage
2019-06-25 Shahbaz YoussefiRemove extraneous semicolons
2019-06-23 John KessenichMerge pull request #1808 from jeffbolznv/promote_types
2019-06-23 Jeff BolzAdd a bunch of missing cases to promoteConstantUnion...
2019-06-23 John KessenichMerge pull request #1807 from digit-google/fuchsia...
2019-06-22 Jeff BolzAdd test for constant type conversion
2019-06-21 David 'Digit... BUILD.gn: Fix file for use with Fuchsia platform build.
2019-06-18 John KessenichMerge pull request #1804 from KhronosGroup/fix-930...
2019-06-18 John KessenichBump revision.
2019-06-18 John KessenichAST/SPV: Fix #930: translate uvec4 <-> uint64 for Subgr...
2019-06-18 John KessenichBump revision.
2019-06-18 John KessenichMerge pull request #1806 from KhronosGroup/nan-clamp
2019-06-18 John KessenichMerge pull request #1698 from jeffbolznv/private_storag...
2019-06-18 John KessenichSPV: Add a switch for favoring non-NaN operands in...
2019-06-18 John KessenichBump revision.
2019-06-17 John KessenichMerge pull request #1803 from Igalia/siglesias/fix...
2019-06-17 Samuel Iglesias... Delete duplicated gl_SubGroupSizeARB builtin treatment
2019-06-17 John KessenichMerge pull request #1796 from Igalia/siglesias/fix...
next