1. f3d88bd HLSL non-functional: Generalize namespace nesting. by John Kessenich · 8 years ago
  2. 2dd643f Merge branch 'TiemoJung-semantic_handling' by John Kessenich · 8 years ago
  3. 088d52b HLSL: Non-functional: consolidate function declarator information. by John Kessenich · 8 years ago
  4. 54ee28f HLSL: Add scoping operator, accept static member functions, and support calling them. by John Kessenich · 8 years ago
  5. 5f12d2f HLSL: non-functional: simplify handleBuiltInMethod() to isBuiltInMethod(). by John Kessenich · 8 years ago
  6. 6e1d50a HLSL: Accept SV_Cull/ClipDistanceN, by refactoring the way semantics are mapped. by John Kessenich · 8 years ago
  7. 88e88e5 HLSL: Non-functional: Remove dead .length() code. by John Kessenich · 8 years ago
  8. 516d92d HLSL: Non-functional: Drive existing method recognition by syntax, not by name. by John Kessenich · 8 years ago
  9. 854fe24 HLSL: Fix #747: accept 'struct' in front of previously user-defined type name. by John Kessenich · 8 years ago
  10. dd8287a WIP: HLSL: add structuredbuffer pass by reference in fn params by steve-lunarg · 8 years ago
  11. 5da1f03 HLSL: implement 4 (of 6) structuredbuffer types by steve-lunarg · 8 years ago
  12. 858c928 Add basic HS/DS implementation. by steve-lunarg · 8 years ago
  13. dd40260 HLSL: don't do a deepCopy() for typedef, as we still want to share the type graph. by John Kessenich · 8 years ago
  14. 65ee230 HLSL: Add tests and refine what decorations are passed through per stage/in/out. by John Kessenich · 8 years ago
  15. bf47286 HLSL: Move to fine-grained control for defining input/output/uniform IO types. by John Kessenich · 8 years ago
  16. 727b374 HLSL: Build IO types bottom up, as parsed, and cache the original (IO). by John Kessenich · 8 years ago
  17. 88c4464 HLSL: Have loose uniforms also go through the makeTypeNonIo() path. by John Kessenich · 8 years ago
  18. abd8dca HLSL: Make the entry-point shadow function have non-IO params and return. by John Kessenich · 8 years ago
  19. 5d3023a HLSL: Type sanitization: create non-IO types for var decl and fn param/ret by steve-lunarg · 8 years ago
  20. 02467d8 HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. by John Kessenich · 8 years ago
  21. 94dfb7a Non-functional: Factor out entry-point logic from handleFunctionDefinition(). by John Kessenich · 8 years ago
  22. c142c88 Front-ends: Non-functional: Rationalize vector and matrix swizzles. by John Kessenich · 8 years ago
  23. fdf6347 HLSL: Add EOpMatrixSwizzle, selectively decomposed to other ops, for issue #670. by John Kessenich · 8 years ago
  24. 001dfa1 HLSL: matrix swizzle (_12, _m23) syntax, partial semantics. by John Kessenich · 8 years ago
  25. 7d39ad5 Mark an overriden method in a subclass with ‘override’. by Alex Szpakowski · 8 years ago
  26. 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
  27. ecba76f Non-Functional: Whitespace, comments, replace accidentally deleted comment. by John Kessenich · 8 years ago
  28. ddfbbe2 Merge pull request #632 from steve-lunarg/structure-splitting by John Kessenich · 8 years ago
  29. c4ed950 Merge pull request #647 from steve-lunarg/default-fn-params by John Kessenich · 8 years ago
  30. aa6d562 HLSL: Handle const with no initializer. Fixes issue #651. by John Kessenich · 8 years ago
  31. 26d3145 HLSL default function parameters by steve-lunarg · 8 years ago
  32. 132d331 HLSL: struct splitting: assignments of hierarchical split types by steve-lunarg · 8 years ago
  33. a2e7531 HLSL: inter-stage structure splitting. by steve-lunarg · 8 years ago
  34. 9a931b3 Fix a large number of warnings about inconsistent usage of 'override' produced by clang by Henrik Rydgård · 8 years ago
  35. 1e275c8 HLSL: More robust handling of bad shader input, catching a few more things. by John Kessenich · 8 years ago
  36. a2b01a0 HLSL: Recursive composite flattening by steve-lunarg · 8 years ago
  37. 21b11f4 Merge branch 'intrinsic-promotion' of https://github.com/steve-lunarg/glslang into steve-lunarg-intrinsic-promotion by John Kessenich · 8 years ago
  38. f1e0c87 allow renaming of shader entry point when creating SPIR-V by steve-lunarg · 8 years ago
  39. 8ce6e2b Fix non-Windows build error. by John Kessenich · 8 years ago
  40. f97f2ce HLSL: Support the constructor idiom "(struct type)0". by John Kessenich · 8 years ago
  41. 98ad485 HLSL: Support {...} initializer lists that are too short. by John Kessenich · 8 years ago
  42. 517fe7a Non-functional: Rename some entry-point variables to entryPoint, not main. by John Kessenich · 8 years ago
  43. ef33ec0 HLSL: add intrinsic function implicit promotions by steve-lunarg · 8 years ago
  44. f49cdf4 WIP: HLSL: Add GS support by steve-lunarg · 8 years ago
  45. d3f1122 Whole stack: Fix stale types in the AST linker object nodes, fixing #557. by John Kessenich · 8 years ago
  46. 1868b14 HLSL: implement numthreads for compute shaders by steve-lunarg · 8 years ago
  47. 4f2da27 HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat) by steve-lunarg · 8 years ago
  48. 0de16da HLSL: phase 2c: use lValueErrorCheck in HLSL FE by steve-lunarg · 8 years ago
  49. 9070796 HLSL: phase 2b: add l-value operator[] for RWTexture/RWBuffer by steve-lunarg · 8 years ago
  50. 6b43d27 HLSL: phase 2a: add r-value operator[] for RWTexture/RWBuffer by steve-lunarg · 8 years ago
  51. de97fe0 Non-functional: Rationalizing parse helper hierarchy, step 3 (effected editable symbols and IO resize). by John Kessenich · 8 years ago
  52. a2a5dd4 Non-functional: Rationalizing parse helper hierarchy, step 2 (effected error messaging and cascading errors). by John Kessenich · 8 years ago
  53. 6dbc0a7 Support a uniform block to hold global uniform variables. by John Kessenich · 8 years ago
  54. e82061d HLSL: Rationalize combination of type arrayness and name arrayness. by John Kessenich · 8 years ago
  55. e0b9deb Flatten uniform arrays by steve-lunarg · 8 years ago
  56. a1e2d49 HLSL: Move to correct parsing of annotations, improving all annotations and recent string grammar. by John Kessenich · 8 years ago
  57. 6fccb3c Non-functional: Sweep through the stack for consistent with "main" and entry point. by John Kessenich · 8 years ago
  58. f911500 HLSL: Non-functional; make flatten semantics be about aggregates, not just structures. by John Kessenich · 8 years ago
  59. 34e7ee7 HLSL: Improve setting and testing of interpolation qualifiers. by John Kessenich · 8 years ago
  60. d21baed HLSL: Flatten whole-struct assigns and returns when targeting flattened I/O structs. by John Kessenich · 8 years ago
  61. 7dc630f HLSL: Flatten a return struct from an entry point and assign locations after flattening. by John Kessenich · 8 years ago
  62. cd0a78a HLSL: Flatten vertex input and fragment output structures. by John Kessenich · 8 years ago
  63. cfd7ce8 HLSL: Support register(..., spaceN) for setting the descriptor set. by John Kessenich · 8 years ago
  64. 7735b94 HLSL Non-Functional: Move to more robust capturing of postDecls into a qualifier. by John Kessenich · 8 years ago
  65. 07350f3 HLSL: Handle "fake" entry points, by undoing their built-in variable declarations. by John Kessenich · 8 years ago
  66. a305166 HLSL: Error if funcion with return type doesn't return a value. by John Kessenich · 8 years ago
  67. 5e56423 Front-ends: Remove now defunct afterEOF and related, use scanner's instead. by John Kessenich · 8 years ago
  68. 830b0cc HLSL: Start location numbering with the entry-point return value. by John Kessenich · 8 years ago
  69. 81d4714 Merge branch 'HLSL_Semantic_Mapping' of https://github.com/dankbaker/glslang into dankbaker-HLSL_Semantic_Mapping by John Kessenich · 8 years ago
  70. 6a70eb7 HLSL: Emulate write-to-output on return-from-entry-point, for return value. by John Kessenich · 8 years ago
  71. b9e3912 HLSL: Partially address issue #463: accept GLSL layout(...). by John Kessenich · 8 years ago
  72. c4a1307 HLSL: add implicit promotions for assignments and function returns. by steve-lunarg · 8 years ago
  73. b38f071 HLSL: Add back in the [subcomponent] part of a 'register' decl. by John Kessenich · 8 years ago
  74. 96e9f47 HLSL: Implement the register production. by John Kessenich · 8 years ago
  75. 82d6baf HLSL: Implement packoffset production. by John Kessenich · 8 years ago
  76. a26a517 Non-functional: Rationalize location and use of mapTypeToConstructor(). by John Kessenich · 8 years ago
  77. 2de3291 HLSL: allow uint literals, and add test for numeric suffixes by steve-lunarg · 8 years ago
  78. 64723c2 Merge pull request #406 from steve-lunarg/pp_line by John Kessenich · 8 years ago
  79. 3d157c5 HLSL: cbuffer and tbuffer grammar and production. by John Kessenich · 8 years ago
  80. 6256146 HLSL: enable #line extension by default for HLSL source. by LoopDawg · 8 years ago
  81. a2b7991 HLSL: Add SampleBias and SampleGrad, and associated tests by LoopDawg · 8 years ago
  82. 4886f69 HLSL: Sampler/texture declarations, method syntax, partial Sample method by LoopDawg · 8 years ago
  83. 7f349c7 Build: Remove causes of pedantic warnings. Addresses issue #352 and PR #242. by John Kessenich · 8 years ago
  84. 5e69ec6 HLSL: Add typedef grammar and production. by John Kessenich · 8 years ago
  85. d02dc5d HLSL: Implement switch/case/default. by John Kessenich · 8 years ago
  86. 4624a02 Add lerp, fix sincos return type, ret type tests, non-square mats, HLSL->AST tx semantics by LoopDawg · 8 years ago
  87. 5aa59e2 HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. by John Kessenich · 8 years ago
  88. b901ade SPV: Non-functional: Condense SPV-related versioning, and rationalize all uses. by John Kessenich · 8 years ago
  89. 5891070 Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate dest modifier. by LoopDawg · 8 years ago
  90. cd784bc Merge pull request #337 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  91. 630dd7d HLSL: Flesh out misc. declaration grammar: semantics/registers/annotations/precise/etc. by John Kessenich · 8 years ago
  92. e6e7494 HLSL: Implement basic "struct" grammar. by John Kessenich · 8 years ago
  93. 592860c Add decompositions for some HLSL intrinsics. by LoopDawg · 8 years ago
  94. 077e052 HLSL: Implement proper nesting of symbol-table scopes and identifier searching. by John Kessenich · 8 years ago
  95. 119f8f6 HLSL: Flesh out the loop grammar and productions. by John Kessenich · 8 years ago
  96. 0d2b6de HLSL: Attribute grammar and if-else grammar/productions. by John Kessenich · 8 years ago
  97. 8d72f1a Full stack: distinguish between a scalar and a vector of size 1. by John Kessenich · 8 years ago
  98. 4678ca9 HLSL: Add function call syntax and AST building. by John Kessenich · 8 years ago
  99. e512cd9 Vulkan: Add the #define VULKAN 100 when compiled for Vulkan. by John Kessenich · 8 years ago
  100. d016be1 HLSL: Hook up constructor expressions through the AST. by John Kessenich · 9 years ago