1. 2c86427 Fix missing location decoration for structures put directly on input/output interfaces by scygan · 8 years ago
  2. 9af54c3 Non-functional: Fix some comments English and brace formatting in recent merges. by John Kessenich · 8 years ago
  3. 6e0985d Merge branch 'struct_member_decorations' of https://github.com/scyganINTEL/glslang into scyganINTEL-struct_member_decorations by John Kessenich · 8 years ago
  4. c1992e5 SPV: Correct an issue in createUnaryMatrixOperation(). by Rex Xu · 8 years ago
  5. ebb5053 SPV: Don't add clip/cull distance capabilities unless used. by John Kessenich · 8 years ago
  6. 73e3ce7 SPV: Handle matrix's OpFConvert vector by vector. by Rex Xu · 8 years ago
  7. 25262b3 Resolve comments by qining · 8 years ago
  8. 9220dbb Precise and noContraction propagation by qining · 8 years ago
  9. 8add151 SPIR-V do not decorate: members of plain structs with location; non-top level members with interp. by scygan · 8 years ago
  10. 91cef52 SPV: Non-functional: modularize createInvocationsOperation() from the previous commit. by John Kessenich · 8 years ago
  11. baa9fa5 Merge branch 'feature2' of https://github.com/amdrexu/glslang into amdrexu-feature2 by John Kessenich · 8 years ago
  12. c8a5676 Merge branch 'feature' of https://github.com/amdrexu/glslang into amdrexu-feature by John Kessenich · 8 years ago
  13. 17535f7 Create a new logger class for all messages w.r.t. SPIR-V build. by Lei Zhang · 8 years ago
  14. 09caf12 Avoid printing to stdout directly in library functions. by Lei Zhang · 8 years ago
  15. 338b185 Implement the extension GL_ARB_shader_group_vote. by Rex Xu · 8 years ago
  16. 574ab04 Implement the extension GL_ARB_shader_ballot by Rex Xu · 8 years ago
  17. 8ff43de Implement the extension GL_ARB_gpu_shader_int64 by Rex Xu · 8 years ago
  18. c7d3656 SPV: Use OpLogicalEqual/OpLogicalNotEqual for boolean type comparison. by Rex Xu · 8 years ago
  19. 27e04a0 Fix spec const construtor for matrix and vector by qining · 8 years ago
  20. 189b203 Refine the code and address comments by qining · 8 years ago
  21. e24aa5e SpecOp bool->uint/int and uint<->int conversion by qining · 8 years ago
  22. 3cb57d3 Fix warning about losing information, use size_t instead of int by baldurk · 8 years ago
  23. 7e3e486 Memory: Don't use pool memory to store the entry point name in the intermediate representation. by John Kessenich · 8 years ago
  24. 75d1d80 add SpecConstantOpModeGuard to GlslangToSpvTraverser::visitSymbol() by qining · 8 years ago
  25. 4088766 Turn on SpecConstantOpMode based on node qualifier by qining · 8 years ago
  26. 4c91261 fix the wrong generated code when a non-constant array is declared with its size derived from spec constant operations by qining · 8 years ago
  27. aa0298b Merge pull request #220 from Qining/fix-built-in-spec-constants by John Kessenich · 8 years ago
  28. 4f4bb81 Built-in values declared as specialization constant by qining · 8 years ago
  29. 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 8 years ago
  30. 5c61d8e fix format; remove unnecessary parameters; rename some spec op mode guard class; remove support of float point comparison and composite type comparison; update the tests. by qining · 8 years ago
  31. 1354520 Spec Constant Operations by qining · 8 years ago
  32. 0840838 Support specialization composite constants by qining · 8 years ago
  33. a584576 Front-end: Add specialization-constant subtrees for const variables/symbols. by John Kessenich · 8 years ago
  34. 7cc0e28 Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp. by John Kessenich · 8 years ago
  35. d715adc SPV: Implement boolean selection for mix(). by Rex Xu · 8 years ago
  36. 66e2faf Support multiple source languages, adding HLSL as an option. by John Kessenich · 8 years ago
  37. 4d65ee3 Generalize "main" to a settable entry point name. by John Kessenich · 8 years ago
  38. da39733 Remove decoration of undefined IDs by qining · 8 years ago
  39. f7497e2 SPV: Issue #180: push_constants don't have descriptor sets. by John Kessenich · 9 years ago
  40. 2107c76 Merge pull request #192 from Qining/enable-adding-multiviewport-capability by John Kessenich · 9 years ago
  41. 3d7b89a Enable adding capability: MultiViewport by qining · 9 years ago
  42. 3c5b1e6 Merge pull request #168 from amdrexu/feature2 by John Kessenich · 9 years ago
  43. 1250c9e Merge pull request #165 from amdrexu/feature by John Kessenich · 9 years ago
  44. f2d8a5c SPV: Use heuristic to avoid geometry multi-streams when possible. by John Kessenich · 9 years ago
  45. 2ac71df Merge pull request #187 from amdrexu/bugfix by John Kessenich · 9 years ago
  46. b4fd8d1 SPV: Continue to fix the issue of bool -> uint32 by Rex Xu · 9 years ago
  47. 32fb11d Merge pull request #173 from amdrexu/bugfix by John Kessenich · 9 years ago
  48. 52d0859 Merge pull request #175 from rdb/master by John Kessenich · 9 years ago
  49. 9cc6cd3 GCC warning fix - unhandled enums in switch statement by baldurk · 9 years ago
  50. 2725323 SPV: Fix an issue caused by bool-to-uint32 conversion. by Rex Xu · 9 years ago
  51. 32084e8 Fix compilation issues with MSVC 2010 by rdb · 9 years ago
  52. 1da878f SPV: Add support for memory qualifiers. by Rex Xu · 9 years ago
  53. 0967748 SPV: Fix 'location' inheritance bug. by John Kessenich · 9 years ago
  54. 5eafa47 SPV: Support the new OpCode - OpImageSparseRead by Rex Xu · 9 years ago
  55. 6c292d3 SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). by John Kessenich · 9 years ago
  56. 019f08f SPV: Fix issue #159: use ExplicitLod forms for non-fragment stages. by John Kessenich · 9 years ago
  57. 5d0fa97 SPV Capabilities: StorageImageExtendedFormats, StorageImageReadWithoutFormat, and StorageImageWriteWithoutFormat. by John Kessenich · 9 years ago
  58. 5e80113 SPV Capabilities: SampleRateShading, SparseResidency, MinLod, and ImageQuery. by John Kessenich · 9 years ago
  59. 103bef9 SPV: Handle GLSL bool loads from a uniform buffer as a conversion from int -> bool. by John Kessenich · 9 years ago
  60. 32cfd49 SPV: RelaxedPrecision: Plumb this through the full AST->SPV translator. by John Kessenich · 9 years ago
  61. 9218759 SPV: Address superset of issue #151: missing OpCapability instructions. by John Kessenich · 9 years ago
  62. cd26144 SPV: the OpImageTexelPointer sample 0 should be <id> of 0, not literal 0. by John Kessenich · 9 years ago
  63. 7b9fa25 SPV: Add recursive distrubition of 'location' across structure members. by John Kessenich · 9 years ago
  64. 7a53f76 SPV: Add unary-matrix operations, operating at vector level. by John Kessenich · 9 years ago
  65. 213bbbe Split loop header from condition testing for for/while loops. by Dejan Mircevski · 9 years ago
  66. ed55bcd Don't remove SPIR-V blocks before codegen. by Dejan Mircevski · 9 years ago
  67. e7f6cac Merge branch 'topo' into loopgen-after-readable-order by Dejan Mircevski · 9 years ago
  68. 68f1431 Merge pull request #121 from amdrexu/feature by John Kessenich · 9 years ago
  69. dba2826 Merge branch 'master' of github.com:google/glslang into loopgen by Dejan Mircevski · 9 years ago
  70. 832c65c Fix back-branch target for do-while loops. by Dejan Mircevski · 9 years ago
  71. c8fbbab Update .out files with new loop SPIR-V. by Dejan Mircevski · 9 years ago
  72. e537b8b Fix unreachable-block removal. by Dejan Mircevski · 9 years ago
  73. 9c6734c First cut at new loop codegen. by Dejan Mircevski · 9 years ago
  74. 364c21c Fix several build warnings/error encountered with VS2013 by Mark Adams · 9 years ago
  75. 48edadf Parser & SPV: Implement two extensions regarding GLSL sparse texture. by Rex Xu · 9 years ago
  76. f8842e5 SPV: Don't do stride decorations for arrays of arrays of blocks. by John Kessenich · 9 years ago
  77. c9e0a42 SPV: Handle stride decorations for arrays of arrays, and using multiple type instances when strides are used. by John Kessenich · 9 years ago
  78. 4998789 SPV: Fix array strides by explicitly computing them in the getBaseAlignment() algorithm. by John Kessenich · 9 years ago
  79. e0b6cad SPV: Generalize multiple struct-type instances for interpolation/invariant qualifiers. by John Kessenich · 9 years ago
  80. 50e5756 SPV: Don't make MissingFunctionality() exit anymore. by John Kessenich · 9 years ago
  81. 2211835 SPV: Implement composite comparisons (reductions across hierchical compare). by John Kessenich · 9 years ago
  82. 59420fd SPV: Move to deterministic results for OpEntryPoint, for test stability across platforms. by John Kessenich · 9 years ago
  83. 7ba6341 SPV: Make OpEntryPoint I/O list include all static uses. by John Kessenich · 9 years ago
  84. 3ac051e SPV: recursively propagate row/col majorness through nested structures. by John Kessenich · 9 years ago
  85. f85e806 SPV: Nested layouts: Recursively send around the top-level std140 or std430 packing. by John Kessenich · 9 years ago
  86. b62e693 Merge pull request #118 from amdrexu/bugfix by John Kessenich · 9 years ago
  87. b6d7fa9 Merge pull request #117 from amdrexu/feature by John Kessenich · 9 years ago
  88. 61c47a9 Constant folding: Correct result type of non-square matrix folding. by John Kessenich · 9 years ago
  89. 7beb441 SPV: Fix an issue related with imageStore() for 2DMS. by Rex Xu · 9 years ago
  90. cbc426e SPV: Implement GLSL built-in bitcast functions. by Rex Xu · 9 years ago
  91. e7c83cf SPV GLSL.std.450: Add needed smear operations for min, max, clamp, mix, step, and smoothstep. by John Kessenich · 9 years ago
  92. 6feb498 SPV texturing: Use comp. 2 as the 3rd comp. for Dref in ImageSampleProjDrefImplicitLod. by John Kessenich · 9 years ago
  93. 04bb8a0 SPV: Implement all matrix operators {+,-,*,/} for {matrix,scalar,vector}. by John Kessenich · 9 years ago
  94. e00e72d SPV: Protect getStorageClass() with a test that the thing is pointer. by John Kessenich · 9 years ago
  95. 3366145 SPV: Implement OpImage functionality (emit before query). by John Kessenich · 9 years ago
  96. 7a26c17 SPV: Implement GLSL interpolation built-in functions. by Rex Xu · 9 years ago
  97. 8d63a3d Avoid read past end of operands vector for EOpFrexp by David Neto · 9 years ago
  98. 2359bd0 SPV: Fix extra operands when using the "struct" form of a built-in taking an 'out' param. by John Kessenich · 9 years ago
  99. e721f49 SPV: Distinguish between std140 and std430 layouts, and correctly use alignments as the base for strides. by John Kessenich · 9 years ago
  100. 71519fe SPV: Fix an issue related with using CubeArrayShadow for texture() by Rex Xu · 9 years ago