| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-10 | Cleanups for test cases: | Tim Foley | |
| - Allow a code-generation target of `NONE` in order to suppress ordinary output in test cases where we don't care about the actual output (just pass/fail result) - Add explicit `location` layout qualifiers to intermediate vertex-to-fragment variables in GLSL test cases for rendering, to work around apparent Intel driver bugs. | |||
| 2017-06-26 | Replace "auto-import" with `#import` | Tim Foley | |
| Right now `#import` only differs from `#include` in that it takes a string literal for a file name instead of a raw identifier (to which `.slang` gets appended). The next step is to make `#import` respect preprocessor state, while `__import` doesn't. | |||
