summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-07-13Dynamic code gen for functions returning generic types. (#1439)Yong He
2020-07-10CUDA/CPU varying compute inputs as IR pass (#1438)Tim Foley
2020-07-10Fix a preprocessor bug affecting X-macros (#1436)Tim Foley
2020-07-10Dynamic code gen for generic local variables. (#1434)Yong He
2020-07-08Add support for global uniform shader parameters (#1433)Tim Foley
2020-07-07Add a test case for dynamic dispatch with `This` type in interface decl. (#1431)Yong He
2020-07-03Emit pointers for CPU target. (#1418)Yong He
2020-07-01Disable dynamic dispatch tests on CUDA - as fails with exception about unhand...jsmall-nvidia
2020-06-30Initial work on property declarations (#1410)Tim Foley
2020-06-24Fix `lowerFuncType` and small bug fixes.Yong He
2020-06-24Dynamic dispatch for generic interface requirements.Yong He
2020-06-19Merge remote-tracking branch 'origin/master' into struct-inheritance-and-inte...Tim Foley
2020-06-19Dynamic dispatch for static member functions of associatedtypes. (#1404)Yong He
2020-06-19fixup: actually make the test case test somethingTim Foley
2020-06-18Work on struct inheritance and interfacesTim Foley
2020-06-18Merge branch 'master' into dyndispatchTim Foley
2020-06-18Improvements around C++ code generation (#1396)jsmall-nvidia
2020-06-17Dynamic dipatch non-static functions.Yong He
2020-06-17Add != operator for enum types (#1394)Tim Foley
2020-06-17Generate dynamic C++ code for the minimal test case. (#1391)Yong He
2020-06-15Remove implicit conversions to `void` (#1388)Tim Foley
2020-06-15Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...Yong He
2020-06-12Diagnose circularly-defined constants (#1384)Tim Foley
2020-06-05Filter lookup results from interfaces in `visitMemberExpr`.Yong He
2020-06-05Merge branch 'master' into loop_attribTim Foley
2020-06-05Fixes for active mask synthesis + tests (#1370)Tim Foley
2020-06-04Add missing loop-attribs.slang.hlsl for the test caseYong He
2020-06-04Change loop-attrib test case to CROSS_COMPILE per review commentsYong He
2020-06-04Emit [loop] attribute to output HLSL.Yong He
2020-06-03Disable CUDA active mask tests as failing on CI. (#1367)jsmall-nvidia
2020-06-02Make stdlib path just be the filename. (#1364)jsmall-nvidia
2020-06-02Working matrix swizzle (#1354)Dietrich Geisler
2020-05-26Synthesize "active mask" for CUDA (#1352)Tim Foley
2020-05-11Add GLSL translation for HLSL fmod() (#1342)Tim Foley
2020-05-04Disable a test that was breaking on CI (#1338)Tim Foley
2020-05-01Improve GLSL coverage of boolean binary ops (#1335)Tim Foley
2020-04-27Add support for generic load/store on byte-addressed buffers (#1334)Tim Foley
2020-04-23Small improvements around atomics (#1333)jsmall-nvidia
2020-04-22Disable OptiX tests by default. (#1331)Tim Foley
2020-04-21Diagnose attempts to call instance methods from static methods (#1330)Tim Foley
2020-04-21Fix for a generic definition, followed by a declaration with target intrisic ...jsmall-nvidia
2020-04-21Small Improvements around Wave Intrinsics (#1328)jsmall-nvidia
2020-04-21WaveMask remaining intrinsics and tests (#1327)jsmall-nvidia
2020-04-20Fix stdlib definitions of half<->float conversion (#1326)Tim Foley
2020-04-20Feature/wave mask review (#1325)jsmall-nvidia
2020-04-17Add support for global shader parameters to OptiX path (#1323)Tim Foley
2020-04-16Workaround for matching of dxc diagnostics (#1324)jsmall-nvidia
2020-04-16Added wave.slang.expected.txt (#1322)jsmall-nvidia
2020-04-15First support for 'WaveMask' intrinsics (#1321)jsmall-nvidia
2020-04-14CUDA global scope initialization of arrays without function calls. (#1320)jsmall-nvidia