summaryrefslogtreecommitdiffstats
path: root/third_party/glew/README.chromium
diff options
context:
space:
mode:
authorkbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-28 20:58:52 +0000
committerkbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-28 20:58:52 +0000
commit50e8299eb26f3a289c35badb7e740eb109981cd1 (patch)
treebf281eb3aee39a02f0b28bb1c8b8e2bff59bd2ad /third_party/glew/README.chromium
parent3676406485fd9d45aad8f9ed52b390c0c093b684 (diff)
downloadchromium_src-50e8299eb26f3a289c35badb7e740eb109981cd1.zip
chromium_src-50e8299eb26f3a289c35badb7e740eb109981cd1.tar.gz
chromium_src-50e8299eb26f3a289c35badb7e740eb109981cd1.tar.bz2
Incorporated initial WebGL implementation for Chrome, currently
disabled in the build. Change ENABLE_3D_CANVAS to 1 in src/third_party/WebKit/WebKit/chromium/features.gypi and regenerate project files to compile. Current code is Windows-specific and requires the sandbox to be disabled. Follow-on work will add ports to other platforms and eventually work with the sandbox enabled. This CL follows https://bugs.webkit.org/show_bug.cgi?id=29664 . BUG=http://code.google.com/p/chromium/issues/detail?id=21852 TEST=none (runs preexisting WebGL layout tests; more coming) Review URL: http://codereview.chromium.org/219001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27404 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/glew/README.chromium')
-rw-r--r--third_party/glew/README.chromium7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/glew/README.chromium b/third_party/glew/README.chromium
new file mode 100644
index 0000000..d04bb69
--- /dev/null
+++ b/third_party/glew/README.chromium
@@ -0,0 +1,7 @@
+This is Chrome's local copy of the GLEW library, which is currently
+used to interface to OpenGL and extensions to implement the WebGL
+specification. It is currently unmodified from the original
+distribution.
+
+Originally obtained from http://glew.sourceforge.net/ . The
+LICENSE.txt from that distribution has been preserved here.