summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2019-01-31Merge branch 'master' into crashfixYong He
2019-01-31Initial support for uniform parameters on entry points (#815)Tim Foley
2019-01-31Feature/as refactor (#817)jsmall-nvidia
2019-01-30fixup x86 compiler error.Yong He
2019-01-30Fixes crashes at source error.Yong He
2019-01-30Merge branch 'master' into fix-while-in-genYong He
2019-01-30Fixing IR-lowering not properly registering func declYong He
2019-01-30Fix parsing of modifiers on generic declarations (#816)Tim Foley
2019-01-29Add underscores to `AttributeUsage` to signal its preview state.Yong He
2019-01-29Fix core.meta.slangYong He
2019-01-29Add support for user defined attributes.Yong He
2019-01-28Merge branch 'master' into yong-fix2Tim Foley
2019-01-28Support function parameters of existential (interface) type (#802)Tim Foley
2019-01-28Fix type legalization to correctly handle empty struct fields.Yong He
2019-01-28Merge branch 'master' into texture-fixYong He
2019-01-28Feature/bit cast glsl (#808)jsmall-nvidia
2019-01-25Add GLSL translation rules for `SampleCmp`, `asint` and `asfloat`.Yong He
2019-01-25fix up empty-struct-parametersYong He
2019-01-25Move glsl entry point legalization to later stage of compilation.Yong He
2019-01-25Fix GLSL translation of several Texture* operations (#800)Tim Foley
2019-01-25If dxil fails to load, do not report it's missing as an error to the sink. It...jsmall-nvidia
2019-01-25Fixup handling of empty structs in function return types and parameters. (#796)Yong He
2019-01-24Support "modern" declaration syntax as an option (#792)Tim Foley
2019-01-24Fix a regression in geometry shader cross-compilation (#794)Tim Foley
2019-01-23Fixing GLSL sign function.Yong He
2019-01-23Fix IR emit logic for methods in `struct` types (#791)Tim Foley
2019-01-22Clean up variable declaration class hierarchy (#787)Tim Foley
2019-01-22* Fix comment on VerbosePath flag (#790)jsmall-nvidia
2019-01-21Feature/file unique identity (#789)jsmall-nvidia
2019-01-21Path simplification/hash mode, plus bug fixes (#788)jsmall-nvidia
2019-01-18Delete what appears to be stray code in options validation (#784)Tim Foley
2019-01-17Feature/hash for source identity (#786)jsmall-nvidia
2019-01-17Fix diagnostic output for command-line slangc (#783)Tim Foley
2019-01-16Not finding dxil no longer an error. Outputs a warning. (#781)jsmall-nvidia
2019-01-16Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley
2019-01-16Improve handling of {} initializer list expressions (#778)Tim Foley
2019-01-16Feature/external compiler reporting (#776)jsmall-nvidia
2019-01-16Fix a bug in IR linking (#777)Tim Foley
2019-01-16Add proper IR codegen support for local static const variables (#779)Tim Foley
2019-01-15Fix up declaration checking order for enums (#774)Tim Foley
2019-01-14Add an error for global uniform parameter declarations (#773)Tim Foley
2019-01-11Fix some subtle bugs in D3D constant buffer layout (#771)Tim Foley
2019-01-10Fixes problem when passing in nullptr for the channel - we need the Diagnosti...jsmall-nvidia
2019-01-10Improvements around review of debug serialization info (#769)jsmall-nvidia
2019-01-07Feature/serialization debug info (#767)jsmall-nvidia
2018-12-21Feature/remove app context (#765)jsmall-nvidia
2018-12-20Feature/lex memory reduction (#762)jsmall-nvidia
2018-12-19Refactor several IR passes (#761)Tim Foley
2018-12-18Fix for byte-address buffers on Vulkan (#760)Tim Foley
2018-12-17First step toward supporting use of interfaces as existential types (#716)Tim Foley