1. 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
  2. ecba76f Non-Functional: Whitespace, comments, replace accidentally deleted comment. by John Kessenich · 8 years ago
  3. 5ca85ad HLSL: allow scalar type keywords as identifiers, and add half type support. by steve-lunarg · 8 years ago
  4. 0c4b7c9 PP: Rationalize names of tokens. by John Kessenich · 8 years ago
  5. 54af2de PP: Non-functional: rationalize TPpToken. by John Kessenich · 8 years ago
  6. 1fbb9c1 PP: Non-functional: clean up, simplify, completely identical operation. by John Kessenich · 8 years ago
  7. e122f05 Merge pull request #599 from steve-lunarg/gs by John Kessenich · 8 years ago
  8. f49cdf4 WIP: HLSL: Add GS support by steve-lunarg · 8 years ago
  9. 0842dbb HLSL: use HLSL parser to parse HLSL intrinsic prototypes, enable int/bool mats by steve-lunarg · 8 years ago
  10. 3226b08 HLSL: Add min*{float,int,uint} types by steve-lunarg · 8 years ago
  11. bb0183f HLSL: phase 1: add RWTexture and RWBuffer by steve-lunarg · 8 years ago
  12. a1e2d49 HLSL: Move to correct parsing of annotations, improving all annotations and recent string grammar. by John Kessenich · 8 years ago
  13. 86f7138 HLSL: Add string basic type and recognize string declaration grammar. by John Kessenich · 8 years ago
  14. 36e87d0 HLSL: add precise keyword by steve-lunarg · 8 years ago
  15. efe9724 HLSL: Add EHTokStringConstant, so that string attributes may be parsed by steve-lunarg · 8 years ago
  16. b9e3912 HLSL: Partially address issue #463: accept GLSL layout(...). by John Kessenich · 8 years ago
  17. 66ec80e Build: C++ headers: Replace PR #366 with a more directed version. by John Kessenich · 8 years ago
  18. 3d157c5 HLSL: cbuffer and tbuffer grammar and production. by John Kessenich · 8 years ago
  19. 9249c70 HLSL: add in/out/inout qualifiers. by LoopDawg · 8 years ago
  20. 4886f69 HLSL: Sampler/texture declarations, method syntax, partial Sample method by LoopDawg · 8 years ago
  21. 630dd7d HLSL: Flesh out misc. declaration grammar: semantics/registers/annotations/precise/etc. by John Kessenich · 8 years ago
  22. 077e052 HLSL: Implement proper nesting of symbol-table scopes and identifier searching. by John Kessenich · 8 years ago
  23. 71351de HLSL: Add all int/float/bool/uint matrix types, void for functions, and a few others. by John Kessenich · 8 years ago
  24. 34fb036 HLSL: Add (almost) full expression grammar: Binary, unary (pre/post-fix), assign, ... by John Kessenich · 9 years ago
  25. 48882ef HLSL: Get correct set of reserved words. by John Kessenich · 9 years ago
  26. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 9 years ago