1. 0840838 Support specialization composite constants by qining · 9 years ago
  2. 28001b1 Merge pull request #212 from amdrexu/bugfix by John Kessenich · 9 years ago
  3. 4e8bf59 Parser: Fix a build issue (VS2012). by Rex Xu · 9 years ago
  4. 5ace09a Merge pull request #210 from AWoloszyn/fix-compilation by John Kessenich · 9 years ago
  5. 272afd2 Fixed compilation issue introduced by my last commit by Andrew Woloszyn · 9 years ago
  6. 56368b6 Merge pull request #198 from AWoloszyn/update-includer by John Kessenich · 9 years ago
  7. ddb65a4 Front-end: Propagate spec-constness up through aggregate constructors. by John Kessenich · 9 years ago
  8. a132af5 Updated the includer interface to allow relative includes. by Andrew Woloszyn · 9 years ago
  9. 6d2b07d Front-end: propagate specialization-constness through conversions and swizzles. by John Kessenich · 9 years ago
  10. a584576 Front-end: Add specialization-constant subtrees for const variables/symbols. by John Kessenich · 9 years ago
  11. 7cc0e28 Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp. by John Kessenich · 9 years ago
  12. 952543e Front-end infrastructure: simplify and localize creating symbol nodes, reducing replication. by John Kessenich · 9 years ago
  13. 2cc221a Merge pull request #209 from amdrexu/bugfix by John Kessenich · 9 years ago
  14. 644c210 Parser: Type promotion for operator modulus(%) is missing. by Rex Xu · 9 years ago
  15. b1dece2 Merge pull request #203 from dneto0/wip-mingw by John Kessenich · 9 years ago
  16. ed5fd5d Support compilation via MinGW by David Neto · 9 years ago
  17. 2de792c Merge pull request #204 from amdrexu/bugfix by John Kessenich · 9 years ago
  18. d715adc SPV: Implement boolean selection for mix(). by Rex Xu · 9 years ago
  19. 6cc7674 Merge pull request #199 from dekimir/test-dead-decors by John Kessenich · 9 years ago
  20. 2677d91 Test dead-decoration removal. by Dejan Mircevski · 9 years ago
  21. 5639f3a Merge pull request #195 from Qining/remove-decoration-on-undef-IDs by John Kessenich · 9 years ago
  22. 95aa527 Change to traditional 'for' loop by qining · 9 years ago
  23. 663cbcd Merge pull request #194 from google/if-macro by John Kessenich · 9 years ago
  24. da39733 Remove decoration of undefined IDs by qining · 9 years ago
  25. 24e4bc9 Fix array out of bounds bug in processing if-else-endif macros. by Lei Zhang · 9 years ago
  26. f7497e2 SPV: Issue #180: push_constants don't have descriptor sets. by John Kessenich · 9 years ago
  27. 2107c76 Merge pull request #192 from Qining/enable-adding-multiviewport-capability by John Kessenich · 9 years ago
  28. be4f52a Run regression tests, update spv.420.geom.out so capability MultiViewport is declared by qining · 9 years ago
  29. 3d7b89a Enable adding capability: MultiViewport by qining · 9 years ago
  30. 3c5b1e6 Merge pull request #168 from amdrexu/feature2 by John Kessenich · 9 years ago
  31. 1250c9e Merge pull request #165 from amdrexu/feature by John Kessenich · 9 years ago
  32. 84ecb41 Infrastructure: Tweak CMake for 31c294cea86ae0115820f2a02c5a33cfca662a26, removal of bison. by John Kessenich · 9 years ago
  33. 31c294c Merge pull request #122 from baldurk/remove-bison-binary by John Kessenich · 9 years ago
  34. f2d8a5c SPV: Use heuristic to avoid geometry multi-streams when possible. by John Kessenich · 9 years ago
  35. 2ac71df Merge pull request #187 from amdrexu/bugfix by John Kessenich · 9 years ago
  36. be0fa3c Merge pull request #188 from bsalomon/master by John Kessenich · 9 years ago
  37. 5dc8a76 Fix line endings in Test/100.conf. by Brian Salomon · 9 years ago
  38. b4fd8d1 SPV: Continue to fix the issue of bool -> uint32 by Rex Xu · 9 years ago
  39. 8e3f4c2 Syntax: correct spelling of rgb10_a2ui. by John Kessenich · 9 years ago
  40. 395b7dd Remove custom command for bison, it fails if bison is not found by baldurk · 9 years ago
  41. 530690e Commit bison-generated files from Windows GNU Bison 2.7 by baldurk · 9 years ago
  42. ac13240 Add a note to README.md about how to build the bison grammar by baldurk · 9 years ago
  43. 768fb8b Remove bison binaries see issue #103 by baldurk · 9 years ago
  44. 32fb11d Merge pull request #173 from amdrexu/bugfix by John Kessenich · 9 years ago
  45. 52d0859 Merge pull request #175 from rdb/master by John Kessenich · 9 years ago
  46. ced70f4 Merge pull request #178 from baldurk/minor-warning-fix by John Kessenich · 9 years ago
  47. 1be2ffa GCC/Clang warning fix - unsigned/signed mismatch in comparison by baldurk · 9 years ago
  48. 9cc6cd3 GCC warning fix - unhandled enums in switch statement by baldurk · 9 years ago
  49. 227e026 MSVC warning fix - conversion from size_t to int, possible loss of data by baldurk · 9 years ago
  50. 5184353 Merge pull request #174 from mgadams/alias_proto_warnings by John Kessenich · 9 years ago
  51. 678f5f5 Merge pull request #176 from jackoalan/parameterize-ensure by John Kessenich · 9 years ago
  52. fd3e09f Merge pull request #172 from Marqin/master by John Kessenich · 9 years ago
  53. 2725323 SPV: Fix an issue caused by bool-to-uint32 conversion. by Rex Xu · 9 years ago
  54. 52e61ac SPV: Ensure Parameterize is called during Disassemble by Jack Andersen · 9 years ago
  55. 32084e8 Fix compilation issues with MSVC 2010 by rdb · 9 years ago
  56. 18b637f Fix warnings/errors for strict aliasing & function prototypes by Mark Adams · 9 years ago
  57. 6df2cdb fix #171 - error: ‘isinf’ was not declared in this scope by Hubert Jarosz · 9 years ago
  58. 1da878f SPV: Add support for memory qualifiers. by Rex Xu · 9 years ago
  59. 0967748 SPV: Fix 'location' inheritance bug. by John Kessenich · 9 years ago
  60. 5eafa47 SPV: Support the new OpCode - OpImageSparseRead by Rex Xu · 9 years ago
  61. 5047c6f SPV: Fix Linux build warning. by John Kessenich · 9 years ago
  62. d930b6e Merge pull request #164 from google/bison by John Kessenich · 9 years ago
  63. 4fe1efa Error out if bison is not found on non-Windows operating systems. by Lei Zhang · 9 years ago
  64. 6c292d3 SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). by John Kessenich · 9 years ago
  65. 019f08f SPV: Fix issue #159: use ExplicitLod forms for non-fragment stages. by John Kessenich · 9 years ago
  66. 5d0fa97 SPV Capabilities: StorageImageExtendedFormats, StorageImageReadWithoutFormat, and StorageImageWriteWithoutFormat. by John Kessenich · 9 years ago
  67. 5e80113 SPV Capabilities: SampleRateShading, SparseResidency, MinLod, and ImageQuery. by John Kessenich · 9 years ago
  68. b0364dc SPV Capabilities: Image types. by John Kessenich · 9 years ago
  69. 3c52207 SPV capabilities: Add int16, int64, float16, and float64. by John Kessenich · 9 years ago
  70. 103bef9 SPV: Handle GLSL bool loads from a uniform buffer as a conversion from int -> bool. by John Kessenich · 9 years ago
  71. 1011059 Merge pull request #161 from ossy-szeged/master by John Kessenich · 9 years ago
  72. f947deb Fix typo in an include guard. by Csaba Osztrogonác · 9 years ago
  73. ba5685a Semantics: Map noise*() to an operator for PureOperatorBuiltins mode. by John Kessenich · 9 years ago
  74. 32cfd49 SPV: RelaxedPrecision: Plumb this through the full AST->SPV translator. by John Kessenich · 9 years ago
  75. 26bd6a3 Merge pull request #155 from mgadams/resultid_warnings by John Kessenich · 9 years ago
  76. fd8a382 Merge pull request #153 from greg-lunarg/gsf-pr1 by John Kessenich · 9 years ago
  77. d5ac538 Fix two new Windows build warnings/errors by Mark Adams · 9 years ago
  78. 8548bab spirv-remap: Fixed strings not at end of operands, fixed L/S defect by GregF · 9 years ago
  79. 036a794 spirv-remap: assert on unhandled OperandClass by GregF · 9 years ago
  80. 796e15a spirv-remap: inhibit loadstore opt if variable ref'd by other instructions by GregF · 9 years ago
  81. 3bb040b spirv-remap: handle OperandImageOperands during remap by GregF · 9 years ago
  82. 9218759 SPV: Address superset of issue #151: missing OpCapability instructions. by John Kessenich · 9 years ago
  83. 9df51ca Fix front-end bug: Constant folding of array-of-struct index op. by John Kessenich · 9 years ago
  84. 9d565d9 Todo: removed Todo.txt, and migrated to issues, closing issue #13. by John Kessenich · 9 years ago
  85. f6eae2a SPV: Require desktop 140 or ES 310 or above. by John Kessenich · 9 years ago
  86. 4bfeed5 Semantics: Spec. changing to reflect reality of int/uint conversion for |^&. by John Kessenich · 9 years ago
  87. 4889167 SPV: Use a more accurate MemorySemanticsAllMemory mask. by John Kessenich · 9 years ago
  88. cd26144 SPV: the OpImageTexelPointer sample 0 should be <id> of 0, not literal 0. by John Kessenich · 9 years ago
  89. 7b9fa25 SPV: Add recursive distrubition of 'location' across structure members. by John Kessenich · 9 years ago
  90. 7a53f76 SPV: Add unary-matrix operations, operating at vector level. by John Kessenich · 9 years ago
  91. dd1c223 Merge pull request #138 from dekimir/fix-old-msvc by John Kessenich · 9 years ago
  92. aa52beb Merge pull request #139 from dekimir/small-header-always by John Kessenich · 9 years ago
  93. 2ab5a37 Add Test/spv.for-complex-condition.vert. by Dejan Mircevski · 9 years ago
  94. 213bbbe Split loop header from condition testing for for/while loops. by Dejan Mircevski · 9 years ago
  95. 97605c8 Fix #137 by avoiding a C++11 feature. by Dejan Mircevski · 9 years ago
  96. 7349eab Merge pull request #136 from dekimir/no-block-removal by John Kessenich · 9 years ago
  97. ed55bcd Don't remove SPIR-V blocks before codegen. by Dejan Mircevski · 9 years ago
  98. 3378279 Merge pull request #127 from dekimir/loopgen by John Kessenich · 9 years ago
  99. f3c63cc Move continue-block to after all branches. by Dejan Mircevski · 9 years ago
  100. e7f6cac Merge branch 'topo' into loopgen-after-readable-order by Dejan Mircevski · 9 years ago