1. d03da06 Remove execute permissions by otakuto · 6 years ago
  2. a00e51b HLSL: Correct some mistakes for min16 types by Rex Xu · 7 years ago
  3. 66011cb SPV: Implement Vulkan 1.1 features and extensions. by John Kessenich · 7 years ago
  4. adc33b2 Non-functional: Fix HLSL error message, and code formatting. by John Kessenich · 7 years ago
  5. e5530b9 HLSL: implement TextureBuffer<type> by LoopDawg · 7 years ago
  6. 7f93d56 HLSL: add subpass input types and methods by LoopDawg · 7 years ago
  7. 307b650 HLSL: handle multiple clip/cull semantic IDs by LoopDawg · 7 years ago
  8. 37cdcee Implement extension GL_ARB_shader_stencil_export by Rex Xu · 7 years ago
  9. 96f6552 HLSL: Implement half matrices, and map all half* -> float*. by John Kessenich · 7 years ago
  10. a766b83 HLSL: Add ConstantBuffer<T> syntax by steve-lunarg · 7 years ago
  11. 6fa1764 HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers. by John Kessenich · 7 years ago
  12. 8f9fdc9 HLSL: Add namespace grammar and some basic semantics. by John Kessenich · 7 years ago
  13. 7a41f96 HLSL: Implement 'this' keyword. by John Kessenich · 7 years ago
  14. 36b218d HLSL: Fix #771: add inline keyword. by John Kessenich · 8 years ago
  15. 2dd643f Merge branch 'TiemoJung-semantic_handling' by John Kessenich · 8 years ago
  16. 54ee28f HLSL: Add scoping operator, accept static member functions, and support calling them. by John Kessenich · 8 years ago
  17. 6e1d50a HLSL: Accept SV_Cull/ClipDistanceN, by refactoring the way semantics are mapped. by John Kessenich · 8 years ago
  18. 27ffb29 HLSL: Add 'class' keyword as (so far) synonym for 'struct'. by John Kessenich · 8 years ago
  19. 5da1f03 HLSL: implement 4 (of 6) structuredbuffer types by steve-lunarg · 8 years ago
  20. 858c928 Add basic HS/DS implementation. by steve-lunarg · 8 years ago
  21. 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
  22. ecba76f Non-Functional: Whitespace, comments, replace accidentally deleted comment. by John Kessenich · 8 years ago
  23. 5ca85ad HLSL: allow scalar type keywords as identifiers, and add half type support. by steve-lunarg · 8 years ago
  24. 0c4b7c9 PP: Rationalize names of tokens. by John Kessenich · 8 years ago
  25. 54af2de PP: Non-functional: rationalize TPpToken. by John Kessenich · 8 years ago
  26. 1fbb9c1 PP: Non-functional: clean up, simplify, completely identical operation. by John Kessenich · 8 years ago
  27. e122f05 Merge pull request #599 from steve-lunarg/gs by John Kessenich · 8 years ago
  28. f49cdf4 WIP: HLSL: Add GS support by steve-lunarg · 8 years ago
  29. 0842dbb HLSL: use HLSL parser to parse HLSL intrinsic prototypes, enable int/bool mats by steve-lunarg · 8 years ago
  30. 3226b08 HLSL: Add min*{float,int,uint} types by steve-lunarg · 8 years ago
  31. bb0183f HLSL: phase 1: add RWTexture and RWBuffer by steve-lunarg · 8 years ago
  32. a1e2d49 HLSL: Move to correct parsing of annotations, improving all annotations and recent string grammar. by John Kessenich · 8 years ago
  33. 86f7138 HLSL: Add string basic type and recognize string declaration grammar. by John Kessenich · 8 years ago
  34. 36e87d0 HLSL: add precise keyword by steve-lunarg · 8 years ago
  35. efe9724 HLSL: Add EHTokStringConstant, so that string attributes may be parsed by steve-lunarg · 8 years ago
  36. b9e3912 HLSL: Partially address issue #463: accept GLSL layout(...). by John Kessenich · 8 years ago
  37. 66ec80e Build: C++ headers: Replace PR #366 with a more directed version. by John Kessenich · 8 years ago
  38. 3d157c5 HLSL: cbuffer and tbuffer grammar and production. by John Kessenich · 8 years ago
  39. 9249c70 HLSL: add in/out/inout qualifiers. by LoopDawg · 8 years ago
  40. 4886f69 HLSL: Sampler/texture declarations, method syntax, partial Sample method by LoopDawg · 8 years ago
  41. 630dd7d HLSL: Flesh out misc. declaration grammar: semantics/registers/annotations/precise/etc. by John Kessenich · 8 years ago
  42. 077e052 HLSL: Implement proper nesting of symbol-table scopes and identifier searching. by John Kessenich · 8 years ago
  43. 71351de HLSL: Add all int/float/bool/uint matrix types, void for functions, and a few others. by John Kessenich · 8 years ago
  44. 34fb036 HLSL: Add (almost) full expression grammar: Binary, unary (pre/post-fix), assign, ... by John Kessenich · 8 years ago
  45. 48882ef HLSL: Get correct set of reserved words. by John Kessenich · 9 years ago
  46. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 9 years ago