index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
check.cpp
Age
Commit message (
Expand
)
Author
2018-12-12
Make shader parameters not writable (#750)
Tim Foley
2018-12-12
Running tests in slang-test process (#740)
jsmall-nvidia
2018-12-07
Change how buffers are emitted (#741)
Tim Foley
2018-11-21
Feature/early depth stencil (#727)
jsmall-nvidia
2018-11-06
Feature/shared library refactor (#712)
jsmall-nvidia
2018-10-29
Rework command-line options handling for entry points and targets (#697)
Tim Foley
2018-10-25
Feature/premake linux (#689)
jsmall-nvidia
2018-10-18
Add support for static methods in interfaces (#680)
Tim Foley
2018-10-11
Add basic support for [mutating] methods (#667)
Tim Foley
2018-10-04
Support cross-compilation of ray tracing shaders to Vulkan (#663)
Tim Foley
2018-09-20
Improve support for non-32-bit types. (#643)
Tim Foley
2018-09-13
Add a better error message for common global generic failure (#634)
Tim Foley
2018-08-27
Add basic support for #pragma once (#630)
Tim Foley
2018-08-22
Support for [[vk::push_constant]] (#629)
jsmall-nvidia
2018-08-10
Improve model-viewer support for lights (#626)
Tim Foley
2018-07-31
Feature/attributed binding (#621)
jsmall-nvidia
2018-06-27
Support for Tessellation (#607)
jsmall-nvidia
2018-06-14
Improve generic argument inference for builtins (#598)
Tim Foley
2018-06-12
Initial support for enum declarations (#599)
Tim Foley
2018-05-29
Fix global atomic functions (#582)
Tim Foley
2018-05-24
A bunch of work to resolve #569 (#576)
Tim Foley
2018-05-11
Cleanups around behavior when the compiler fails (#553)
Tim Foley
2018-05-02
Speedup type checking using cached overload resolution results.
Yong He
2018-05-01
Diagnose attempts to write to fields in methods (#530)
Tim Foley
2018-04-20
Better diagnostics when compilation is aborted (#517)
Tim Foley
2018-04-20
Diagnose use of an implicit cast as an argument for an `out` parameter (#516)
Tim Foley
2018-04-11
Introduce an IR-level type system (#481)
Tim Foley
2018-03-30
Fix several issues discovered by Falcor (#467)
Tim Foley
2018-03-29
Avoid crash when bad argument given to [instance(...)] attribute (#464)
Tim Foley
2018-03-29
Add support for default parameter values in IR codegen (#459)
Tim Foley
2018-03-26
Unify all generic parameters, even if some mismatch (#454)
Tim Foley
2018-03-22
Add support for DirectX Raytracing (DXR) (#451)
Tim Foley
2018-03-19
Entry point attribute (#447)
Tim Foley
2018-03-16
Overhaul implementation of [attributes] (#443)
Tim Foley
2018-03-06
Add a case to `TryUnifyVals` to cover `SubtypeWitness` vals (#435)
Yong He
2018-02-08
Falcor fixes (#402)
Tim Foley
2018-02-02
Remove support for the -no-checking flag (#392)
Tim Foley
2018-01-26
Fix some crashing bugs around local variable declarations. (#385)
Tim Foley
2018-01-21
Trying to get generic extensions to work
Tim Foley
2018-01-21
Improvements and bug fixes for global type parameters
Yong He
2018-01-20
bug fixes
Yong He
2018-01-19
Allow arbitrary type string as type argument in spAddEntryPointEx.
Yong He
2018-01-17
All compiler fixes to get ir branch work with falcor feature demo.
Yong He
2018-01-16
bug fixes to get falcor example shader code to compile.
Yong He
2018-01-16
Allow extension on interface (#369)
Yong He
2018-01-14
temporary workaround to fix test case failures.
Yong He
2018-01-14
allow extension of a concrete type to implement additional interface
Yong He
2018-01-13
Fix creation of `ThisTypeSubstitution`.
Yong He
2018-01-12
Support nested generics
Yong He
2018-01-12
Refactor substitution representation in DeclRefBase (#363)
Yong He
[next]