зеркало из https://github.com/AvaloniaUI/angle.git
Roll dEQP cc0ded6c77267b..cd361df193e7535b9
cc0ded6c77..f4f3d8079e
BUG=None
Change-Id: I863f81d2c4c3f48862cb821b23c38266987a82a2
Reviewed-on: https://chromium-review.googlesource.com/340260
Reviewed-by: Geoff Lang <geofflang@chromium.org>
This commit is contained in:
Родитель
b098776109
Коммит
c7d6ea485a
|
@ -22,12 +22,13 @@ debug.txt
|
|||
*.orig
|
||||
*.rej
|
||||
.gclient_entries
|
||||
/third_party
|
||||
/src/tests/third_party/googlemock
|
||||
/src/tests/third_party/googletest
|
||||
/third_party/cherry
|
||||
/third_party/deqp/src
|
||||
/third_party/gyp
|
||||
/third_party/libpng
|
||||
/third_party/zlib
|
||||
/third_party/deqp/src
|
||||
/src/tests/third_party/gles_conformance_tests
|
||||
out
|
||||
lib/*
|
||||
|
|
2
DEPS
2
DEPS
|
@ -19,7 +19,7 @@ deps = {
|
|||
"https://android.googlesource.com/platform/external/cherry@d2e26b4d864ec2a6757e7f1174e464949ca5bf73",
|
||||
|
||||
"third_party/deqp/src":
|
||||
"https://android.googlesource.com/platform/external/deqp@cc0ded6c77267bbb14d21aac358fc5d9690c07f8",
|
||||
"https://android.googlesource.com/platform/external/deqp@f4f3d8079e7a37d7675ab93583e6438d0bca0e58",
|
||||
|
||||
"third_party/libpng":
|
||||
"https://android.googlesource.com/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
vars = {
|
||||
'android_git': 'https://android.googlesource.com',
|
||||
'deqp_revision': 'cc0ded6c77267bbb14d21aac358fc5d9690c07f8',
|
||||
'deqp_revision': 'f4f3d8079e7a37d7675ab93583e6438d0bca0e58',
|
||||
}
|
||||
|
||||
deps_os = {
|
||||
|
|
|
@ -655,6 +655,8 @@
|
|||
'<(deqp_path)/modules/egl/teglMakeCurrentPerfTests.hpp',
|
||||
'<(deqp_path)/modules/egl/teglMemoryStressTests.cpp',
|
||||
'<(deqp_path)/modules/egl/teglMemoryStressTests.hpp',
|
||||
'<(deqp_path)/modules/egl/teglMultiContextTests.cpp',
|
||||
'<(deqp_path)/modules/egl/teglMultiContextTests.hpp',
|
||||
'<(deqp_path)/modules/egl/teglMultiThreadTests.cpp',
|
||||
'<(deqp_path)/modules/egl/teglMultiThreadTests.hpp',
|
||||
'<(deqp_path)/modules/egl/teglNativeColorMappingTests.cpp',
|
||||
|
@ -753,6 +755,7 @@
|
|||
'<(deqp_path)/executor/xeXMLParser.cpp',
|
||||
'<(deqp_path)/executor/xeXMLWriter.cpp',
|
||||
'<(deqp_path)/framework/common/tcuApp.cpp',
|
||||
'<(deqp_path)/framework/common/tcuAstcUtil.cpp',
|
||||
'<(deqp_path)/framework/common/tcuBilinearImageCompare.cpp',
|
||||
'<(deqp_path)/framework/common/tcuCommandLine.cpp',
|
||||
'<(deqp_path)/framework/common/tcuCompressedTexture.cpp',
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
Name: drawElements Quality Program
|
||||
Short Name: dEQP
|
||||
Version: 1.0
|
||||
URL: https://source.android.com/devices/graphics/testing.html
|
||||
SOURCE CODE: git clone -b deqp-dev https://android.googlesource.com/platform/external/deqp/
|
||||
Date: 20/06/2016
|
||||
Revision: f4f3d8079e7a37d7675ab93583e6438d0bca0e58
|
||||
Security Critical: no
|
||||
License: Apache 2.0
|
||||
License File: LICENSE
|
||||
|
||||
Description:
|
||||
dEQP is a set of tests and testing tools for GPUs and their drivers. It currently supports OpenGL ES 2.0 - 3.1 & AEP and EGL. The dEQP has been part of the Android CTS since the L release.
|
Загрузка…
Ссылка в новой задаче