summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-glsl.cpp
AgeCommit message (Expand)Author
2023-08-14Support per field matrix layout (#3101)Yong He
2023-08-10Add support for ConstBufferPointer on Vulkan. (#3089)Yong He
2023-07-27Fix -fvk-u-shift not applying to global constant buffer. (#3033)Yong He
2023-07-26Fix -fvk-u-shift not applying to RWStructuredBuffer on glsl output. (#3027)Yong He
2023-07-21Better handling of bindings with multiple resource kind "aliases" for GLSL em...jsmall-nvidia
2023-07-20Fix for vk-shift-* GLSL emit issue (#3004)jsmall-nvidia
2023-07-10Do not fail when emitting GLSL using unorm/snorm textures (#2973)Ellie Hermaszewska
2023-06-26Handling SV_ClipDistance system semantic on GLSL/VK (#2942)jsmall-nvidia
2023-06-13Fixes for Shader Execution Reordering on VK (#2929)Theresa Foley
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-03-16Support GL_EXT_fragment_shader_barycentric (#2704)Samuel Kogler
2023-01-17Add `set` to spirv_instruction (#2597)jsmall-nvidia
2023-01-06Fix small issue around emitInterpolationModifiersImpl when layout is nullptr....jsmall-nvidia
2022-12-14Fix code generation for matrix reshape. (#2568)Yong He
2022-12-07Rename IR opcodes to unify style. (#2556)Yong He
2022-12-02Inline functions with string param/return for GPU targets (#2544)jsmall-nvidia
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-11-15Shader Execution Reordering for VK (#2491)jsmall-nvidia
2022-09-15Add support for GL_EXT_debug_printf extension to slang (#2399)Qubaef
2022-09-15Language feature: pointer sized int types. (#2401)Yong He
2022-05-27Added NativeStringType (#2252)jsmall-nvidia
2022-05-18Support for `[[vk::spirv_instruction(op)]]` (#2242)jsmall-nvidia
2022-05-17Refactor prelude emit (#2236)jsmall-nvidia
2022-05-10Add support for `spirv_literal` (#2227)jsmall-nvidia
2022-05-05Output SPIR-V lifetimes (#2221)jsmall-nvidia
2022-04-11Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley
2022-02-28Use GLSL scalar layout for constant buffers. (#2147)Yong He
2022-02-25Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He
2022-02-17Add target option to force `scalar` layout for storage buffers. (#2135)Yong He
2021-11-16Added 8/16/64 bit int/unsigned int texture formats support for glsl shaders (...Alexander Weinrauch
2021-10-21Passing associated type arguments to existential parameters + packing for `bo...Yong He
2021-09-13Bug fix in 16bit type emit, vk validation error fix. (#1936)Yong He
2021-06-02Various Fixes to gfx, reflection and emit. (#1867)Yong He
2021-05-28Glslang refactor bugfix (#1863)jsmall-nvidia
2021-03-26Append proper suffixes to 16-bit literals for GLSL (#1767)Tim Foley
2021-03-16Fix the "acceleration structure in compute" bug for GL_NV_ray_tracing too (#1...Tim Foley
2021-03-15Fix handling of RT accelerations structures for non-RT stages (#1753)Tim Foley
2021-03-05Add Vulkan/SPIR-V support for TraceRayInline() (#1737)Tim Foley
2021-03-03Add GLSL/SPIR-V support got GetAttributeAtVertex (#1733)Tim Foley
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2021-02-04Fix line offset problem (#1690)jsmall-nvidia
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-09-23Simplify workflow when using NVAPI (#1556)Tim Foley
2020-06-18Prelude is associated with SourceLanguage (#1398)jsmall-nvidia
2020-06-18Fix and improvements around repro (#1397)jsmall-nvidia
2020-06-13Emit [[dont_unroll]] attribute in GLSLYong He
2020-05-29Bug fix problem with ray tracing from fragment shader (#1362)jsmall-nvidia
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia