1. 7ea7ff4 Add EOpD3DCOLORtoUBYTE4 decomposition by steve-lunarg · 8 years ago
  2. affc266 PP: Recognize <> style #include header names. I.e., #include <header-name>. by John Kessenich · 8 years ago
  3. faa720f PP: Fix issue #426, recover from bad-source macro expansion. by John Kessenich · 8 years ago
  4. bc5196c SPV: Fix issue #369, don't support gl_NumSamples -> SPIR-V. by John Kessenich · 8 years ago
  5. f37f4d2 HLSL: Fix issue #646: map SV_DispatchThreadID -> GlobalInvocationID. by John Kessenich · 8 years ago
  6. aa6d562 HLSL: Handle const with no initializer. Fixes issue #651. by John Kessenich · 8 years ago
  7. 5386484 HLSL: Support empty {} initializers for arrays and scalars. by John Kessenich · 8 years ago
  8. 807a0d9 Merge pull request #640 from chaoc/modify-shader-ballot by John Kessenich · 8 years ago
  9. f48faec PP: Non-functional: Make a proper class out of the atom <-> string mapping. by John Kessenich · 8 years ago
  10. f200da8 Modify shader ballot extension by adding OpSubgroupReadInvocationKHR by chaoc · 8 years ago
  11. 224b1f7 PP: Support operator creation with token pasting. by John Kessenich · 8 years ago
  12. 0c4b7c9 PP: Rationalize names of tokens. by John Kessenich · 8 years ago
  13. 2dcdda9 Merge pull request #641 from chaoc/passthrough by John Kessenich · 8 years ago
  14. 906b0a3 Merge pull request #644 from hrydgard/override-warning-fixes by John Kessenich · 8 years ago
  15. 9a931b3 Fix a large number of warnings about inconsistent usage of 'override' produced by clang by Henrik Rydgård · 8 years ago
  16. 907aabb PP: Non-functional: Only use string <-> atom mapping when needed. by John Kessenich · 8 years ago
  17. 54af2de PP: Non-functional: rationalize TPpToken. by John Kessenich · 8 years ago
  18. 1fbb9c1 PP: Non-functional: clean up, simplify, completely identical operation. by John Kessenich · 8 years ago
  19. 6e5acae Add support for SPV_NV_geometry_shader_passthrough by chaoc · 8 years ago
  20. 3c264ce Merge pull request #639 from hrydgard/master by John Kessenich · 8 years ago
  21. 7a21a11 Merge pull request #638 from chaoc/master by John Kessenich · 8 years ago
  22. b8387c8 PP: Non-functional: Remove custom allocator and related improvements. by John Kessenich · 8 years ago
  23. 868746a Add option to make it possible not to build the executables by Henrik Rydgård · 8 years ago
  24. bfff871 PP: Add missing i64val code. by John Kessenich · 8 years ago
  25. 0ad6a4e Add support for SPV_NV_sample_mask_override_coverage by chaoc · 8 years ago
  26. 7583ed7 Merge remote-tracking branch 'refs/remotes/KhronosGroup/master' by chaoc · 8 years ago
  27. 432576f Build: Fix #633, add missing overrides. by John Kessenich · 8 years ago
  28. 0955b1c Merge pull request #637 from KhronosGroup/token-paste by John Kessenich · 8 years ago
  29. e6cbc5b Merge pull request #624 from steve-lunarg/remapper-strip-removed by John Kessenich · 8 years ago
  30. 4ba444b Merge pull request #635 from steve-lunarg/sample-fix-2 by John Kessenich · 8 years ago
  31. 059d46e Merge pull request #625 from jbeich/gcc6 by John Kessenich · 8 years ago
  32. d485e0b PP: Implement token pasting for PP identifiers. by John Kessenich · 8 years ago
  33. a64ed3e HLSL: allow "sample" in expressions. by steve-lunarg · 8 years ago
  34. abf5057 Fix comment typo. by John Kessenich · 8 years ago
  35. 1e275c8 HLSL: More robust handling of bad shader input, catching a few more things. by John Kessenich · 8 years ago
  36. dca93d6 Merge pull request #629 from null77/fix-unicode by John Kessenich · 8 years ago
  37. cebd97e Change unicode dash to ASCII. by Jamie Madill · 8 years ago
  38. 95abd28 Merge pull request #628 from null77/fix-cast-warn by John Kessenich · 8 years ago
  39. 3ec327c Fix size_t to int cast warnings. by Jamie Madill · 8 years ago
  40. 20f01e7 Fix last commit; EOptionKeepUncalled incorrect enum bug. by John Kessenich · 8 years ago
  41. 297754c Remapper: remove debug info for IDs stripped in other passes by steve-lunarg · 8 years ago
  42. 906cc21 Linker: Eliminate uncalled functions, because they can be ill-defined. by John Kessenich · 8 years ago
  43. bf6d7f4 Linker: Track the mangled entry-point name along with the non-mangled one. by John Kessenich · 8 years ago
  44. 4b6ce41 GLSL Linker: Track entry point across compilation units. by John Kessenich · 8 years ago
  45. 1bcb254 Add missing header and drop duplicate one by Jan Beich · 8 years ago
  46. 6a60c2f Linker: Walk the call graph to report an error on missing bodies. by John Kessenich · 8 years ago
  47. e795cc9 Merge pull request #621 from steve-lunarg/recursive-flattening by John Kessenich · 8 years ago
  48. 302e619 Merge pull request #619 from steve-lunarg/opcode-specific-promote by John Kessenich · 8 years ago
  49. 56b4547 Merge pull request #620 from fjhenigman/foo by John Kessenich · 8 years ago
  50. a2b01a0 HLSL: Recursive composite flattening by steve-lunarg · 8 years ago
  51. 05f7514 HLSL: opcode specific promotion rules for interlocked ops by steve-lunarg · 8 years ago
  52. 8dcf202 GLSL: Always define TShader::~Includer(). by Frank Henigman · 8 years ago
  53. b56f4ac Merge pull request #615 from dneto0/consistent-location-for-test-files by John Kessenich · 8 years ago
  54. 9df6aa5 GLSL: Allow desktop shaders to call functions from outside main(). by John Kessenich · 8 years ago
  55. ec2e27a Merge pull request #613 from Corillian/hlslpreprocess by John Kessenich · 8 years ago
  56. 5cc92c5 runtests should refer to test files in current directory by David Neto · 8 years ago
  57. 205dc4e Fixed processing #include's when preprocessing HLSL by Keith Newton · 8 years ago
  58. fb06e95 Don't print the "Linked stage" message unless the AST is being dumped. by John Kessenich · 8 years ago
  59. 09512cb Merge branch 'steve-lunarg-intrinsic-promotion' by John Kessenich · 8 years ago
  60. 21b11f4 Merge branch 'intrinsic-promotion' of https://github.com/steve-lunarg/glslang into steve-lunarg-intrinsic-promotion by John Kessenich · 8 years ago
  61. 41be1cb Merge pull request #604 from steve-lunarg/entry-rename-2 by John Kessenich · 8 years ago
  62. f1e0c87 allow renaming of shader entry point when creating SPIR-V by steve-lunarg · 8 years ago
  63. 8ce6e2b Fix non-Windows build error. by John Kessenich · 8 years ago
  64. f97f2ce HLSL: Support the constructor idiom "(struct type)0". by John Kessenich · 8 years ago
  65. 98ad485 HLSL: Support {...} initializer lists that are too short. by John Kessenich · 8 years ago
  66. 1c98904 Fix crash by returning early from finalCheck() if there is no tree to process. by John Kessenich · 8 years ago
  67. 5307eb2 Non-functional: Change a bunch of 0 to nullptr. by John Kessenich · 8 years ago
  68. 509c421 Non-functional: Fix typos. by John Kessenich · 8 years ago
  69. e50dc53 Warn on HLSL not finding entry point. Issue #588. by John Kessenich · 8 years ago
  70. 517fe7a Non-functional: Rename some entry-point variables to entryPoint, not main. by John Kessenich · 8 years ago
  71. fca8262 Always correctly terminate main. Issue #588, PR #600. by John Kessenich · 8 years ago
  72. ef33ec0 HLSL: add intrinsic function implicit promotions by steve-lunarg · 8 years ago
  73. 1c573fb Merge pull request #601 from BearishSun/master by John Kessenich · 8 years ago
  74. e122f05 Merge pull request #599 from steve-lunarg/gs by John Kessenich · 8 years ago
  75. 6e848da Merge pull request #596 from steve-lunarg/hlsl-intrinsic-parsing by John Kessenich · 8 years ago
  76. d347794 Merge pull request #597 from steve-lunarg/sample-keyword-fix by John Kessenich · 8 years ago
  77. 32c294e Adding a way to retrieve vertex attribute TType using TProgram reflection API (required in order to query location attributes). by BearishSun · 8 years ago
  78. f49cdf4 WIP: HLSL: Add GS support by steve-lunarg · 8 years ago
  79. 75fd223 HLSL: allow "sample" as a valid identifier. by steve-lunarg · 8 years ago
  80. 0842dbb HLSL: use HLSL parser to parse HLSL intrinsic prototypes, enable int/bool mats by steve-lunarg · 8 years ago
  81. fabe7d6 Test results: Fix incorrect test result caused by parallel development. Issue #594. by John Kessenich · 8 years ago
  82. 0bf06d3 Merge pull request #576 from steve-lunarg/uav-registers by John Kessenich · 8 years ago
  83. 20b030a Merge pull request #592 from ChrisGautier/barrier-wg by John Kessenich · 8 years ago
  84. c3f1cdf GLSL: The execution scope for barriers should be Workgroup. by chrgau01@arm.com · 8 years ago
  85. 84d11e1 Merge pull request #583 from null77/fix-unref-warning by John Kessenich · 8 years ago
  86. 610ff83 Merge pull request #589 from steve-lunarg/vec1-promotion-fix by John Kessenich · 8 years ago
  87. d9cb832 HLSL: allow promotion from 1-vector types to scalars, e.g, float<-float1 by steve-lunarg · 8 years ago
  88. e69e196 Merge pull request #584 from steve-lunarg/attribute-expressions by John Kessenich · 8 years ago
  89. a22f7db HLSL: Allow expressions in attributes by steve-lunarg · 8 years ago
  90. 57cb69a Fix unrefenced variable warning with AMD_EXTENSIONS disabled. by Jamie Madill · 8 years ago
  91. d3f1122 Whole stack: Fix stale types in the AST linker object nodes, fixing #557. by John Kessenich · 8 years ago
  92. 9088be4 Add UAV (image) binding offset and HLSL register support by steve-lunarg · 8 years ago
  93. e5e58cf Merge pull request #575 from steve-lunarg/iomap-warning-fix by John Kessenich · 8 years ago
  94. 5b2d667 Fix build warnings in remapper, re-indent for glslang standard by steve-lunarg · 8 years ago
  95. 89df3c2 Merge pull request #572 from steve-lunarg/numthreads by John Kessenich · 8 years ago
  96. 1061acc Merge pull request #562 from TiemoJung/io_map_control_publish by John Kessenich · 8 years ago
  97. 909b8af Merge pull request #570 from steve-lunarg/mintypes by John Kessenich · 8 years ago
  98. cf35b17 Merge pull request #574 from dneto0/android-has-no-std-stoi by John Kessenich · 8 years ago
  99. e301f67 Use std::atoi instead of std::stoi by David Neto · 8 years ago
  100. 3226b08 HLSL: Add min*{float,int,uint} types by steve-lunarg · 8 years ago