diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-03 20:03:38 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-03 20:03:38 +0000 |
commit | 689d81cc49a1c71e0e02eaf182906b68dfe33f01 (patch) | |
tree | be70947ed2deab4cc3c6243e4a001d4198a1a53e /third_party/swiftshader | |
parent | b5d583ae936d009a7f00d9e81cec88b371eefbff (diff) | |
download | chromium_src-689d81cc49a1c71e0e02eaf182906b68dfe33f01.zip chromium_src-689d81cc49a1c71e0e02eaf182906b68dfe33f01.tar.gz chromium_src-689d81cc49a1c71e0e02eaf182906b68dfe33f01.tar.bz2 |
Add SwiftShader copyright info and logo to about:credits.
Adds support to tools/licenses.py for including html in about:credits, and use to include SwiftShader's logo and license info.
BUG=112611
TEST=
Review URL: https://chromiumcodereview.appspot.com/9318014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120377 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/swiftshader')
-rw-r--r-- | third_party/swiftshader/LICENSE | 2 | ||||
-rw-r--r-- | third_party/swiftshader/README.chromium | 11 | ||||
-rw-r--r-- | third_party/swiftshader/required.html | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/third_party/swiftshader/LICENSE b/third_party/swiftshader/LICENSE new file mode 100644 index 0000000..f855e4e --- /dev/null +++ b/third_party/swiftshader/LICENSE @@ -0,0 +1,2 @@ +This product includes SwiftShader Software GPU Tookit, +Copyright(c)2003-2011 TransGaming Inc diff --git a/third_party/swiftshader/README.chromium b/third_party/swiftshader/README.chromium new file mode 100644 index 0000000..8206910 --- /dev/null +++ b/third_party/swiftshader/README.chromium @@ -0,0 +1,11 @@ +Name: SwiftShader software renderer. +Short Name: SwiftShader +URL: http://transgaming.com/business/swiftshader +License: Proprietary +Required Text: required.html +Security Critical: yes +Version: unknown + +Description: + SwiftShader is a 3D Software Rasterizer + diff --git a/third_party/swiftshader/required.html b/third_party/swiftshader/required.html new file mode 100644 index 0000000..2bd4caf --- /dev/null +++ b/third_party/swiftshader/required.html @@ -0,0 +1 @@ +<img src="swiftshader.jpg">
|