1. a766b83 HLSL: Add ConstantBuffer<T> syntax by steve-lunarg · 7 years ago
  2. 8f9fdc9 HLSL: Add namespace grammar and some basic semantics. by John Kessenich · 7 years ago
  3. 7a41f96 HLSL: Implement 'this' keyword. by John Kessenich · 7 years ago
  4. 36b218d HLSL: Fix #771: add inline keyword. by John Kessenich · 8 years ago
  5. 54ee28f HLSL: Add scoping operator, accept static member functions, and support calling them. by John Kessenich · 8 years ago
  6. 523e20d PP: Recognize the '::' token, and translate appropriately to GLSL/HLSL token. by John Kessenich · 8 years ago
  7. 27ffb29 HLSL: Add 'class' keyword as (so far) synonym for 'struct'. by John Kessenich · 8 years ago
  8. 5da1f03 HLSL: implement 4 (of 6) structuredbuffer types by steve-lunarg · 8 years ago
  9. 858c928 Add basic HS/DS implementation. by steve-lunarg · 8 years ago
  10. 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
  11. ecba76f Non-Functional: Whitespace, comments, replace accidentally deleted comment. by John Kessenich · 8 years ago
  12. 5ca85ad HLSL: allow scalar type keywords as identifiers, and add half type support. by steve-lunarg · 8 years ago
  13. f49cdf4 WIP: HLSL: Add GS support by steve-lunarg · 8 years ago
  14. 3226b08 HLSL: Add min*{float,int,uint} types by steve-lunarg · 8 years ago
  15. bb0183f HLSL: phase 1: add RWTexture and RWBuffer by steve-lunarg · 8 years ago
  16. a1e2d49 HLSL: Move to correct parsing of annotations, improving all annotations and recent string grammar. by John Kessenich · 8 years ago
  17. 86f7138 HLSL: Add string basic type and recognize string declaration grammar. by John Kessenich · 8 years ago
  18. efe9724 HLSL: Add EHTokStringConstant, so that string attributes may be parsed by steve-lunarg · 8 years ago
  19. b9e3912 HLSL: Partially address issue #463: accept GLSL layout(...). by John Kessenich · 8 years ago
  20. 3d157c5 HLSL: cbuffer and tbuffer grammar and production. by John Kessenich · 8 years ago
  21. 9249c70 HLSL: add in/out/inout qualifiers. by LoopDawg · 8 years ago
  22. 4886f69 HLSL: Sampler/texture declarations, method syntax, partial Sample method by LoopDawg · 8 years ago
  23. 630dd7d HLSL: Flesh out misc. declaration grammar: semantics/registers/annotations/precise/etc. by John Kessenich · 8 years ago
  24. 71351de HLSL: Add all int/float/bool/uint matrix types, void for functions, and a few others. by John Kessenich · 8 years ago
  25. 34fb036 HLSL: Add (almost) full expression grammar: Binary, unary (pre/post-fix), assign, ... by John Kessenich · 8 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