summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-shader.cpp
Commit message (Expand)AuthorAge
* formatEllie Hermaszewska2024-10-29
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Allow lookups of overloaded methods. (#5110)Sai Praveen Bangaru2024-09-19
* Support entrypoints defined in a namespace. (#5011)Yong He2024-09-05
* Allow capabilities to be used with `[shader("...")]` (#4928)ArielG-NV2024-08-28
* Allow implicit 'uniform' entrypoint parameters. (#4765)Yong He2024-08-01
* Simplify `CapabilitySet` Diagnostic Printing (#4678)ArielG-NV2024-07-23
* Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...ArielG-NV2024-07-18
* Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...ArielG-NV2024-06-28
* Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV2024-06-12
* Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV2024-06-12
* Support different SPIRV versions. (#4254)Yong He2024-06-01
* Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV2024-05-16
* Avoid classifying methods with `[numthreads]` as entry points for CUDA-relate...Sai Praveen Bangaru2024-04-30
* add `-ignore-capabilities` flag (#3984)ArielG-NV2024-04-19
* Fix another bug in entrypoint specialization arg synthesis. (#3933)Yong He2024-04-12
* Fix checking logic of entry point specialization arguments. (#3916)Yong He2024-04-10
* Add more cases for `isUniformParameterType`. (#3800)Yong He2024-03-19
* Fix side effect checking around storage buffer type. (#3762)Yong He2024-03-13
* Fix crash when specializing generic entry points. (#3760)Yong He2024-03-13
* Link-time specialization fixes. (#3734)Yong He2024-03-11
* Fix SPIRV lowering issue. (#3608)Yong He2024-02-21
* Support loading serialized modules. (#3588)Yong He2024-02-15
* Capability type checking. (#3530)Yong He2024-02-02
* Handle import, entrypoint and global params in included files. (#3395)Yong He2023-12-08
* Parameter binding and gfx fixes. (#3302)Yong He2023-11-01
* squash warnings (#3113)Ellie Hermaszewska2023-08-15
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Simplify Lookup and improve compiler performance. (#2996)Yong He2023-07-18
* Create and cache flattened inheritance lists (#2740)Theresa Foley2023-07-12
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He2023-07-05
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He2023-01-30
* Allow `no_diff` modifier on parameters (#2538)Yong He2022-11-29
* Auto synthesis of Differential type (#2466)Yong He2022-10-26
* Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He2022-09-13
* Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He2022-09-01
* Fix errors when building with the latest Xcode (#2215)Vincent Isambart2022-04-28
* Make Scope non ref counted (#1904)jsmall-nvidia2021-07-09
* "Shader Toy" example and related fixes (#1629)Tim Foley2020-12-07
* Make SlangCompileRequest COM type (#1620)jsmall-nvidia2020-12-01
* Allow existential types in `StructuredBuffer` element type. (#1536)Yong He2020-09-10
* Fix the way extension declarations are cached for lookup (#1450)Tim Foley2020-07-23
* Fix and improvements around repro (#1397)jsmall-nvidia2020-06-18
* Small fixes/improvements based on review. (#1379)jsmall-nvidia2020-06-08
* Merge branch 'master' into findtypebynamefixYong He2020-06-05
|\
| * ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05
* | Fix FindTypeByName reflection API not finding stdlib types.Yong He2020-06-05
|/