This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cf3d96edfbcd688ddaabc447157bcb8d005dffa1
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
ShaderCompilerCommon
/
Private
History
graham wihlidal
811135f653
RDNA ISA parser improvements and fixes
...
[FYI] rune.stubbe, brian.karis [CL 27697998 by graham wihlidal in ue5-main branch]
2023-09-07 20:34:04 -04:00
..
ISAParser
RDNA ISA parser improvements and fixes
2023-09-07 20:34:04 -04:00
CrossCompiler.cpp
…
DXCWrapper.cpp
…
HlslAST.cpp
Fix usage of const TCHAR* in the condition of checkf or ensureMsgf and test the strings for nullptr instead
2023-08-28 17:50:38 -04:00
HlslAST.h
Fix stripping of unused interpolator. HLSLParser used by the RemoveUnusedOutputs function wasn't able to parse bit_cast, nointrerp, ulong, and Constant tokens.
2023-06-19 15:09:29 -04:00
HlslccHeaderWriter.cpp
Fix removal of unused shader interpolators for DXC backends: Keep original semantic name including its index and separate it from its overridden binding slot.
2023-08-16 00:43:54 -04:00
HlslExpressionParser.inl
Removed operator new (TArray) usage from headers.
2023-05-05 09:13:53 -04:00
HlslLexer.cpp
Fix stripping of unused interpolator. HLSLParser used by the RemoveUnusedOutputs function wasn't able to parse bit_cast, nointrerp, ulong, and Constant tokens.
2023-06-19 15:09:29 -04:00
HlslLexer.h
…
HlslParser.cpp
Fix stripping of unused interpolator. HLSLParser used by the RemoveUnusedOutputs function wasn't able to parse bit_cast, nointrerp, ulong, and Constant tokens.
2023-06-19 15:09:29 -04:00
HlslParser.h
…
HlslUtils.cpp
…
HlslUtils.h
Removed operator new (TArray) usage from headers.
2023-05-05 09:13:53 -04:00
ShaderCompilerCommon.cpp
Added validation to ensure UAV/SRV types and UB sizes match the ones generated by the shader compiler
2023-08-25 22:19:10 -04:00
ShaderConductorContext.cpp
Fix usage of const TCHAR* in the condition of checkf or ensureMsgf and test the strings for nullptr instead
2023-08-28 17:50:38 -04:00
ShaderMinifier.cpp
…
ShaderSymbolExport.cpp
Mutate DDC string since platform symbol serialization data changed
2023-07-21 18:27:54 -04:00
SpirvCommon.cpp
…
SpirvReflectCommon.cpp
…