1. 71c100d GLSL output: Removed fixed-size buffer; fixes #769. by John Kessenich · 8 years ago
  2. 02467d8 HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. by John Kessenich · 8 years ago
  3. 4e55988 HLSL Tests: Tests for previous commit, to make it easier to see what's changing. by John Kessenich · 8 years ago
  4. 7dc630f HLSL: Flatten a return struct from an entry point and assign locations after flattening. by John Kessenich · 8 years ago
  5. deb4940 HLSL: Register all entry-point in/out as part of the interface. by John Kessenich · 8 years ago
  6. 1a4b775 HLSL: Correct line numbers for function definitions. by John Kessenich · 8 years ago
  7. 830b0cc HLSL: Start location numbering with the entry-point return value. by John Kessenich · 8 years ago
  8. 510d83b HLSL: Create test results for the previous commits. by John Kessenich · 8 years ago
  9. 6a70eb7 HLSL: Emulate write-to-output on return-from-entry-point, for return value. by John Kessenich · 8 years ago
  10. 2c646b7 Updating tests, sadly every single HLSL test needs updating becuase of the language identifier by Dan Baker · 8 years ago
  11. b0a63f5 HLSL: Correctly identify which variables are global storage class. by John Kessenich · 8 years ago
  12. 5aa59e2 HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. by John Kessenich · 8 years ago
  13. 1cc1a28 HLSL: 1) Implement lookahead buffers/stacks for token advance/recede, 2) use it for cast operation. by John Kessenich · 8 years ago