- 71b5da6 SPV: Bump up generator number, because previous commit changes code gen slightly. by John Kessenich · 7 years ago
- 2b5ea9f SPV Version: Emit the requested SPIR-V version, not the header version. by John Kessenich · 7 years ago
- 6c1c276 SPV: Bump SPIR-V header to the unified1 version (version 1.2). by John Kessenich · 7 years ago
- c72e593 SPV: Bump the generator number to account for barrier changes. by John Kessenich · 7 years ago
- 07ed11f SPV: GeneratorVersion: bump version number because of atomic decrement change. by John Kessenich · 7 years ago
- e29ff3c HLSL: Flatten structs for all non-arrayed I/O interfaces. by John Kessenich · 7 years ago
- e516d43 HLSL: Move debug naming to a simpler, more consistent, scheme. by John Kessenich · 7 years ago
- 2b4f77f HLSL: Correct use of isPerVertexBuiltIn() to be isClipOrCullDistance(). by John Kessenich · 7 years ago
- 4329d55 HLSL: Broaden solution for #940, editing integer input for 'flat'. by John Kessenich · 7 years ago
- f0bc598 HLSL: Force flat interpolation for structure members. Fixes #940. by John Kessenich · 7 years ago
- 6fa1764 HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers. by John Kessenich · 8 years ago
- 000c818 HLSL: Allow use of $Global members in between function calls. by John Kessenich · 8 years ago
- 71c100d GLSL output: Removed fixed-size buffer; fixes #769. by John Kessenich · 8 years ago
- 789086a HLSL: Test for issue #699. by John Kessenich · 8 years ago
- 65ee230 HLSL: Add tests and refine what decorations are passed through per stage/in/out. by John Kessenich · 8 years ago
- bf47286 HLSL: Move to fine-grained control for defining input/output/uniform IO types. by John Kessenich · 8 years ago
- 88c4464 HLSL: Have loose uniforms also go through the makeTypeNonIo() path. by John Kessenich · 8 years ago
- abd8dca HLSL: Make the entry-point shadow function have non-IO params and return. by John Kessenich · 8 years ago
- 02467d8 HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. by John Kessenich · 8 years ago
- 46d5428 WIP: add other builtins to interstage IO by steve-lunarg · 8 years ago
- a2e7531 HLSL: inter-stage structure splitting. by steve-lunarg · 8 years ago
- d3f1122 Whole stack: Fix stale types in the AST linker object nodes, fixing #557. by John Kessenich · 8 years ago
- b3da8a9 HLSL: phase 2e: introduce lower level addBinaryNode/UnaryNode fns by steve-lunarg · 8 years ago
- 0de16da HLSL: phase 2c: use lValueErrorCheck in HLSL FE by steve-lunarg · 8 years ago
- 4e55988 HLSL Tests: Tests for previous commit, to make it easier to see what's changing. by John Kessenich · 8 years ago
- 6b71c40 HLSL: Remove extraneous built-in member decorations for IO structs used in non-IO situations. by John Kessenich · 8 years ago
- 34e7ee7 HLSL: Improve setting and testing of interpolation qualifiers. by John Kessenich · 8 years ago
- 7dc630f HLSL: Flatten a return struct from an entry point and assign locations after flattening. by John Kessenich · 8 years ago
- deb4940 HLSL: Register all entry-point in/out as part of the interface. by John Kessenich · 8 years ago
- 1a4b775 HLSL: Correct line numbers for function definitions. by John Kessenich · 8 years ago
- 830b0cc HLSL: Start location numbering with the entry-point return value. by John Kessenich · 8 years ago
- 510d83b HLSL: Create test results for the previous commits. 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
- 2c646b7 Updating tests, sadly every single HLSL test needs updating becuase of the language identifier by Dan Baker · 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
- b0a63f5 HLSL: Correctly identify which variables are global storage class. by John Kessenich · 8 years ago
- 93a162a HLSL: Handle "." for structure dereference and swizzle. by John Kessenich · 8 years ago
- 5aa59e2 HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. 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