- a305166 HLSL: Error if funcion with return type doesn't return a value. by John Kessenich · 8 years ago
- 5e56423 Front-ends: Remove now defunct afterEOF and related, use scanner's instead. by John Kessenich · 8 years ago
- 830b0cc HLSL: Start location numbering with the entry-point return value. by John Kessenich · 8 years ago
- 81d4714 Merge branch 'HLSL_Semantic_Mapping' of https://github.com/dankbaker/glslang into dankbaker-HLSL_Semantic_Mapping by John Kessenich · 8 years ago
- 6a70eb7 HLSL: Emulate write-to-output on return-from-entry-point, for return value. by John Kessenich · 8 years ago
- b9e3912 HLSL: Partially address issue #463: accept GLSL layout(...). by John Kessenich · 8 years ago
- c4a1307 HLSL: add implicit promotions for assignments and function returns. by steve-lunarg · 8 years ago
- b38f071 HLSL: Add back in the [subcomponent] part of a 'register' decl. by John Kessenich · 8 years ago
- 96e9f47 HLSL: Implement the register production. by John Kessenich · 8 years ago
- 82d6baf HLSL: Implement packoffset production. by John Kessenich · 8 years ago
- a26a517 Non-functional: Rationalize location and use of mapTypeToConstructor(). by John Kessenich · 8 years ago
- 2de3291 HLSL: allow uint literals, and add test for numeric suffixes by steve-lunarg · 8 years ago
- 64723c2 Merge pull request #406 from steve-lunarg/pp_line by John Kessenich · 8 years ago
- 3d157c5 HLSL: cbuffer and tbuffer grammar and production. by John Kessenich · 8 years ago
- 6256146 HLSL: enable #line extension by default for HLSL source. by LoopDawg · 8 years ago
- a2b7991 HLSL: Add SampleBias and SampleGrad, and associated tests by LoopDawg · 8 years ago
- 4886f69 HLSL: Sampler/texture declarations, method syntax, partial Sample method by LoopDawg · 8 years ago
- 7f349c7 Build: Remove causes of pedantic warnings. Addresses issue #352 and PR #242. by John Kessenich · 8 years ago
- 5e69ec6 HLSL: Add typedef grammar and production. by John Kessenich · 8 years ago
- d02dc5d HLSL: Implement switch/case/default. by John Kessenich · 8 years ago
- 4624a02 Add lerp, fix sincos return type, ret type tests, non-square mats, HLSL->AST tx semantics by LoopDawg · 8 years ago
- 5aa59e2 HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. by John Kessenich · 8 years ago
- b901ade SPV: Non-functional: Condense SPV-related versioning, and rationalize all uses. by John Kessenich · 8 years ago
- 5891070 Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate dest modifier. by LoopDawg · 8 years ago
- cd784bc Merge pull request #337 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
- 630dd7d HLSL: Flesh out misc. declaration grammar: semantics/registers/annotations/precise/etc. by John Kessenich · 8 years ago
- e6e7494 HLSL: Implement basic "struct" grammar. by John Kessenich · 8 years ago
- 592860c Add decompositions for some HLSL intrinsics. by LoopDawg · 8 years ago
- 077e052 HLSL: Implement proper nesting of symbol-table scopes and identifier searching. by John Kessenich · 8 years ago
- 119f8f6 HLSL: Flesh out the loop grammar and productions. by John Kessenich · 8 years ago
- 0d2b6de HLSL: Attribute grammar and if-else grammar/productions. by John Kessenich · 8 years ago
- 8d72f1a Full stack: distinguish between a scalar and a vector of size 1. by John Kessenich · 8 years ago
- 4678ca9 HLSL: Add function call syntax and AST building. by John Kessenich · 8 years ago
- e512cd9 Vulkan: Add the #define VULKAN 100 when compiled for Vulkan. by John Kessenich · 9 years ago
- d016be1 HLSL: Hook up constructor expressions through the AST. by John Kessenich · 9 years ago
- e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 9 years ago