index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-09-07
Fixup: fix uninitialized memory bug
Tim Foley
2017-09-07
Replace old notion of "intrinsic" operations
Tim Foley
2017-09-06
Merge pull request #176 from tfoleyNV/ir-work
Tim Foley
2017-09-06
Continue work on IR-based codegen
Tim Foley
2017-09-05
Merge pull request #175 from tfoleyNV/implicit-conversion
Tim Foley
2017-09-05
Add a basic test case for HLSL implicit conversions
Tim Foley
2017-09-05
Move implicit conversion operations to stdlib
Tim Foley
2017-08-31
Merge pull request #174 from tfoleyNV/modifier-lowering-fix
Tim Foley
2017-08-31
Fix some issues around cloned modifiers.
Tim Foley
2017-08-25
Merge pull request #173 from tfoleyNV/resources-in-structs-fixes
Tim Foley
2017-08-25
Fixup for test failure
Tim Foley
2017-08-25
Try to print failure from AppVeyor tests
Tim Foley
2017-08-25
Fixup: handle splice of multiple modifiers
Tim Foley
2017-08-25
Fix some resources-in-structs bugs
Tim Foley
2017-08-17
Merge pull request #170 from tfoleyNV/ir
Tim Foley
2017-08-17
[ir] Add support for "decorations" on instructions
Tim Foley
2017-08-17
[ir] Represent fields more direclty
Tim Foley
2017-08-17
Add some dummy logic to print IR to HLSL
Tim Foley
2017-08-17
Merge pull request #169 from tfoleyNV/ir
Tim Foley
2017-08-17
IR generation cleanup work
Tim Foley
2017-08-17
Merge pull request #168 from tfoleyNV/resources-in-structs-control
Tim Foley
2017-08-17
Add a flag to control type splitting
Tim Foley
2017-08-16
Merge pull request #167 from tfoleyNV/ir
Tim Foley
2017-08-16
Fixups for IR checkpoint
Tim Foley
2017-08-16
More work on IR
Tim Foley
2017-08-15
Merge pull request #166 from tfoleyNV/add-builtins-to-core
Tim Foley
2017-08-15
Merge pull request #165 from tfoleyNV/ir
Tim Foley
2017-08-15
Add user-defined builtins to the "core" module
Tim Foley
2017-08-15
Starting to add intermediate representation (IR)
Tim Foley
2017-08-15
Merge pull request #162 from tfoleyNV/gh-38
Tim Foley
2017-08-15
Add missing expected output file for test.
Tim Foley
2017-08-15
Improve diagnostics for overlapping/conflicting bindings
Tim Foley
2017-08-15
Merge pull request #161 from tfoleyNV/gh-160
Tim Foley
2017-08-15
Handle possibility of bad types in varying input/output signature.
Tim Foley
2017-08-14
Merge pull request #159 from tfoleyNV/name-type
Tim Foley
2017-08-14
Add an explicit `Name` type
Tim Foley
2017-08-14
Rename `Name` fields to `name`
Tim Foley
2017-08-12
Merge pull request #158 from tfoleyNV/syntax-lookup
Tim Foley
2017-08-12
Data-driven parsing of modifiers
Tim Foley
2017-08-11
Merge pull request #157 from tfoleyNV/syntax-lookup
Tim Foley
2017-08-11
Look up declaration keywords using ordinary scoping.
Tim Foley
2017-08-10
Merge pull request #156 from tfoleyNV/source-file-cleanup
Tim Foley
2017-08-10
Make source location lightweight
Tim Foley
2017-08-09
Merge pull request #155 from tfoleyNV/renaming
Tim Foley
2017-08-09
Merge pull request #154 from tfoleyNV/fix-lowering
Tim Foley
2017-08-09
Major naming overhaul:
Tim Foley
2017-08-09
Fix use of "pseudo-syntax" in current lowering pass
Tim Foley
2017-08-07
Merge pull request #153 from tfoleyNV/remove-globals
Tim Foley
2017-08-07
Remove uses of global variables
Tim Foley
2017-07-27
Update README.md
Tim Foley
[next]