1. f664076 Front-end: Implement 2nd task of issue #400; precision of result and operation. by John Kessenich · 8 years ago
  2. 1176530 SPV: Prevent issue #415 with better semantic checking. by John Kessenich · 8 years ago
  3. ce31aea SPV: Fix an issue of ++/-- for dvec/dmat. by Rex Xu · 8 years ago
  4. 8c8505c SPV: For AST interpolateAt* ops consuming a swizzle, invert the order. by John Kessenich · 8 years ago
  5. 9d93a23 Implement 4 AMD-specific extensions. by Rex Xu · 8 years ago
  6. 4016e38 Build: Switch to Rev. 6 of headers, removing "BadValue" enum stuff. by John Kessenich · 8 years ago
  7. c45ddda Merge pull request #314 from mre4ce/master by John Kessenich · 8 years ago
  8. 78a4557 SPV: Fix issue #376; declare Geometry capability for fragment use of gl_Layer. by John Kessenich · 8 years ago
  9. 91e4aa5 SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V. by John Kessenich · 8 years ago
  10. 2d0cc78 SPV: Turn on atomic-storage functionality for SPIR-V. by John Kessenich · 8 years ago
  11. 2f47bc9 SPV: Don't decorate locations within an array, it doesn't make sense. by John Kessenich · 8 years ago
  12. 6090df0 SPV: Non-functional: break up big function into three smaller ones. by John Kessenich · 8 years ago
  13. c884b4a SPV: Certain decorations are missing for structure-typed in/out variables. by Rex Xu · 8 years ago
  14. 6e72fdd Add HLSL memory barrier intrinsics, fix dst, add lit & EvaluateAttributeSnapped by LoopDawg · 8 years ago
  15. 5aa59e2 HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. by John Kessenich · 8 years ago
  16. 6533648 SPV: projective texturing: move the project coordinate. by John Kessenich · 8 years ago
  17. 76d4dfc SPV non-functional: minor readability improvements for texturing. by John Kessenich · 8 years ago
  18. c51287d SPV: Update to spec. decisions (and issue #205) for barrier(). by John Kessenich · 8 years ago
  19. 592860c Add decompositions for some HLSL intrinsics. by LoopDawg · 8 years ago
  20. ed15ef1 GlslangToSpv: Pass the pointer directly into the client function for opaque types by Jason Ekstrand · 8 years ago
  21. c24cc29 GlslangToSpv: Properly handle opaque types in TranslateStorageClass by Jason Ekstrand · 8 years ago
  22. a901ffe Defer capability decl for ClipDistance, CullDistance, PointSize until actual use by David Neto · 8 years ago
  23. a5c33d6 SPV: Fix issue #320: Fetch needs to extract the image. by John Kessenich · 8 years ago
  24. d94c003 Front-end: Complete GL_ARB_compute_shader implementation. by John Kessenich · 8 years ago
  25. ecb0f3b Added -x option to save SPIR-V as 32-bit hexadecimal numbers to a text file. by Johannes van Waveren · 8 years ago
  26. 76d0ac1 SPV: Don't shadow sampler parameters when performing function calls by Jason Ekstrand · 8 years ago
  27. bbceed7 SPV: Fix an issue of interpolation decoration. by Rex Xu · 8 years ago
  28. 22e0d41 SPV: Don't put locations on OpTypeStruct. Related to Issue #291. by John Kessenich · 8 years ago
  29. 8d72f1a Full stack: distinguish between a scalar and a vector of size 1. by John Kessenich · 8 years ago
  30. 823fc65 SPV: Don't emit memory barrier for ESSL barrier(), but still do for GLSL barrier(). by John Kessenich · 8 years ago
  31. 2c86427 Fix missing location decoration for structures put directly on input/output interfaces by scygan · 8 years ago
  32. 9af54c3 Non-functional: Fix some comments English and brace formatting in recent merges. by John Kessenich · 8 years ago
  33. 6e0985d Merge branch 'struct_member_decorations' of https://github.com/scyganINTEL/glslang into scyganINTEL-struct_member_decorations by John Kessenich · 8 years ago
  34. c1992e5 SPV: Correct an issue in createUnaryMatrixOperation(). by Rex Xu · 8 years ago
  35. ebb5053 SPV: Don't add clip/cull distance capabilities unless used. by John Kessenich · 8 years ago
  36. 73e3ce7 SPV: Handle matrix's OpFConvert vector by vector. by Rex Xu · 8 years ago
  37. 25262b3 Resolve comments by qining · 8 years ago
  38. 9220dbb Precise and noContraction propagation by qining · 8 years ago
  39. 8add151 SPIR-V do not decorate: members of plain structs with location; non-top level members with interp. by scygan · 8 years ago
  40. 91cef52 SPV: Non-functional: modularize createInvocationsOperation() from the previous commit. by John Kessenich · 8 years ago
  41. baa9fa5 Merge branch 'feature2' of https://github.com/amdrexu/glslang into amdrexu-feature2 by John Kessenich · 8 years ago
  42. c8a5676 Merge branch 'feature' of https://github.com/amdrexu/glslang into amdrexu-feature by John Kessenich · 8 years ago
  43. 17535f7 Create a new logger class for all messages w.r.t. SPIR-V build. by Lei Zhang · 8 years ago
  44. 09caf12 Avoid printing to stdout directly in library functions. by Lei Zhang · 8 years ago
  45. 338b185 Implement the extension GL_ARB_shader_group_vote. by Rex Xu · 8 years ago
  46. 574ab04 Implement the extension GL_ARB_shader_ballot by Rex Xu · 8 years ago
  47. 8ff43de Implement the extension GL_ARB_gpu_shader_int64 by Rex Xu · 8 years ago
  48. c7d3656 SPV: Use OpLogicalEqual/OpLogicalNotEqual for boolean type comparison. by Rex Xu · 8 years ago
  49. 27e04a0 Fix spec const construtor for matrix and vector by qining · 8 years ago
  50. 189b203 Refine the code and address comments by qining · 8 years ago
  51. e24aa5e SpecOp bool->uint/int and uint<->int conversion by qining · 8 years ago
  52. 3cb57d3 Fix warning about losing information, use size_t instead of int by baldurk · 8 years ago
  53. 7e3e486 Memory: Don't use pool memory to store the entry point name in the intermediate representation. by John Kessenich · 8 years ago
  54. 75d1d80 add SpecConstantOpModeGuard to GlslangToSpvTraverser::visitSymbol() by qining · 8 years ago
  55. 4088766 Turn on SpecConstantOpMode based on node qualifier by qining · 8 years ago
  56. 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
  57. aa0298b Merge pull request #220 from Qining/fix-built-in-spec-constants by John Kessenich · 8 years ago
  58. 4f4bb81 Built-in values declared as specialization constant by qining · 8 years ago
  59. 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 8 years ago
  60. 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
  61. 1354520 Spec Constant Operations by qining · 8 years ago
  62. 0840838 Support specialization composite constants by qining · 8 years ago
  63. a584576 Front-end: Add specialization-constant subtrees for const variables/symbols. by John Kessenich · 8 years ago
  64. 7cc0e28 Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp. by John Kessenich · 8 years ago
  65. d715adc SPV: Implement boolean selection for mix(). by Rex Xu · 8 years ago
  66. 66e2faf Support multiple source languages, adding HLSL as an option. by John Kessenich · 8 years ago
  67. 4d65ee3 Generalize "main" to a settable entry point name. by John Kessenich · 8 years ago
  68. da39733 Remove decoration of undefined IDs by qining · 8 years ago
  69. f7497e2 SPV: Issue #180: push_constants don't have descriptor sets. by John Kessenich · 9 years ago
  70. 2107c76 Merge pull request #192 from Qining/enable-adding-multiviewport-capability by John Kessenich · 9 years ago
  71. 3d7b89a Enable adding capability: MultiViewport by qining · 9 years ago
  72. 3c5b1e6 Merge pull request #168 from amdrexu/feature2 by John Kessenich · 9 years ago
  73. 1250c9e Merge pull request #165 from amdrexu/feature by John Kessenich · 9 years ago
  74. f2d8a5c SPV: Use heuristic to avoid geometry multi-streams when possible. by John Kessenich · 9 years ago
  75. 2ac71df Merge pull request #187 from amdrexu/bugfix by John Kessenich · 9 years ago
  76. b4fd8d1 SPV: Continue to fix the issue of bool -> uint32 by Rex Xu · 9 years ago
  77. 32fb11d Merge pull request #173 from amdrexu/bugfix by John Kessenich · 9 years ago
  78. 52d0859 Merge pull request #175 from rdb/master by John Kessenich · 9 years ago
  79. 9cc6cd3 GCC warning fix - unhandled enums in switch statement by baldurk · 9 years ago
  80. 2725323 SPV: Fix an issue caused by bool-to-uint32 conversion. by Rex Xu · 9 years ago
  81. 32084e8 Fix compilation issues with MSVC 2010 by rdb · 9 years ago
  82. 1da878f SPV: Add support for memory qualifiers. by Rex Xu · 9 years ago
  83. 0967748 SPV: Fix 'location' inheritance bug. by John Kessenich · 9 years ago
  84. 5eafa47 SPV: Support the new OpCode - OpImageSparseRead by Rex Xu · 9 years ago
  85. 6c292d3 SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). by John Kessenich · 9 years ago
  86. 019f08f SPV: Fix issue #159: use ExplicitLod forms for non-fragment stages. by John Kessenich · 9 years ago
  87. 5d0fa97 SPV Capabilities: StorageImageExtendedFormats, StorageImageReadWithoutFormat, and StorageImageWriteWithoutFormat. by John Kessenich · 9 years ago
  88. 5e80113 SPV Capabilities: SampleRateShading, SparseResidency, MinLod, and ImageQuery. by John Kessenich · 9 years ago
  89. 103bef9 SPV: Handle GLSL bool loads from a uniform buffer as a conversion from int -> bool. by John Kessenich · 9 years ago
  90. 32cfd49 SPV: RelaxedPrecision: Plumb this through the full AST->SPV translator. by John Kessenich · 9 years ago
  91. 9218759 SPV: Address superset of issue #151: missing OpCapability instructions. by John Kessenich · 9 years ago
  92. cd26144 SPV: the OpImageTexelPointer sample 0 should be <id> of 0, not literal 0. by John Kessenich · 9 years ago
  93. 7b9fa25 SPV: Add recursive distrubition of 'location' across structure members. by John Kessenich · 9 years ago
  94. 7a53f76 SPV: Add unary-matrix operations, operating at vector level. by John Kessenich · 9 years ago
  95. 213bbbe Split loop header from condition testing for for/while loops. by Dejan Mircevski · 9 years ago
  96. ed55bcd Don't remove SPIR-V blocks before codegen. by Dejan Mircevski · 9 years ago
  97. e7f6cac Merge branch 'topo' into loopgen-after-readable-order by Dejan Mircevski · 9 years ago
  98. 68f1431 Merge pull request #121 from amdrexu/feature by John Kessenich · 9 years ago
  99. dba2826 Merge branch 'master' of github.com:google/glslang into loopgen by Dejan Mircevski · 9 years ago
  100. 832c65c Fix back-branch target for do-while loops. by Dejan Mircevski · 9 years ago