1. 57e6592 HLSL: Translate directive [flatten] and [branch] to SPV control mask. by Rex Xu · 7 years ago
  2. d1be754 HLSL: Non-functional: Move partial flattened access into symbol node. by John Kessenich · 7 years ago
  3. b1d9753 hlsl: "in out" is also an inout qualifier. by xavier · 7 years ago
  4. 2fcdd64 HLSL: Remove support for named tbuffer/cbuffer. Fixes #939. by John Kessenich · 7 years ago
  5. 054378d HLSL: Non-functional: Make test valid HLSL, and related comments/cleanup. by John Kessenich · 7 years ago
  6. 82ae8c3 HLSL: Fix #924: Convert between two different arrays with cast. by John Kessenich · 7 years ago
  7. 0320d09 HLSL: Recognize types declared as identifiers as identifiers. by John Kessenich · 7 years ago
  8. 96f6552 HLSL: Implement half matrices, and map all half* -> float*. by John Kessenich · 7 years ago
  9. f6deacd HLSL: Track control-flow nesting and warn on aliasing under it. by John Kessenich · 7 years ago
  10. 0e07119 HLSL: Fix #919: for-init-statement is arbitrary declaration or expression. by John Kessenich · 7 years ago
  11. 0a2a0cd HLSL: Implement member functions calling member functions. by John Kessenich · 7 years ago
  12. f1709e7 HLSL: implement [unroll] and [loop] attributes by steve-lunarg · 8 years ago
  13. a766b83 HLSL: Add ConstantBuffer<T> syntax by steve-lunarg · 8 years ago
  14. 7b1dcd6 HLSL: add readonly qualifier to tbuffer, so they end up as SRV by steve-lunarg · 8 years ago
  15. 0c6f936 HLSL: Fix #96: Support do-while loop substatements with no curly braces. by John Kessenich · 8 years ago
  16. a8d3db6 Merge pull request #835 from steve-lunarg/sb-counters by John Kessenich · 8 years ago
  17. 2aa12b1 HLSL: Address #839: avoid crash by distinguishing between bad argument and no argument. by John Kessenich · 8 years ago
  18. 8e26feb WIP: HLSL: structuredbuffer counter functionality by steve-lunarg · 8 years ago
  19. 636b62d HLSL: Support vector 'cond ? :' -> EOpMix -> OpSelect. by John Kessenich · 8 years ago
  20. 13075c6 HLSL: Fix #832: don't require terminating semicolon for cbuffer/tbuffer. by John Kessenich · 8 years ago
  21. 2efd6c6 HLSL: cast bracket dereference index to int type if not. by steve-lunarg · 8 years ago
  22. c633f64 HLSL: Non-functional: rationalize making constructors. by John Kessenich · 8 years ago
  23. 067eb9b WIP: HLSL: Support InputPatch variables in patch constant functions by steve-lunarg · 8 years ago
  24. 08e0c08 HLSL: fix GS implementation for EP wrapping by steve-lunarg · 8 years ago
  25. bf1537f WIP: HLSL: force uncombined flag off for Buffer<> by steve-lunarg · 8 years ago
  26. f36542f Revert "Merge pull request #779 from steve-lunarg/buffer-unsampled-fix" by John Kessenich · 8 years ago
  27. 7e997e2 HLSL: Implicit bool conversions for conditional expressions and related. by John Kessenich · 8 years ago
  28. 8f9fdc9 HLSL: Add namespace grammar and some basic semantics. by John Kessenich · 8 years ago
  29. 4dc835c Non-functional: Round of adding 'const', related to more efficient getFullNamespaceName(). by John Kessenich · 8 years ago
  30. aa3c64c Fix #800 (mostly): set of Linux warnings. by John Kessenich · 8 years ago
  31. 7a41f96 HLSL: Implement 'this' keyword. by John Kessenich · 8 years ago
  32. 3778979 HLSL: non-static member functions: track and find active anonymous 'this' scopes and members. by John Kessenich · 8 years ago
  33. f4ba25e HLSL: Non-functional: the symbol field of a token was in practice unused; remove it. by John Kessenich · 8 years ago
  34. 5a83906 Merge pull request #782 from steve-lunarg/builtin-methods-prefix by John Kessenich · 8 years ago
  35. 1dd65ca Merge pull request #779 from steve-lunarg/buffer-unsampled-fix by John Kessenich · 8 years ago
  36. e7d0752 HLSL: use prefix for builtin functions names to avoid namespace collisions by steve-lunarg · 8 years ago
  37. 4960baa HLSL: Basic turn on of non-static member functions. by John Kessenich · 8 years ago
  38. dfbdd9e HLSL: Add implicit-this tracking to TFunction. by John Kessenich · 8 years ago
  39. f3d88bd HLSL non-functional: Generalize namespace nesting. by John Kessenich · 8 years ago
  40. d3947d2 WIP: HLSL: propagate readonly qualifier for buffer types by steve-lunarg · 8 years ago
  41. cf2e727 WIP: HLSL: Buffer types should be unsampled. by steve-lunarg · 8 years ago
  42. 36b218d HLSL: Fix #771: add inline keyword. by John Kessenich · 8 years ago
  43. 2dd643f Merge branch 'TiemoJung-semantic_handling' by John Kessenich · 8 years ago
  44. b16f7e6 HLSL: Member-functions: capture body token stream for deferred syntax/semantics. by John Kessenich · 8 years ago
  45. 088d52b HLSL: Non-functional: consolidate function declarator information. by John Kessenich · 8 years ago
  46. 54ee28f HLSL: Add scoping operator, accept static member functions, and support calling them. by John Kessenich · 8 years ago
  47. 5f12d2f HLSL: non-functional: simplify handleBuiltInMethod() to isBuiltInMethod(). by John Kessenich · 8 years ago
  48. 6e1d50a HLSL: Accept SV_Cull/ClipDistanceN, by refactoring the way semantics are mapped. by John Kessenich · 8 years ago
  49. 516d92d HLSL: Non-functional: Drive existing method recognition by syntax, not by name. by John Kessenich · 8 years ago
  50. 7838872 HLSL: Non-functional: Don't process function name/parameters before expected a function declaration. by John Kessenich · 8 years ago
  51. ca71d94 HLSL: Grammar: Generalize accepting a declaration to accept an aggregate of subtrees. by John Kessenich · 8 years ago
  52. 057df29 HLSL: Fix #754: recognize type casts in if-statements separately from declarations. by John Kessenich · 8 years ago
  53. 40efe5c WIP: HLSL: Fix ordering defect if global SB decl after fn param by steve-lunarg · 8 years ago
  54. 27ffb29 HLSL: Add 'class' keyword as (so far) synonym for 'struct'. by John Kessenich · 8 years ago
  55. 854fe24 HLSL: Fix #747: accept 'struct' in front of previously user-defined type name. by John Kessenich · 8 years ago
  56. efeefd9 Build: Another fix for issue #718: implement the hidden methods of tFinalize. by John Kessenich · 8 years ago
  57. dd8287a WIP: HLSL: add structuredbuffer pass by reference in fn params by steve-lunarg · 8 years ago
  58. 5da1f03 HLSL: implement 4 (of 6) structuredbuffer types by steve-lunarg · 8 years ago
  59. 858c928 Add basic HS/DS implementation. by steve-lunarg · 8 years ago
  60. f8d0d8c Address issue #718. Should change which warning is generated, hopefully to a better one. by John Kessenich · 8 years ago
  61. 727b374 HLSL: Build IO types bottom up, as parsed, and cache the original (IO). by John Kessenich · 8 years ago
  62. 02467d8 HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. by John Kessenich · 8 years ago
  63. 18adbdb Resolve issue #700: allow initializers on struct members. by John Kessenich · 8 years ago
  64. 32fd5d2 Memory/constructor/warning clean-up. Addresses issue #705. by John Kessenich · 8 years ago
  65. 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
  66. ecba76f Non-Functional: Whitespace, comments, replace accidentally deleted comment. by John Kessenich · 8 years ago
  67. bf9a2f3 Merge pull request #648 from steve-lunarg/type-identifiers by John Kessenich · 8 years ago
  68. ddfbbe2 Merge pull request #632 from steve-lunarg/structure-splitting by John Kessenich · 8 years ago
  69. 26d3145 HLSL default function parameters by steve-lunarg · 8 years ago
  70. 5ca85ad HLSL: allow scalar type keywords as identifiers, and add half type support. by steve-lunarg · 8 years ago
  71. 132d331 HLSL: struct splitting: assignments of hierarchical split types by steve-lunarg · 8 years ago
  72. a64ed3e HLSL: allow "sample" in expressions. by steve-lunarg · 8 years ago
  73. a2b01a0 HLSL: Recursive composite flattening by steve-lunarg · 8 years ago
  74. f1e0c87 allow renaming of shader entry point when creating SPIR-V by steve-lunarg · 8 years ago
  75. 98ad485 HLSL: Support {...} initializer lists that are too short. by John Kessenich · 8 years ago
  76. e122f05 Merge pull request #599 from steve-lunarg/gs by John Kessenich · 8 years ago
  77. f49cdf4 WIP: HLSL: Add GS support by steve-lunarg · 8 years ago
  78. 75fd223 HLSL: allow "sample" as a valid identifier. by steve-lunarg · 8 years ago
  79. a22f7db HLSL: Allow expressions in attributes by steve-lunarg · 8 years ago
  80. 89df3c2 Merge pull request #572 from steve-lunarg/numthreads by John Kessenich · 8 years ago
  81. 3226b08 HLSL: Add min*{float,int,uint} types by steve-lunarg · 8 years ago
  82. 1868b14 HLSL: implement numthreads for compute shaders by steve-lunarg · 8 years ago
  83. e5921f1 HLSL: Fix unary and binary operator type conversion issues by steve-lunarg · 8 years ago
  84. bf8a6ef Merge pull request #551 from steve-lunarg/rwbuffers-fmt by John Kessenich · 8 years ago
  85. 062b239 Merge pull request #549 from steve-lunarg/multidim-array by John Kessenich · 8 years ago
  86. 8b0227c HLSL: phase 3b: Texture methods remember and return vector size. by steve-lunarg · 8 years ago
  87. 4f2da27 HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat) by steve-lunarg · 8 years ago
  88. 7b211a3 HLSL: allow multi-dimensional arrays by steve-lunarg · 8 years ago
  89. 07830e8 HLSL: phase 2d: minor cleanup, & allow operator[] on non-rw textures by steve-lunarg · 8 years ago
  90. 9070796 HLSL: phase 2b: add l-value operator[] for RWTexture/RWBuffer by steve-lunarg · 8 years ago
  91. bb0183f HLSL: phase 1: add RWTexture and RWBuffer by steve-lunarg · 8 years ago
  92. f571d0c Non-functional: Use isOpaque() instead of compare against EbtSampler. by John Kessenich · 8 years ago
  93. 6dbc0a7 Support a uniform block to hold global uniform variables. by John Kessenich · 8 years ago
  94. e82061d HLSL: Rationalize combination of type arrayness and name arrayness. by John Kessenich · 8 years ago
  95. 265c061 HLSL: allow implicit array sizing. by steve-lunarg · 8 years ago
  96. 10f7fc7 HLSL: Reverse what the driver is told about row/column majorness, matching the row-column reversal. by John Kessenich · 8 years ago
  97. a1e2d49 HLSL: Move to correct parsing of annotations, improving all annotations and recent string grammar. by John Kessenich · 8 years ago
  98. 86f7138 HLSL: Add string basic type and recognize string declaration grammar. by John Kessenich · 8 years ago
  99. 34e7ee7 HLSL: Improve setting and testing of interpolation qualifiers. by John Kessenich · 8 years ago
  100. d21baed HLSL: Flatten whole-struct assigns and returns when targeting flattened I/O structs. by John Kessenich · 8 years ago