summaryrefslogtreecommitdiff
path: root/tests/diagnostics
AgeCommit message (Expand)Author
2024-06-11Support integer typed textures for GLSL (#4329)Jay Kwak
2024-06-11Fix `GetAttributeAtVertex` for spirv and glsl targets. (#4334)Yong He
2024-06-08SPIRV `Block` decoration fixes. (#4303)Yong He
2024-06-04Print warning when operator<< shifting too much (#4255)Jay Kwak
2024-05-15Add diagnostic to prevent defining unsized variables. (#4168)Yong He
2024-05-03Add host shared library target. (#4098)Yong He
2024-04-30Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)Sai Praveen Bangaru
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He
2024-04-05Fix __init() functions that returns an existing value (#3866)sriramm-nv
2024-04-03Fix assertions due to malformed switch statements (#3858)sriramm-nv
2024-04-01Support SM6.6 keyword "WaveSize" (#3871)Jay Kwak
2024-04-01Allow bit operators on enum types. (#3862)Yong He
2024-03-21Support arrow operator `->` on pointers. (#3812)Yong He
2024-03-18Fix SPIRV for mesh shaders, checks for invalid target code&recursion. (#3788)Yong He
2024-03-14Add diagnostic on invalid type constraint. (#3769)Yong He
2024-03-07Link-time constant and linkage API improvements. (#3708)Yong He
2024-03-05[slangc] generate an error when `-entry` is not specified for targets that re...Yong He
2024-03-01Make slangc commandline parsing compatible with renderdoc. (#3658)Yong He
2024-02-26Allow default values for `extern` symbols. (#3632)Yong He
2024-02-20Language server robustness fix. (#3607)Yong He
2024-02-20Support link time type specialization. (#3604)Yong He
2024-02-06Improve Capability System (#3555)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2024-02-01Add slangc option to specialize entrypoint + auto glsl mode. (#3531)Yong He
2023-12-12Define `Texture::Sample` for float element types only. (#3403)Yong He
2023-12-12Add check for invalid use of modifiers. (#3402)Yong He
2023-12-11Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He
2023-12-06Change default visibility of interface members and update docs. (#3381)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-11-29Improve generic type argument inference. (#3370)Yong He
2023-11-14Add GLSL Compatibility. (#3321)Yong He
2023-11-06Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He
2023-10-26Add more diagnostics around use of custom derivatives. (#3291)Yong He
2023-10-09Update slang-glslang binaries to v13.0.0.x-g (#3268)Yong He
2023-10-06Small type system fixes. (#3265)Yong He
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-09-19Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru
2023-09-08Fix attribute highlighting + language server crash. (#3198)Yong He
2023-09-07Fix compiler crashing when `[BackwardDerivativeOf(fn)]` refers to an unresolv...Sai Praveen Bangaru
2023-09-06Make a warning if a [mutating] method is called on an in param. (#3184)jsmall-nvidia
2023-08-18Allow loop counters to be used as constexpr arguments. (#3139)Yong He
2023-08-14Support per field matrix layout (#3101)Yong He
2023-08-07Add spirv-dis as a downstream compiler (#3059)Ellie Hermaszewska
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-21Fix data-flow analysis not propagating diff property through differentiable c...Sai Praveen Bangaru
2023-07-19Support for vk-shift-* without explicit bindings (#3000)jsmall-nvidia
2023-07-14Fix vk-shift-* mapping issue (#2993)jsmall-nvidia
2023-07-12Extend `no_diff` to support subscript operations on resources and array varia...Sai Praveen Bangaru
2023-07-06Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska
2023-07-05Disable l-value coercion for ref types (#2960)jsmall-nvidia