aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTim Van Patten <timvp@google.com>2019-11-07 10:27:18 -0700
committerTim Van Patten <timvp@google.com>2019-11-11 22:56:45 +0000
commit9da287fd0264892a8997426a2d7d154aae560de4 (patch)
treeac3ff20e663fa8291476cef329bbe22d00d7bf98 /.gitignore
parent503d196f2b702c5d15eb4ebae8a02dd0d7fe7a8e (diff)
downloadswiftshader-9da287fd0264892a8997426a2d7d154aae560de4.tar.gz
Output Swiftshader version to logcat
This change allows for outputting the SwiftShader version to Android's logcat. The version information is as follows: major.minor.patch.commit_hash In logcat, when SwiftShader is loaded by ANGLE, this looks like: 11-07 12:17:10.152 9110 9110 I SwiftShader: SwiftShader Version: 5.0.0.9c7bf8093a75 11-07 12:17:10.162 9110 9110 I ANGLE : Version (2.1.0.a2b1a958e2d8), Renderer (Vulkan 1.1.0(SwiftShader Device (0x0000C0DE))) This allows developers to verify that they are running the expecting build of SwiftShader when debugging problems or running conformance tests. The version information is logged to logcat when the build flag "ENABLE_BUILD_VERSION_OUTPUT" is enabled within src/Android.bp. Bug: b/142828252 Change-Id: Iff773b16a2f3532aa843629ec50519b519bbadac Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/37990 Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Tested-by: Tim Van Patten <timvp@google.com> Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b2843d19d..6070b92d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,8 @@
.vs
.vscode/ipch
CMakeFiles/
+.idea/
+cmake-build-debug/
# Per user vscode config files.
.vscode/launch.json
@@ -42,4 +44,4 @@ CMakeFiles/
*.opendb
*.db
*~
-CMakeCache.txt \ No newline at end of file
+CMakeCache.txt