[Perf] (ProgramState): serve a whole linked program from translation cache L1, skipping the link entirely

This commit is contained in:
Swung0x48
2026-08-20 12:00:01 -04:00
parent 14744f117c
commit 1eeeb44d94
9 changed files with 348 additions and 125 deletions
+1
View File
@@ -389,6 +389,7 @@ set(SOURCE_FILES
MobileGL/MG_State/GLState/TextureState/TextureState.cpp
MobileGL/MG_State/GLState/ProgramState/ProgramObject.cpp
MobileGL/MG_State/GLState/ProgramState/ProgramLinkTask.cpp
MobileGL/MG_State/GLState/ProgramState/ProgramTranslationCache.cpp
MobileGL/MG_State/GLState/ProgramState/ProgramSpirvTask.cpp
MobileGL/MG_State/GLState/ProgramState/ShaderCompileTask.cpp
MobileGL/MG_State/GLState/ProgramState/ShaderObject.cpp