1. 4f4bb81 Built-in values declared as specialization constant by qining · 8 years ago
  2. 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
  3. 1354520 Spec Constant Operations by qining · 8 years ago
  4. 0840838 Support specialization composite constants by qining · 8 years ago
  5. a584576 Front-end: Add specialization-constant subtrees for const variables/symbols. by John Kessenich · 8 years ago
  6. 7cc0e28 Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp. by John Kessenich · 8 years ago
  7. d715adc SPV: Implement boolean selection for mix(). by Rex Xu · 9 years ago
  8. 95aa527 Change to traditional 'for' loop by qining · 9 years ago
  9. da39733 Remove decoration of undefined IDs by qining · 9 years ago
  10. f7497e2 SPV: Issue #180: push_constants don't have descriptor sets. by John Kessenich · 9 years ago
  11. 2107c76 Merge pull request #192 from Qining/enable-adding-multiviewport-capability by John Kessenich · 9 years ago
  12. 3d7b89a Enable adding capability: MultiViewport by qining · 9 years ago
  13. 3c5b1e6 Merge pull request #168 from amdrexu/feature2 by John Kessenich · 9 years ago
  14. 1250c9e Merge pull request #165 from amdrexu/feature by John Kessenich · 9 years ago
  15. f2d8a5c SPV: Use heuristic to avoid geometry multi-streams when possible. by John Kessenich · 9 years ago
  16. 2ac71df Merge pull request #187 from amdrexu/bugfix by John Kessenich · 9 years ago
  17. b4fd8d1 SPV: Continue to fix the issue of bool -> uint32 by Rex Xu · 9 years ago
  18. 32fb11d Merge pull request #173 from amdrexu/bugfix by John Kessenich · 9 years ago
  19. 52d0859 Merge pull request #175 from rdb/master by John Kessenich · 9 years ago
  20. 9cc6cd3 GCC warning fix - unhandled enums in switch statement by baldurk · 9 years ago
  21. 227e026 MSVC warning fix - conversion from size_t to int, possible loss of data by baldurk · 9 years ago
  22. 5184353 Merge pull request #174 from mgadams/alias_proto_warnings by John Kessenich · 9 years ago
  23. 2725323 SPV: Fix an issue caused by bool-to-uint32 conversion. by Rex Xu · 9 years ago
  24. 52e61ac SPV: Ensure Parameterize is called during Disassemble by Jack Andersen · 9 years ago
  25. 32084e8 Fix compilation issues with MSVC 2010 by rdb · 9 years ago
  26. 18b637f Fix warnings/errors for strict aliasing & function prototypes by Mark Adams · 9 years ago
  27. 1da878f SPV: Add support for memory qualifiers. by Rex Xu · 9 years ago
  28. 0967748 SPV: Fix 'location' inheritance bug. by John Kessenich · 9 years ago
  29. 5eafa47 SPV: Support the new OpCode - OpImageSparseRead by Rex Xu · 9 years ago
  30. 6c292d3 SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). by John Kessenich · 9 years ago
  31. 019f08f SPV: Fix issue #159: use ExplicitLod forms for non-fragment stages. by John Kessenich · 9 years ago
  32. 5d0fa97 SPV Capabilities: StorageImageExtendedFormats, StorageImageReadWithoutFormat, and StorageImageWriteWithoutFormat. by John Kessenich · 9 years ago
  33. 5e80113 SPV Capabilities: SampleRateShading, SparseResidency, MinLod, and ImageQuery. by John Kessenich · 9 years ago
  34. b0364dc SPV Capabilities: Image types. by John Kessenich · 9 years ago
  35. 3c52207 SPV capabilities: Add int16, int64, float16, and float64. by John Kessenich · 9 years ago
  36. 103bef9 SPV: Handle GLSL bool loads from a uniform buffer as a conversion from int -> bool. by John Kessenich · 9 years ago
  37. f947deb Fix typo in an include guard. by Csaba Osztrogonác · 9 years ago
  38. 32cfd49 SPV: RelaxedPrecision: Plumb this through the full AST->SPV translator. by John Kessenich · 9 years ago
  39. 26bd6a3 Merge pull request #155 from mgadams/resultid_warnings by John Kessenich · 9 years ago
  40. d5ac538 Fix two new Windows build warnings/errors by Mark Adams · 9 years ago
  41. 8548bab spirv-remap: Fixed strings not at end of operands, fixed L/S defect by GregF · 9 years ago
  42. 036a794 spirv-remap: assert on unhandled OperandClass by GregF · 9 years ago
  43. 796e15a spirv-remap: inhibit loadstore opt if variable ref'd by other instructions by GregF · 9 years ago
  44. 3bb040b spirv-remap: handle OperandImageOperands during remap by GregF · 9 years ago
  45. 9218759 SPV: Address superset of issue #151: missing OpCapability instructions. by John Kessenich · 9 years ago
  46. 4889167 SPV: Use a more accurate MemorySemanticsAllMemory mask. by John Kessenich · 9 years ago
  47. cd26144 SPV: the OpImageTexelPointer sample 0 should be <id> of 0, not literal 0. by John Kessenich · 9 years ago
  48. 7b9fa25 SPV: Add recursive distrubition of 'location' across structure members. by John Kessenich · 9 years ago
  49. 7a53f76 SPV: Add unary-matrix operations, operating at vector level. by John Kessenich · 9 years ago
  50. dd1c223 Merge pull request #138 from dekimir/fix-old-msvc by John Kessenich · 9 years ago
  51. 213bbbe Split loop header from condition testing for for/while loops. by Dejan Mircevski · 9 years ago
  52. 97605c8 Fix #137 by avoiding a C++11 feature. by Dejan Mircevski · 9 years ago
  53. ed55bcd Don't remove SPIR-V blocks before codegen. by Dejan Mircevski · 9 years ago
  54. f3c63cc Move continue-block to after all branches. by Dejan Mircevski · 9 years ago
  55. e7f6cac Merge branch 'topo' into loopgen-after-readable-order by Dejan Mircevski · 9 years ago
  56. 159b59f Reformat to better match existing style. by Dejan Mircevski · 9 years ago
  57. cce6a8a (C) Google by Dejan Mircevski · 9 years ago
  58. 34bc6c3 Explicitly initialize Instruction::block. by Dejan Mircevski · 9 years ago
  59. a7e7349 Remove a redundant check before visit(succ). by Dejan Mircevski · 9 years ago
  60. 57bbde4 Add copyright, remove unused #includes. by Dejan Mircevski · 9 years ago
  61. fa24290 Make Instruction::getBlock() const. by Dejan Mircevski · 9 years ago
  62. 377f0ca Fix merge issues. by Dejan Mircevski · 9 years ago
  63. 38d039d Rework inReadableOrder() as a recursive descent. by Dejan Mircevski · 9 years ago
  64. 9c59148 Fix spv.branch-return.vert. by Dejan Mircevski · 9 years ago
  65. baa55a1 Add spv.branch-return.vert and fix inReadableOrder(). by Dejan Mircevski · 9 years ago
  66. 44bfb0d Implement inReadableOrder(). by Dejan Mircevski · 9 years ago
  67. 454796e Call addPredecessor() on OpSwitch blocks. by Dejan Mircevski · 9 years ago
  68. 5fe789b Add Block::successors. by Dejan Mircevski · 9 years ago
  69. 3e9add3 Merge pull request #133 from AWoloszyn/spirv-memory by John Kessenich · 9 years ago
  70. b7946d1 Free memory associated with SPIR-V generation. by Andrew Woloszyn · 9 years ago
  71. 68f1431 Merge pull request #121 from amdrexu/feature by John Kessenich · 9 years ago
  72. dba2826 Merge branch 'master' of github.com:google/glslang into loopgen by Dejan Mircevski · 9 years ago
  73. 832c65c Fix back-branch target for do-while loops. by Dejan Mircevski · 9 years ago
  74. c8fbbab Update .out files with new loop SPIR-V. by Dejan Mircevski · 9 years ago
  75. 7819bee Switch loops stack to use LoopBlocks. by Dejan Mircevski · 9 years ago
  76. e537b8b Fix unreachable-block removal. by Dejan Mircevski · 9 years ago
  77. 9c6734c First cut at new loop codegen. by Dejan Mircevski · 9 years ago
  78. 364c21c Fix several build warnings/error encountered with VS2013 by Mark Adams · 9 years ago
  79. 48edadf Parser & SPV: Implement two extensions regarding GLSL sparse texture. by Rex Xu · 9 years ago
  80. e23c984 SPV: Handle type punning in createCompositeCompare(). by John Kessenich · 9 years ago
  81. f8842e5 SPV: Don't do stride decorations for arrays of arrays of blocks. by John Kessenich · 9 years ago
  82. c9e0a42 SPV: Handle stride decorations for arrays of arrays, and using multiple type instances when strides are used. by John Kessenich · 9 years ago
  83. 4998789 SPV: Fix array strides by explicitly computing them in the getBaseAlignment() algorithm. by John Kessenich · 9 years ago
  84. e0b6cad SPV: Generalize multiple struct-type instances for interpolation/invariant qualifiers. by John Kessenich · 9 years ago
  85. 50e5756 SPV: Don't make MissingFunctionality() exit anymore. by John Kessenich · 9 years ago
  86. 2211835 SPV: Implement composite comparisons (reductions across hierchical compare). by John Kessenich · 9 years ago
  87. 59420fd SPV: Move to deterministic results for OpEntryPoint, for test stability across platforms. by John Kessenich · 9 years ago
  88. 7ba6341 SPV: Make OpEntryPoint I/O list include all static uses. by John Kessenich · 9 years ago
  89. 3ac051e SPV: recursively propagate row/col majorness through nested structures. by John Kessenich · 9 years ago
  90. f85e806 SPV: Nested layouts: Recursively send around the top-level std140 or std430 packing. by John Kessenich · 9 years ago
  91. b62e693 Merge pull request #118 from amdrexu/bugfix by John Kessenich · 9 years ago
  92. b6d7fa9 Merge pull request #117 from amdrexu/feature by John Kessenich · 9 years ago
  93. 61c47a9 Constant folding: Correct result type of non-square matrix folding. by John Kessenich · 9 years ago
  94. 7beb441 SPV: Fix an issue related with imageStore() for 2DMS. by Rex Xu · 9 years ago
  95. cbc426e SPV: Implement GLSL built-in bitcast functions. by Rex Xu · 9 years ago
  96. e7c83cf SPV GLSL.std.450: Add needed smear operations for min, max, clamp, mix, step, and smoothstep. by John Kessenich · 9 years ago
  97. 6feb498 SPV texturing: Use comp. 2 as the 3rd comp. for Dref in ImageSampleProjDrefImplicitLod. by John Kessenich · 9 years ago
  98. 04bb8a0 SPV: Implement all matrix operators {+,-,*,/} for {matrix,scalar,vector}. by John Kessenich · 9 years ago
  99. 76f7139 SPV: Modify last merge: Have promoteScalar() generate the correct vectorType. by John Kessenich · 9 years ago
  100. e723b45 SPV: Scalar smear operation should use type of the scalar to make the by Rex Xu · 9 years ago