зеркало из https://github.com/AvaloniaUI/angle.git
Tests: Add Ni no Kuni trace
Test: angle_perftests --gtest_filter="*ni_no_kuni*" Bug: angleproject:7507 Change-Id: I129a9f053dab24f277c42d22876732b83e4de933 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3802565 Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Yuxin Hu <yuxinhu@google.com> Commit-Queue: Yuxin Hu <yuxinhu@google.com> Auto-Submit: Cody Northrop <cnorthrop@google.com>
This commit is contained in:
Родитель
0b4ee2a8b2
Коммит
606a923957
10
DEPS
10
DEPS
|
@ -1646,6 +1646,16 @@ deps = {
|
|||
'dep_type': 'cipd',
|
||||
'condition': 'checkout_angle_restricted_traces',
|
||||
},
|
||||
'src/tests/restricted_traces/ni_no_kuni': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'angle/traces/ni_no_kuni',
|
||||
'version': 'version:1',
|
||||
},
|
||||
],
|
||||
'dep_type': 'cipd',
|
||||
'condition': 'checkout_angle_restricted_traces',
|
||||
},
|
||||
'src/tests/restricted_traces/nier_reincarnation': {
|
||||
'packages': [
|
||||
{
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
"src/tests/restricted_traces/gen_restricted_traces.py":
|
||||
"7780405f8e0d92fa87a772dd64c62efb",
|
||||
"src/tests/restricted_traces/restricted_traces.json":
|
||||
"31e0098feb5603cba85708f3832204b8"
|
||||
"093a187c980979d9448362afb19d5e0b"
|
||||
}
|
|
@ -1257,11 +1257,18 @@ TracePerfTest::TracePerfTest(std::unique_ptr<const TracePerfParams> params)
|
|||
{
|
||||
addExtensionPrerequisite("GL_KHR_texture_compression_astc_ldr");
|
||||
}
|
||||
|
||||
if (traceNameIs("mortal_kombat"))
|
||||
{
|
||||
addExtensionPrerequisite("GL_EXT_texture_buffer");
|
||||
}
|
||||
|
||||
if (traceNameIs("ni_no_kuni"))
|
||||
{
|
||||
addExtensionPrerequisite("GL_EXT_shader_framebuffer_fetch");
|
||||
addExtensionPrerequisite("GL_KHR_texture_compression_astc_ldr");
|
||||
}
|
||||
|
||||
// glDebugMessageControlKHR and glDebugMessageCallbackKHR crash on ARM GLES1.
|
||||
if (IsARM() && mParams->traceInfo.contextClientMajorVersion == 1)
|
||||
{
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
"my_talking_tom2 5",
|
||||
"my_talking_tom_friends 5",
|
||||
"nba2k20_800 5",
|
||||
"ni_no_kuni 1",
|
||||
"nier_reincarnation 5",
|
||||
"one_punch_man 5",
|
||||
"plants_vs_zombies_2 5",
|
||||
|
|
Загрузка…
Ссылка в новой задаче