1. 213bbbe Split loop header from condition testing for for/while loops. by Dejan Mircevski · 9 years ago
  2. 7349eab Merge pull request #136 from dekimir/no-block-removal by John Kessenich · 9 years ago
  3. ed55bcd Don't remove SPIR-V blocks before codegen. by Dejan Mircevski · 9 years ago
  4. 3378279 Merge pull request #127 from dekimir/loopgen by John Kessenich · 9 years ago
  5. f3c63cc Move continue-block to after all branches. by Dejan Mircevski · 9 years ago
  6. e7f6cac Merge branch 'topo' into loopgen-after-readable-order by Dejan Mircevski · 9 years ago
  7. 9a0b59c Merge pull request #135 from dekimir/topo by John Kessenich · 9 years ago
  8. 159b59f Reformat to better match existing style. by Dejan Mircevski · 9 years ago
  9. cce6a8a (C) Google by Dejan Mircevski · 9 years ago
  10. 34bc6c3 Explicitly initialize Instruction::block. by Dejan Mircevski · 9 years ago
  11. a7e7349 Remove a redundant check before visit(succ). by Dejan Mircevski · 9 years ago
  12. 57bbde4 Add copyright, remove unused #includes. by Dejan Mircevski · 9 years ago
  13. fa24290 Make Instruction::getBlock() const. by Dejan Mircevski · 9 years ago
  14. 377f0ca Fix merge issues. by Dejan Mircevski · 9 years ago
  15. 38d039d Rework inReadableOrder() as a recursive descent. by Dejan Mircevski · 9 years ago
  16. 9c59148 Fix spv.branch-return.vert. by Dejan Mircevski · 9 years ago
  17. baa55a1 Add spv.branch-return.vert and fix inReadableOrder(). by Dejan Mircevski · 9 years ago
  18. 44bfb0d Implement inReadableOrder(). by Dejan Mircevski · 9 years ago
  19. 454796e Call addPredecessor() on OpSwitch blocks. by Dejan Mircevski · 9 years ago
  20. 5fe789b Add Block::successors. by Dejan Mircevski · 9 years ago
  21. 60a7f3f Merge branch 'master' of github.com:KhronosGroup/glslang by John Kessenich · 9 years ago
  22. 28ad350 Memory: remove a part of the last merge request that causes crashes in multi-threaded mode. by John Kessenich · 9 years ago
  23. 5996961 Merge pull request #134 from AWoloszyn/glslangvalidator-memory by John Kessenich · 9 years ago
  24. 3e9add3 Merge pull request #133 from AWoloszyn/spirv-memory by John Kessenich · 9 years ago
  25. b7946d1 Free memory associated with SPIR-V generation. by Andrew Woloszyn · 9 years ago
  26. b891c2b Freed up some memory when no longer needed in glslangValidator. by Andrew Woloszyn · 9 years ago
  27. 712ecb9 Doubles: Add all the missing built-in double-based prototypes. by John Kessenich · 9 years ago
  28. c57b2a9 Memory/Perf: For link-mode, isolate file I/O so API can be looped over. by John Kessenich · 9 years ago
  29. 68f1431 Merge pull request #121 from amdrexu/feature by John Kessenich · 9 years ago
  30. 863aa66 Merge pull request #129 from AWoloszyn/fix-noop-strcpy by John Kessenich · 9 years ago
  31. 5caf936 Merge pull request #126 from mgadams/win32_warnings by John Kessenich · 9 years ago
  32. e95fa5e Tests: Update to match previous pull request. by John Kessenich · 9 years ago
  33. 2619e47 Merge pull request #130 from jekstrand/fix-std140-struct by John Kessenich · 9 years ago
  34. a76766a getBaseAlignment: Use the rowMajor argument for determining matrix strides by Jason Ekstrand · 9 years ago
  35. 79b7046 getBaseAlignment: Round up structure sizes to max alignment by Jason Ekstrand · 9 years ago
  36. e602d25 Removed strcpy that copied to itself. by Andrew Woloszyn · 9 years ago
  37. dba2826 Merge branch 'master' of github.com:google/glslang into loopgen by Dejan Mircevski · 9 years ago
  38. 832c65c Fix back-branch target for do-while loops. by Dejan Mircevski · 9 years ago
  39. c8fbbab Update .out files with new loop SPIR-V. by Dejan Mircevski · 9 years ago
  40. 7819bee Switch loops stack to use LoopBlocks. by Dejan Mircevski · 9 years ago
  41. 1322824 Test a for loop with no body. by Dejan Mircevski · 9 years ago
  42. e537b8b Fix unreachable-block removal. by Dejan Mircevski · 9 years ago
  43. 9c6734c First cut at new loop codegen. by Dejan Mircevski · 9 years ago
  44. 364c21c Fix several build warnings/error encountered with VS2013 by Mark Adams · 9 years ago
  45. 48edadf Parser & SPV: Implement two extensions regarding GLSL sparse texture. by Rex Xu · 9 years ago
  46. e23c984 SPV: Handle type punning in createCompositeCompare(). by John Kessenich · 9 years ago
  47. f8842e5 SPV: Don't do stride decorations for arrays of arrays of blocks. by John Kessenich · 9 years ago
  48. c9e0a42 SPV: Handle stride decorations for arrays of arrays, and using multiple type instances when strides are used. by John Kessenich · 9 years ago
  49. 4998789 SPV: Fix array strides by explicitly computing them in the getBaseAlignment() algorithm. by John Kessenich · 9 years ago
  50. e0b6cad SPV: Generalize multiple struct-type instances for interpolation/invariant qualifiers. by John Kessenich · 9 years ago
  51. 69d01ea Semantics: Catch nested types containing 'int' with non-'flat' interpolation. by John Kessenich · 9 years ago
  52. 50e5756 SPV: Don't make MissingFunctionality() exit anymore. by John Kessenich · 9 years ago
  53. 2211835 SPV: Implement composite comparisons (reductions across hierchical compare). by John Kessenich · 9 years ago
  54. 59420fd SPV: Move to deterministic results for OpEntryPoint, for test stability across platforms. by John Kessenich · 9 years ago
  55. 7ba6341 SPV: Make OpEntryPoint I/O list include all static uses. by John Kessenich · 9 years ago
  56. 3ac051e SPV: recursively propagate row/col majorness through nested structures. by John Kessenich · 9 years ago
  57. f85e806 SPV: Nested layouts: Recursively send around the top-level std140 or std430 packing. by John Kessenich · 9 years ago
  58. b62e693 Merge pull request #118 from amdrexu/bugfix by John Kessenich · 9 years ago
  59. a3211bf Merge pull request #120 from amdrexu/bugfix2 by John Kessenich · 9 years ago
  60. aa1dd61 Merge branch 'master' of github.com:KhronosGroup/glslang by John Kessenich · 9 years ago
  61. b6d7fa9 Merge pull request #117 from amdrexu/feature by John Kessenich · 9 years ago
  62. 297bb3f Tests for PR: Fix results for 4f68b83ea1b34923a71e699125a9e867003864f6. by John Kessenich · 9 years ago
  63. 4f68b83 Merge pull request #119 from thothonegan/master by John Kessenich · 9 years ago
  64. 61c47a9 Constant folding: Correct result type of non-square matrix folding. by John Kessenich · 9 years ago
  65. 1934506 Parser: Correct the storage qualifier of gl_HelperInvocation. by Rex Xu · 9 years ago
  66. b07e6be Display the filename if we have output, even if validating a single file. by Kenneth Perry · 9 years ago
  67. 7beb441 SPV: Fix an issue related with imageStore() for 2DMS. by Rex Xu · 9 years ago
  68. cbc426e SPV: Implement GLSL built-in bitcast functions. by Rex Xu · 9 years ago
  69. ea0cb2e Merge pull request #116 from mgadams/scan_compile_fix by John Kessenich · 9 years ago
  70. 22badee Fix compile warning/error due to assignment in while() loop by Mark Adams · 9 years ago
  71. e7c83cf SPV GLSL.std.450: Add needed smear operations for min, max, clamp, mix, step, and smoothstep. by John Kessenich · 9 years ago
  72. 6feb498 SPV texturing: Use comp. 2 as the 3rd comp. for Dref in ImageSampleProjDrefImplicitLod. by John Kessenich · 9 years ago
  73. f5ce646 Fix crash: when no #version for compute shader in es mode. by John Kessenich · 9 years ago
  74. 61d9fb9 Semantics: 'invocations' defaults to 1, not 0. by John Kessenich · 9 years ago
  75. 04bb8a0 SPV: Implement all matrix operators {+,-,*,/} for {matrix,scalar,vector}. by John Kessenich · 9 years ago
  76. 494a02a Semantics: Geometry stage can support max_vertices = 0. by John Kessenich · 9 years ago
  77. 3c24a06 SPV tests: Turn on some more tests related to currently pending issues. by John Kessenich · 9 years ago
  78. cc16fa0 Tests: Move to just linefeed to simply cross-platform test changes. by John Kessenich · 9 years ago
  79. 562394d Linux: Fix case of test file. by John Kessenich · 9 years ago
  80. 76f7139 SPV: Modify last merge: Have promoteScalar() generate the correct vectorType. by John Kessenich · 9 years ago
  81. c51710e Merge pull request #115 from amdrexu/bugfix by John Kessenich · 9 years ago
  82. 534610d Merge pull request #114 from amdrexu/bugfix2 by John Kessenich · 9 years ago
  83. e723b45 SPV: Scalar smear operation should use type of the scalar to make the by Rex Xu · 9 years ago
  84. e553ace Parser: Extension requirement of gl_PrimitiveID and gl_Layer should be checked only for ESSL instead of GLSL. by Rex Xu · 9 years ago
  85. e00e72d SPV: Protect getStorageClass() with a test that the thing is pointer. by John Kessenich · 9 years ago
  86. 3366145 SPV: Implement OpImage functionality (emit before query). by John Kessenich · 9 years ago
  87. 45457bc Merge pull request #113 from amdrexu/feature by John Kessenich · 9 years ago
  88. 5d60ca5 Platforms: Remove support for Windows XP executables. by John Kessenich · 9 years ago
  89. 7a26c17 SPV: Implement GLSL interpolation built-in functions. by Rex Xu · 9 years ago
  90. c92e370 Merge pull request #111 from dneto0/issue-110-frexp-fix by John Kessenich · 9 years ago
  91. 8d63a3d Avoid read past end of operands vector for EOpFrexp by David Neto · 9 years ago
  92. 8c1c2ca Built-ins: fix mapping of packDouble2x32 and unpackDouble2x32. by John Kessenich · 9 years ago
  93. 2359bd0 SPV: Fix extra operands when using the "struct" form of a built-in taking an 'out' param. by John Kessenich · 9 years ago
  94. e721f49 SPV: Distinguish between std140 and std430 layouts, and correctly use alignments as the base for strides. by John Kessenich · 9 years ago
  95. dd6ca17 Semantics: Correct that std430 is universally disallowed with 'uniform'. by John Kessenich · 9 years ago
  96. 71e04d6 Merge pull request #100 from mawww/scanner-optim by John Kessenich · 9 years ago
  97. 2765749 Merge pull request #109 from xorgy/add-unary-math-check-for-null-before-dereferencing by John Kessenich · 9 years ago
  98. af5a123 In addUnaryMath, check for 'child' being null before dereferencing it. by Aaron Hamilton · 9 years ago
  99. 8481679 Merge pull request #107 from xorgy/fail-init-process-on-init-thread-fail by John Kessenich · 9 years ago
  100. c9d6477 Merge pull request #108 from mgadams/extensions_compile_fix by John Kessenich · 9 years ago