1. a305166 HLSL: Error if funcion with return type doesn't return a value. by John Kessenich · 8 years ago
  2. 5e56423 Front-ends: Remove now defunct afterEOF and related, use scanner's instead. by John Kessenich · 8 years ago
  3. 830b0cc HLSL: Start location numbering with the entry-point return value. by John Kessenich · 8 years ago
  4. 81d4714 Merge branch 'HLSL_Semantic_Mapping' of https://github.com/dankbaker/glslang into dankbaker-HLSL_Semantic_Mapping by John Kessenich · 8 years ago
  5. 6a70eb7 HLSL: Emulate write-to-output on return-from-entry-point, for return value. by John Kessenich · 8 years ago
  6. b9e3912 HLSL: Partially address issue #463: accept GLSL layout(...). by John Kessenich · 8 years ago
  7. c4a1307 HLSL: add implicit promotions for assignments and function returns. by steve-lunarg · 8 years ago
  8. b38f071 HLSL: Add back in the [subcomponent] part of a 'register' decl. by John Kessenich · 8 years ago
  9. 96e9f47 HLSL: Implement the register production. by John Kessenich · 8 years ago
  10. 82d6baf HLSL: Implement packoffset production. by John Kessenich · 8 years ago
  11. a26a517 Non-functional: Rationalize location and use of mapTypeToConstructor(). by John Kessenich · 8 years ago
  12. 2de3291 HLSL: allow uint literals, and add test for numeric suffixes by steve-lunarg · 8 years ago
  13. 64723c2 Merge pull request #406 from steve-lunarg/pp_line by John Kessenich · 8 years ago
  14. 3d157c5 HLSL: cbuffer and tbuffer grammar and production. by John Kessenich · 8 years ago
  15. 6256146 HLSL: enable #line extension by default for HLSL source. by LoopDawg · 8 years ago
  16. a2b7991 HLSL: Add SampleBias and SampleGrad, and associated tests by LoopDawg · 8 years ago
  17. 4886f69 HLSL: Sampler/texture declarations, method syntax, partial Sample method by LoopDawg · 8 years ago
  18. 7f349c7 Build: Remove causes of pedantic warnings. Addresses issue #352 and PR #242. by John Kessenich · 8 years ago
  19. 5e69ec6 HLSL: Add typedef grammar and production. by John Kessenich · 8 years ago
  20. d02dc5d HLSL: Implement switch/case/default. by John Kessenich · 8 years ago
  21. 4624a02 Add lerp, fix sincos return type, ret type tests, non-square mats, HLSL->AST tx semantics by LoopDawg · 8 years ago
  22. 5aa59e2 HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. by John Kessenich · 8 years ago
  23. b901ade SPV: Non-functional: Condense SPV-related versioning, and rationalize all uses. by John Kessenich · 8 years ago
  24. 5891070 Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate dest modifier. by LoopDawg · 8 years ago
  25. cd784bc Merge pull request #337 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  26. 630dd7d HLSL: Flesh out misc. declaration grammar: semantics/registers/annotations/precise/etc. by John Kessenich · 8 years ago
  27. e6e7494 HLSL: Implement basic "struct" grammar. by John Kessenich · 8 years ago
  28. 592860c Add decompositions for some HLSL intrinsics. by LoopDawg · 8 years ago
  29. 077e052 HLSL: Implement proper nesting of symbol-table scopes and identifier searching. by John Kessenich · 8 years ago
  30. 119f8f6 HLSL: Flesh out the loop grammar and productions. by John Kessenich · 8 years ago
  31. 0d2b6de HLSL: Attribute grammar and if-else grammar/productions. by John Kessenich · 8 years ago
  32. 8d72f1a Full stack: distinguish between a scalar and a vector of size 1. by John Kessenich · 8 years ago
  33. 4678ca9 HLSL: Add function call syntax and AST building. by John Kessenich · 8 years ago
  34. e512cd9 Vulkan: Add the #define VULKAN 100 when compiled for Vulkan. by John Kessenich · 9 years ago
  35. d016be1 HLSL: Hook up constructor expressions through the AST. by John Kessenich · 9 years ago
  36. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 9 years ago