summaryrefslogtreecommitdiff
path: root/tests/hlsl
AgeCommit message (Expand)Author
2024-07-01Support HLSL `.sample` operators for MS textures (#4524)venkataram-nv
2024-06-24Implementing `tbuffer` layout(s) (#4436)ArielG-NV
2024-06-13Metal: misc fixes and enable more tests. (#4374)Yong He
2024-06-12Implicit register binding for hlsl to non-hlsl targets (#4338)ArielG-NV
2024-06-08SPIRV `Block` decoration fixes. (#4303)Yong He
2024-06-07Support HLSL `.mips` syntax. (#4310)Yong He
2024-06-07Metal compute tests (#4292)skallweitNV
2024-05-16RasterizerOrder resource for spirv and metal. (#4175)Yong He
2024-04-17Support combined texture sampler when targeting HLSL. (#3963)Yong He
2024-04-10Fix typelayout for append/consume structured buffers. (#3924)Yong He
2024-04-01Support SM6.6 keyword "WaveSize" (#3871)Jay Kwak
2024-03-23Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)Yong He
2023-10-17Type layouts for structured buffers with counters (#3269)Ellie Hermaszewska
2023-08-22Make `-fvk-u-shift` work on AppendStructuredBuffer. (#3144)Yong He
2023-08-21Compile append and consume structured buffers to glsl. (#3142)Yong He
2023-08-15Remove -use-glsl-matrix-layout-modifier from test (#3104)Ellie Hermaszewska
2023-08-14Support per field matrix layout (#3101)Yong He
2023-08-08Support `-fvk-use-gl-layout` for ByteAddressBuffer load/store. (#3068)Yong He
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-05-06Initial work around groupshared (#2224)jsmall-nvidia
2019-01-07Feature/serialization debug info (#767)jsmall-nvidia
2018-12-07Change how buffers are emitted (#741)Tim Foley
2018-11-29Add support for globallycoherent modifier (#732)Tim Foley
2018-11-19Fix declaration of RWTexture*.Load() operations (#722)Tim Foley
2018-10-29Rework command-line options handling for entry points and targets (#697)Tim Foley
2018-10-04Remove need of IRHightLevelDecoration in emit (#660)jsmall-nvidia
2018-05-03Pass through original names for most declarations (#547)Tim Foley
2018-05-02Add support for explicit register space bindings (#542)Tim Foley
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-03-29Change uses of "spire" to "slang" (#461)Tim Foley
2018-02-22Initial work on validating "constexpr"-ness in IR (#420)Tim Foley
2018-02-03Remove non-IR codegen paths (#398)Tim Foley
2017-10-12Do loop fix (#209)Tim Foley
2017-10-05Working on better handling of builtin functions in IR (#196)Tim Foley
2017-09-12Get IR working for `AdaptiveTessellationCS40/Render` testTim Foley
2017-09-05Add a basic test case for HLSL implicit conversionsTim Foley
2017-06-28Actually respect suffixes on numeric literals.Tim Foley
2017-06-26Fix parsing of string literals.Tim Foley
2017-06-14AppVeyor: Run tests as part of AppVeyor buildsTim Foley
2017-06-09Initial import of code.Tim Foley