1. 798d005 Build: Tickle bots to try again... seems like a process hang; all tests passed. by John Kessenich · 7 years ago
  2. 132cf53 HLSL: Fix #1203: Declare anonymous members for cbuffer with no ';' by John Kessenich · 7 years ago
  3. fd1e8a7 HLSL: Fix 1201: Accept 'layout' as an identifier. by John Kessenich · 7 years ago
  4. 046bae0 HLSL: Attributes: Add [[vk::constant_id()]] and [[vk::push_constant]] by John Kessenich · 7 years ago
  5. 8116cfc HLSL: Give error on unsupported buffer initializer. by John Kessenich · 7 years ago
  6. cc951f8 HLSL: Fix #1154: Support PointSize, as an attribute. by John Kessenich · 7 years ago
  7. 7199a6d Add initialization in case it is causing the Apple Clang release failure. by John Kessenich · 7 years ago
  8. 7ee29ba HLSL: allow keyword-identifiers as cbuffer/struct names. by LoopDawg · 7 years ago
  9. fa39cff HLSL: Accept unorm and snorm on types by LoopDawg · 7 years ago
  10. e5530b9 HLSL: implement TextureBuffer<type> by LoopDawg · 7 years ago
  11. bb79abc HLSL: Validate implicit initializer assignment to opaque members. by John Kessenich · 7 years ago
  12. 7f93d56 HLSL: add subpass input types and methods by LoopDawg · 7 years ago
  13. 77ea30b HLSL: Additional attribute support: [[]], namespace, parameters: by John Kessenich · 7 years ago
  14. 9855bda GLSL: Promote HLSL entry-point renaming code to be used by GLSL as well. by John Kessenich · 7 years ago
  15. 5ee0589 HLSL: add methods to track user structure in texture return type. by LoopDawg · 7 years ago
  16. ecd08bc Non-functional HLSL: Factor out built-ins from splitting and related simplifications. by John Kessenich · 7 years ago
  17. 0fca0ba WIP: HLSL: support global const initializers from non-constant rvalues by LoopDawg · 7 years ago
  18. 57e6592 HLSL: Translate directive [flatten] and [branch] to SPV control mask. by Rex Xu · 7 years ago
  19. d1be754 HLSL: Non-functional: Move partial flattened access into symbol node. by John Kessenich · 7 years ago
  20. b1d9753 hlsl: "in out" is also an inout qualifier. by xavier · 7 years ago
  21. 2fcdd64 HLSL: Remove support for named tbuffer/cbuffer. Fixes #939. by John Kessenich · 7 years ago
  22. 054378d HLSL: Non-functional: Make test valid HLSL, and related comments/cleanup. by John Kessenich · 7 years ago
  23. 82ae8c3 HLSL: Fix #924: Convert between two different arrays with cast. by John Kessenich · 7 years ago
  24. 0320d09 HLSL: Recognize types declared as identifiers as identifiers. by John Kessenich · 7 years ago
  25. 96f6552 HLSL: Implement half matrices, and map all half* -> float*. by John Kessenich · 7 years ago
  26. f6deacd HLSL: Track control-flow nesting and warn on aliasing under it. by John Kessenich · 7 years ago
  27. 0e07119 HLSL: Fix #919: for-init-statement is arbitrary declaration or expression. by John Kessenich · 7 years ago
  28. 0a2a0cd HLSL: Implement member functions calling member functions. by John Kessenich · 7 years ago
  29. f1709e7 HLSL: implement [unroll] and [loop] attributes by steve-lunarg · 7 years ago
  30. a766b83 HLSL: Add ConstantBuffer<T> syntax by steve-lunarg · 7 years ago
  31. 7b1dcd6 HLSL: add readonly qualifier to tbuffer, so they end up as SRV by steve-lunarg · 7 years ago
  32. 0c6f936 HLSL: Fix #96: Support do-while loop substatements with no curly braces. by John Kessenich · 7 years ago
  33. a8d3db6 Merge pull request #835 from steve-lunarg/sb-counters by John Kessenich · 7 years ago
  34. 2aa12b1 HLSL: Address #839: avoid crash by distinguishing between bad argument and no argument. by John Kessenich · 7 years ago
  35. 8e26feb WIP: HLSL: structuredbuffer counter functionality by steve-lunarg · 7 years ago
  36. 636b62d HLSL: Support vector 'cond ? :' -> EOpMix -> OpSelect. by John Kessenich · 7 years ago
  37. 13075c6 HLSL: Fix #832: don't require terminating semicolon for cbuffer/tbuffer. by John Kessenich · 7 years ago
  38. 2efd6c6 HLSL: cast bracket dereference index to int type if not. by steve-lunarg · 7 years ago
  39. c633f64 HLSL: Non-functional: rationalize making constructors. by John Kessenich · 7 years ago
  40. 067eb9b WIP: HLSL: Support InputPatch variables in patch constant functions by steve-lunarg · 7 years ago
  41. 08e0c08 HLSL: fix GS implementation for EP wrapping by steve-lunarg · 7 years ago
  42. bf1537f WIP: HLSL: force uncombined flag off for Buffer<> by steve-lunarg · 7 years ago
  43. f36542f Revert "Merge pull request #779 from steve-lunarg/buffer-unsampled-fix" by John Kessenich · 7 years ago
  44. 7e997e2 HLSL: Implicit bool conversions for conditional expressions and related. by John Kessenich · 7 years ago
  45. 8f9fdc9 HLSL: Add namespace grammar and some basic semantics. by John Kessenich · 7 years ago
  46. 4dc835c Non-functional: Round of adding 'const', related to more efficient getFullNamespaceName(). by John Kessenich · 7 years ago
  47. aa3c64c Fix #800 (mostly): set of Linux warnings. by John Kessenich · 7 years ago
  48. 7a41f96 HLSL: Implement 'this' keyword. by John Kessenich · 7 years ago
  49. 3778979 HLSL: non-static member functions: track and find active anonymous 'this' scopes and members. by John Kessenich · 7 years ago
  50. f4ba25e HLSL: Non-functional: the symbol field of a token was in practice unused; remove it. by John Kessenich · 7 years ago
  51. 5a83906 Merge pull request #782 from steve-lunarg/builtin-methods-prefix by John Kessenich · 7 years ago
  52. 1dd65ca Merge pull request #779 from steve-lunarg/buffer-unsampled-fix by John Kessenich · 7 years ago
  53. e7d0752 HLSL: use prefix for builtin functions names to avoid namespace collisions by steve-lunarg · 7 years ago
  54. 4960baa HLSL: Basic turn on of non-static member functions. by John Kessenich · 7 years ago
  55. dfbdd9e HLSL: Add implicit-this tracking to TFunction. by John Kessenich · 7 years ago
  56. f3d88bd HLSL non-functional: Generalize namespace nesting. by John Kessenich · 7 years ago
  57. d3947d2 WIP: HLSL: propagate readonly qualifier for buffer types by steve-lunarg · 7 years ago
  58. cf2e727 WIP: HLSL: Buffer types should be unsampled. by steve-lunarg · 7 years ago
  59. 36b218d HLSL: Fix #771: add inline keyword. by John Kessenich · 7 years ago
  60. 2dd643f Merge branch 'TiemoJung-semantic_handling' by John Kessenich · 7 years ago
  61. b16f7e6 HLSL: Member-functions: capture body token stream for deferred syntax/semantics. by John Kessenich · 7 years ago
  62. 088d52b HLSL: Non-functional: consolidate function declarator information. by John Kessenich · 7 years ago
  63. 54ee28f HLSL: Add scoping operator, accept static member functions, and support calling them. by John Kessenich · 7 years ago
  64. 5f12d2f HLSL: non-functional: simplify handleBuiltInMethod() to isBuiltInMethod(). by John Kessenich · 7 years ago
  65. 6e1d50a HLSL: Accept SV_Cull/ClipDistanceN, by refactoring the way semantics are mapped. by John Kessenich · 7 years ago
  66. 516d92d HLSL: Non-functional: Drive existing method recognition by syntax, not by name. by John Kessenich · 7 years ago
  67. 7838872 HLSL: Non-functional: Don't process function name/parameters before expected a function declaration. by John Kessenich · 7 years ago
  68. ca71d94 HLSL: Grammar: Generalize accepting a declaration to accept an aggregate of subtrees. by John Kessenich · 7 years ago
  69. 057df29 HLSL: Fix #754: recognize type casts in if-statements separately from declarations. by John Kessenich · 7 years ago
  70. 40efe5c WIP: HLSL: Fix ordering defect if global SB decl after fn param by steve-lunarg · 7 years ago
  71. 27ffb29 HLSL: Add 'class' keyword as (so far) synonym for 'struct'. by John Kessenich · 7 years ago
  72. 854fe24 HLSL: Fix #747: accept 'struct' in front of previously user-defined type name. by John Kessenich · 7 years ago
  73. efeefd9 Build: Another fix for issue #718: implement the hidden methods of tFinalize. by John Kessenich · 7 years ago
  74. dd8287a WIP: HLSL: add structuredbuffer pass by reference in fn params by steve-lunarg · 7 years ago
  75. 5da1f03 HLSL: implement 4 (of 6) structuredbuffer types by steve-lunarg · 7 years ago
  76. 858c928 Add basic HS/DS implementation. by steve-lunarg · 8 years ago
  77. f8d0d8c Address issue #718. Should change which warning is generated, hopefully to a better one. by John Kessenich · 7 years ago
  78. 727b374 HLSL: Build IO types bottom up, as parsed, and cache the original (IO). by John Kessenich · 7 years ago
  79. 02467d8 HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. by John Kessenich · 7 years ago
  80. 18adbdb Resolve issue #700: allow initializers on struct members. by John Kessenich · 7 years ago
  81. 32fd5d2 Memory/constructor/warning clean-up. Addresses issue #705. by John Kessenich · 7 years ago
  82. 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
  83. ecba76f Non-Functional: Whitespace, comments, replace accidentally deleted comment. by John Kessenich · 8 years ago
  84. bf9a2f3 Merge pull request #648 from steve-lunarg/type-identifiers by John Kessenich · 8 years ago
  85. ddfbbe2 Merge pull request #632 from steve-lunarg/structure-splitting by John Kessenich · 8 years ago
  86. 26d3145 HLSL default function parameters by steve-lunarg · 8 years ago
  87. 5ca85ad HLSL: allow scalar type keywords as identifiers, and add half type support. by steve-lunarg · 8 years ago
  88. 132d331 HLSL: struct splitting: assignments of hierarchical split types by steve-lunarg · 8 years ago
  89. a64ed3e HLSL: allow "sample" in expressions. by steve-lunarg · 8 years ago
  90. a2b01a0 HLSL: Recursive composite flattening by steve-lunarg · 8 years ago
  91. f1e0c87 allow renaming of shader entry point when creating SPIR-V by steve-lunarg · 8 years ago
  92. 98ad485 HLSL: Support {...} initializer lists that are too short. by John Kessenich · 8 years ago
  93. e122f05 Merge pull request #599 from steve-lunarg/gs by John Kessenich · 8 years ago
  94. f49cdf4 WIP: HLSL: Add GS support by steve-lunarg · 8 years ago
  95. 75fd223 HLSL: allow "sample" as a valid identifier. by steve-lunarg · 8 years ago
  96. a22f7db HLSL: Allow expressions in attributes by steve-lunarg · 8 years ago
  97. 89df3c2 Merge pull request #572 from steve-lunarg/numthreads by John Kessenich · 8 years ago
  98. 3226b08 HLSL: Add min*{float,int,uint} types by steve-lunarg · 8 years ago
  99. 1868b14 HLSL: implement numthreads for compute shaders by steve-lunarg · 8 years ago
  100. e5921f1 HLSL: Fix unary and binary operator type conversion issues by steve-lunarg · 8 years ago