index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
options.cpp
Commit message (
Expand
)
Author
Age
*
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-05-31
*
WIP: Support for other source target language (#971)
jsmall-nvidia
2019-05-31
*
String/List closer to conventions, and use Index type (#959)
jsmall-nvidia
2019-04-29
*
Add better control over image formats for GLSL/SPIR-V targets (#939)
Tim Foley
2019-04-08
*
Allow plugging in types with resources for interface parameters (#913)
Tim Foley
2019-03-26
*
Add options to control optimization and debug information (#897)
Tim Foley
2019-03-12
*
Split front- and back-ends (#846)
Tim Foley
2019-02-15
*
Feature/file unique identity (#789)
jsmall-nvidia
2019-01-21
*
Delete what appears to be stray code in options validation (#784)
Tim Foley
2019-01-18
*
Feature/serialization debug info (#767)
jsmall-nvidia
2019-01-07
*
Add callable shader support for Vulkan ray tracing (#718)
Tim Foley
2018-11-12
*
Feature/shared library refactor (#712)
jsmall-nvidia
2018-11-06
*
Add support for a "strict" floating-point mode (#709)
Tim Foley
2018-11-01
*
Rework command-line options handling for entry points and targets (#697)
Tim Foley
2018-10-29
*
Added -serial-ir command line option (#664)
jsmall-nvidia
2018-10-09
*
Support cross-compilation of ray tracing shaders to Vulkan (#663)
Tim Foley
2018-10-04
*
Fix problem when doing options parse, that failure doesn't leave appropriate ...
jsmall-nvidia
2018-07-17
*
spCompile/spProcessCommandLineArguments return SlangResult (#610)
jsmall-nvidia
2018-07-06
*
Add options to control matrix layout rules (#583)
Tim Foley
2018-05-31
*
IR: next phase of "everything is an instruction" (#433)
Tim Foley
2018-03-03
*
Remove non-IR codegen paths (#398)
Tim Foley
2018-02-03
*
Remove support for the -no-checking flag (#392)
Tim Foley
2018-02-02
*
no-codegen compile flag and global generics reflection (#347)
Yong He
2018-01-02
*
Enable HLSL/GLSL "rewrite" + IR-based Slang codegen (#300)
Tim Foley
2017-11-28
*
Parameter block work (#276)
Tim Foley
2017-11-13
*
Allow use of dxc compiler for DXIL generation (#241)
Tim Foley
2017-11-01
*
Implement notion of a "container format" (#213)
Tim Foley
2017-10-16
*
Get rid of the `-slang-ir-asm` target (#212)
Tim Foley
2017-10-13
*
Move reflection JSON generation into separate text fixture (#211)
Tim Foley
2017-10-13
*
Working on better handling of builtin functions in IR (#196)
Tim Foley
2017-10-05
*
IR: handle control flow constructs (#186)
Tim Foley
2017-09-14
*
Continue work on IR-based codegen
Tim Foley
2017-09-06
*
Add a flag to control type splitting
Tim Foley
2017-08-17
*
Make source location lightweight
Tim Foley
2017-08-10
*
Add a `-o` option to command-line `slangc`
Tim Foley
2017-07-25
*
Try to improve handling of failures during compilation
Tim Foley
2017-07-19
*
Cleanups for test cases:
Tim Foley
2017-07-10
*
Pick layout rules based on target languge, not source.
Tim Foley
2017-07-09
*
Fix many warnings-as-errors issues.
Tim Foley
2017-07-06
*
Overhaul `RefPtr` and `String`
Tim Foley
2017-06-29
*
Replace "auto-import" with `#import`
Tim Foley
2017-06-26
*
Overhaul handling of entry points and translation units.
Tim Foley
2017-06-20
*
Allow for automatic importing of Slang code
Tim Foley
2017-06-19