1. 430ef40 Implement new revision of extension GL_AMD_shader_ballot by Rex Xu · 8 years ago
  2. 33dadd1 Fix build break for non-VS. by John Kessenich · 8 years ago
  3. 4425153 Non-functional: Fix round of compiler warnings. by John Kessenich · 8 years ago
  4. c142c88 Front-ends: Non-functional: Rationalize vector and matrix swizzles. by John Kessenich · 8 years ago
  5. 0a76a18 Merge pull request #656 from TiemoJung/overload_fix by John Kessenich · 8 years ago
  6. fdf6347 HLSL: Add EOpMatrixSwizzle, selectively decomposed to other ops, for issue #670. by John Kessenich · 8 years ago
  7. 001dfa1 HLSL: matrix swizzle (_12, _m23) syntax, partial semantics. by John Kessenich · 8 years ago
  8. 913e3b6 PP: Clean up and rationalize floating-point-number scanner. by John Kessenich · 8 years ago
  9. e86fc09 Merge pull request #664 from steve-lunarg/stage-io-fix by John Kessenich · 8 years ago
  10. dc1a819 Infrastructure: Support standard build with ENABLE_HLSL set to off. by John Kessenich · 8 years ago
  11. 65d538c Infrastructure: Protect against missing built-in symbol table generators. by John Kessenich · 8 years ago
  12. ce80197 Merge pull request #663 from KhronosGroup/full-include-semantics by John Kessenich · 8 years ago
  13. eaecfe7 Merge pull request #668 from slime73/DisableHLSL by John Kessenich · 8 years ago
  14. ff21a25 Change disabled-by-default DISABLE_HLSL option to enabled-by-default ENABLE_HLSL. by Alex Szpakowski · 8 years ago
  15. 46d5428 WIP: add other builtins to interstage IO by steve-lunarg · 8 years ago
  16. 84eabf7 Add a CMake option to disable compilation of HLSL input support. by Alex Szpakowski · 8 years ago
  17. 5d89d4d Merge pull request #667 from slime73/Compiler-Warnings by John Kessenich · 8 years ago
  18. 5f316d9 Reorder initializer fields to match variable declaration order (or vice versa) for several class constructors. by Alex Szpakowski · 8 years ago
  19. 844dd45 Add a virtual destructor to a class which has virtual methods. by Alex Szpakowski · 8 years ago
  20. 7d39ad5 Mark an overriden method in a subclass with ‘override’. by Alex Szpakowski · 8 years ago
  21. facde2c PP #include: address PR feedback. by John Kessenich · 8 years ago
  22. 63204c2 External interface change: PP: Full <> and "" semantics for the Includer. by John Kessenich · 8 years ago
  23. 2508602 PP #include non-functional: consistent notation for "header" and "header name". by John Kessenich · 8 years ago
  24. 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
  25. ecba76f Non-Functional: Whitespace, comments, replace accidentally deleted comment. by John Kessenich · 8 years ago
  26. 3dd3229 Merge pull request #661 from KhronosGroup/fix-include-error-paths by John Kessenich · 8 years ago
  27. 1b1defd PP: #include: simplify the different paths out of #include. by John Kessenich · 8 years ago
  28. 28d3133 PP: #include: add names to error messages, so that lexical analysis can be tested. by John Kessenich · 8 years ago
  29. 64285c9 Non-functional: Very minor clean up. by John Kessenich · 8 years ago
  30. acb9076 Merge pull request #650 from steve-lunarg/lvalue-swizzle-fix by John Kessenich · 8 years ago
  31. 085b833 HLSL: Fix issue #658: Don't adopt initializer constness from declaration. by John Kessenich · 8 years ago
  32. bf9a2f3 Merge pull request #648 from steve-lunarg/type-identifiers by John Kessenich · 8 years ago
  33. ddfbbe2 Merge pull request #632 from steve-lunarg/structure-splitting by John Kessenich · 8 years ago
  34. 5abd308 Merge pull request #659 from steve-lunarg/d3dcolortoubyte4 by John Kessenich · 8 years ago
  35. c4ed950 Merge pull request #647 from steve-lunarg/default-fn-params by John Kessenich · 8 years ago
  36. 7ea7ff4 Add EOpD3DCOLORtoUBYTE4 decomposition by steve-lunarg · 8 years ago
  37. affc266 PP: Recognize <> style #include header names. I.e., #include <header-name>. by John Kessenich · 8 years ago
  38. cd6829b HLSL: allow destination swizzles when writing RWTexture/RWBuffer objects. by steve-lunarg · 8 years ago
  39. faa720f PP: Fix issue #426, recover from bad-source macro expansion. by John Kessenich · 8 years ago
  40. bc5196c SPV: Fix issue #369, don't support gl_NumSamples -> SPIR-V. by John Kessenich · 8 years ago
  41. f37f4d2 HLSL: Fix issue #646: map SV_DispatchThreadID -> GlobalInvocationID. by John Kessenich · 8 years ago
  42. 84e5920 updates overload handling to be more careful when allowing overloads over texture types by t.jung · 8 years ago
  43. aa6d562 HLSL: Handle const with no initializer. Fixes issue #651. by John Kessenich · 8 years ago
  44. 5386484 HLSL: Support empty {} initializers for arrays and scalars. by John Kessenich · 8 years ago
  45. 26d3145 HLSL default function parameters by steve-lunarg · 8 years ago
  46. 5ca85ad HLSL: allow scalar type keywords as identifiers, and add half type support. by steve-lunarg · 8 years ago
  47. 132d331 HLSL: struct splitting: assignments of hierarchical split types by steve-lunarg · 8 years ago
  48. a2e7531 HLSL: inter-stage structure splitting. by steve-lunarg · 8 years ago
  49. 807a0d9 Merge pull request #640 from chaoc/modify-shader-ballot by John Kessenich · 8 years ago
  50. f48faec PP: Non-functional: Make a proper class out of the atom <-> string mapping. by John Kessenich · 8 years ago
  51. f200da8 Modify shader ballot extension by adding OpSubgroupReadInvocationKHR by chaoc · 8 years ago
  52. 224b1f7 PP: Support operator creation with token pasting. by John Kessenich · 8 years ago
  53. 0c4b7c9 PP: Rationalize names of tokens. by John Kessenich · 8 years ago
  54. 2dcdda9 Merge pull request #641 from chaoc/passthrough by John Kessenich · 8 years ago
  55. 906b0a3 Merge pull request #644 from hrydgard/override-warning-fixes by John Kessenich · 8 years ago
  56. 9a931b3 Fix a large number of warnings about inconsistent usage of 'override' produced by clang by Henrik Rydgård · 8 years ago
  57. 907aabb PP: Non-functional: Only use string <-> atom mapping when needed. by John Kessenich · 8 years ago
  58. 54af2de PP: Non-functional: rationalize TPpToken. by John Kessenich · 8 years ago
  59. 1fbb9c1 PP: Non-functional: clean up, simplify, completely identical operation. by John Kessenich · 8 years ago
  60. 6e5acae Add support for SPV_NV_geometry_shader_passthrough by chaoc · 8 years ago
  61. 3c264ce Merge pull request #639 from hrydgard/master by John Kessenich · 8 years ago
  62. 7a21a11 Merge pull request #638 from chaoc/master by John Kessenich · 8 years ago
  63. b8387c8 PP: Non-functional: Remove custom allocator and related improvements. by John Kessenich · 8 years ago
  64. 868746a Add option to make it possible not to build the executables by Henrik Rydgård · 8 years ago
  65. bfff871 PP: Add missing i64val code. by John Kessenich · 8 years ago
  66. 0ad6a4e Add support for SPV_NV_sample_mask_override_coverage by chaoc · 8 years ago
  67. 7583ed7 Merge remote-tracking branch 'refs/remotes/KhronosGroup/master' by chaoc · 8 years ago
  68. 432576f Build: Fix #633, add missing overrides. by John Kessenich · 8 years ago
  69. 0955b1c Merge pull request #637 from KhronosGroup/token-paste by John Kessenich · 8 years ago
  70. e6cbc5b Merge pull request #624 from steve-lunarg/remapper-strip-removed by John Kessenich · 8 years ago
  71. 4ba444b Merge pull request #635 from steve-lunarg/sample-fix-2 by John Kessenich · 8 years ago
  72. 059d46e Merge pull request #625 from jbeich/gcc6 by John Kessenich · 8 years ago
  73. d485e0b PP: Implement token pasting for PP identifiers. by John Kessenich · 8 years ago
  74. a64ed3e HLSL: allow "sample" in expressions. by steve-lunarg · 8 years ago
  75. abf5057 Fix comment typo. by John Kessenich · 8 years ago
  76. 1e275c8 HLSL: More robust handling of bad shader input, catching a few more things. by John Kessenich · 8 years ago
  77. dca93d6 Merge pull request #629 from null77/fix-unicode by John Kessenich · 8 years ago
  78. cebd97e Change unicode dash to ASCII. by Jamie Madill · 8 years ago
  79. 95abd28 Merge pull request #628 from null77/fix-cast-warn by John Kessenich · 8 years ago
  80. 3ec327c Fix size_t to int cast warnings. by Jamie Madill · 8 years ago
  81. 20f01e7 Fix last commit; EOptionKeepUncalled incorrect enum bug. by John Kessenich · 8 years ago
  82. 297754c Remapper: remove debug info for IDs stripped in other passes by steve-lunarg · 8 years ago
  83. 906cc21 Linker: Eliminate uncalled functions, because they can be ill-defined. by John Kessenich · 8 years ago
  84. bf6d7f4 Linker: Track the mangled entry-point name along with the non-mangled one. by John Kessenich · 8 years ago
  85. 4b6ce41 GLSL Linker: Track entry point across compilation units. by John Kessenich · 8 years ago
  86. 1bcb254 Add missing header and drop duplicate one by Jan Beich · 8 years ago
  87. 6a60c2f Linker: Walk the call graph to report an error on missing bodies. by John Kessenich · 8 years ago
  88. e795cc9 Merge pull request #621 from steve-lunarg/recursive-flattening by John Kessenich · 8 years ago
  89. 302e619 Merge pull request #619 from steve-lunarg/opcode-specific-promote by John Kessenich · 8 years ago
  90. 56b4547 Merge pull request #620 from fjhenigman/foo by John Kessenich · 8 years ago
  91. a2b01a0 HLSL: Recursive composite flattening by steve-lunarg · 8 years ago
  92. 05f7514 HLSL: opcode specific promotion rules for interlocked ops by steve-lunarg · 8 years ago
  93. 8dcf202 GLSL: Always define TShader::~Includer(). by Frank Henigman · 8 years ago
  94. b56f4ac Merge pull request #615 from dneto0/consistent-location-for-test-files by John Kessenich · 8 years ago
  95. 9df6aa5 GLSL: Allow desktop shaders to call functions from outside main(). by John Kessenich · 8 years ago
  96. ec2e27a Merge pull request #613 from Corillian/hlslpreprocess by John Kessenich · 8 years ago
  97. 5cc92c5 runtests should refer to test files in current directory by David Neto · 8 years ago
  98. 205dc4e Fixed processing #include's when preprocessing HLSL by Keith Newton · 8 years ago
  99. fb06e95 Don't print the "Linked stage" message unless the AST is being dumped. by John Kessenich · 8 years ago
  100. 09512cb Merge branch 'steve-lunarg-intrinsic-promotion' by John Kessenich · 8 years ago