Commit c7d6ea48 by Jamie Madill

Roll dEQP cc0ded6c77267b..cd361df193e7535b9

parent b0987761
...@@ -22,12 +22,13 @@ debug.txt ...@@ -22,12 +22,13 @@ debug.txt
*.orig *.orig
*.rej *.rej
.gclient_entries .gclient_entries
/third_party
/src/tests/third_party/googlemock /src/tests/third_party/googlemock
/src/tests/third_party/googletest /src/tests/third_party/googletest
/third_party/cherry
/third_party/deqp/src
/third_party/gyp
/third_party/libpng /third_party/libpng
/third_party/zlib /third_party/zlib
/third_party/deqp/src
/src/tests/third_party/gles_conformance_tests /src/tests/third_party/gles_conformance_tests
out out
lib/* lib/*
......
...@@ -19,7 +19,7 @@ deps = { ...@@ -19,7 +19,7 @@ deps = {
"https://android.googlesource.com/platform/external/cherry@d2e26b4d864ec2a6757e7f1174e464949ca5bf73", "https://android.googlesource.com/platform/external/cherry@d2e26b4d864ec2a6757e7f1174e464949ca5bf73",
"third_party/deqp/src": "third_party/deqp/src":
"https://android.googlesource.com/platform/external/deqp@cc0ded6c77267bbb14d21aac358fc5d9690c07f8", "https://android.googlesource.com/platform/external/deqp@f4f3d8079e7a37d7675ab93583e6438d0bca0e58",
"third_party/libpng": "third_party/libpng":
"https://android.googlesource.com/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c", "https://android.googlesource.com/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
vars = { vars = {
'android_git': 'https://android.googlesource.com', 'android_git': 'https://android.googlesource.com',
'deqp_revision': 'cc0ded6c77267bbb14d21aac358fc5d9690c07f8', 'deqp_revision': 'f4f3d8079e7a37d7675ab93583e6438d0bca0e58',
} }
deps_os = { deps_os = {
......
...@@ -655,6 +655,8 @@ ...@@ -655,6 +655,8 @@
'<(deqp_path)/modules/egl/teglMakeCurrentPerfTests.hpp', '<(deqp_path)/modules/egl/teglMakeCurrentPerfTests.hpp',
'<(deqp_path)/modules/egl/teglMemoryStressTests.cpp', '<(deqp_path)/modules/egl/teglMemoryStressTests.cpp',
'<(deqp_path)/modules/egl/teglMemoryStressTests.hpp', '<(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.cpp',
'<(deqp_path)/modules/egl/teglMultiThreadTests.hpp', '<(deqp_path)/modules/egl/teglMultiThreadTests.hpp',
'<(deqp_path)/modules/egl/teglNativeColorMappingTests.cpp', '<(deqp_path)/modules/egl/teglNativeColorMappingTests.cpp',
...@@ -753,6 +755,7 @@ ...@@ -753,6 +755,7 @@
'<(deqp_path)/executor/xeXMLParser.cpp', '<(deqp_path)/executor/xeXMLParser.cpp',
'<(deqp_path)/executor/xeXMLWriter.cpp', '<(deqp_path)/executor/xeXMLWriter.cpp',
'<(deqp_path)/framework/common/tcuApp.cpp', '<(deqp_path)/framework/common/tcuApp.cpp',
'<(deqp_path)/framework/common/tcuAstcUtil.cpp',
'<(deqp_path)/framework/common/tcuBilinearImageCompare.cpp', '<(deqp_path)/framework/common/tcuBilinearImageCompare.cpp',
'<(deqp_path)/framework/common/tcuCommandLine.cpp', '<(deqp_path)/framework/common/tcuCommandLine.cpp',
'<(deqp_path)/framework/common/tcuCompressedTexture.cpp', '<(deqp_path)/framework/common/tcuCompressedTexture.cpp',
......
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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment