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