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