diff --git a/gapii/cc/spy_disable_precompiled_shaders.cpp b/gapii/cc/spy_disable_precompiled_shaders.cpp index cb696ac0b0..993a11d119 100644 --- a/gapii/cc/spy_disable_precompiled_shaders.cpp +++ b/gapii/cc/spy_disable_precompiled_shaders.cpp @@ -38,6 +38,7 @@ const char* kReplacementExtension = "__GAPID_PCS_DISABLED__"; // Must be the sam // See https://github.com/google/gapid/issues/1456#issuecomment-349611106 for // more information. const core::Id kProgramHashesForNoError[] = { + // https://github.com/google/gapid/issues/1456 // 0xe14cc04bd723f9c2c46eeef948b08a379f090235 {0xe1, 0x4c, 0xc0, 0x4b, 0xd7, 0x23, 0xf9, 0xc2, 0xc4, 0x6e, 0xee, 0xf9, 0x48, 0xb0, 0x8a, 0x37, 0x9f, 0x09, 0x02, 0x35}, @@ -49,6 +50,11 @@ const core::Id kProgramHashesForNoError[] = { // 0x55626b9bc73964f52fd5bcf6710659df97997d83 {0x55, 0x62, 0x6b, 0x9b, 0xc7, 0x39, 0x64, 0xf5, 0x2f, 0xd5, 0xbc, 0xf6, 0x71, 0x06, 0x59, 0xdf, 0x97, 0x99, 0x7d, 0x83}, + + // https://github.com/google/gapid/issues/1525 + // 0xc6b9efad92959f4af5f6fb67a21d94b22f746838 + {0xc6, 0xb9, 0xef, 0xad, 0x92, 0x95, 0x9f, 0x4a, 0xf5, 0xf6, + 0xfb, 0x67, 0xa2, 0x1d, 0x94, 0xb2, 0x2f, 0x74, 0x68, 0x38}, }; bool shouldErrorForProgram(const core::Id& id) {