diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 22:05:31 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 22:05:31 +0000 |
commit | a4e1481fbcf80d110be4c846bb35d555d3e791ec (patch) | |
tree | 987110dceac0d89cc01010244497dd19f62e92f6 /third_party/mesa/README.chromium | |
parent | aeaca1f02debae9a75c57b03d67b2c3a2e62ca38 (diff) | |
download | chromium_src-a4e1481fbcf80d110be4c846bb35d555d3e791ec.zip chromium_src-a4e1481fbcf80d110be4c846bb35d555d3e791ec.tar.gz chromium_src-a4e1481fbcf80d110be4c846bb35d555d3e791ec.tar.bz2 |
Added MesaLib to third_party.
This changelist contains MesaLib 7.7 from ftp://ftp.freedesktop.org/pub/mesa/7.7/MesaLib-7.7.zip . It is 37MB (4920 files) in total. I only uploaded a fraction to show the layout. The only change I made was to add the file README.chromium.
For a description of Mesa, see http://www.mesa3d.org/.
I'm going to use Mesa to run Pepper 3D and possibly WebGL and GPU accelerated compositing tests on the bots using its offscreen 3D software renderer.
TEST=none, MesaLib is not currently a dependency of any other targets
BUG=none
Review URL: http://codereview.chromium.org/1661001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mesa/README.chromium')
-rw-r--r-- | third_party/mesa/README.chromium | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/mesa/README.chromium b/third_party/mesa/README.chromium new file mode 100644 index 0000000..37c658d --- /dev/null +++ b/third_party/mesa/README.chromium @@ -0,0 +1,17 @@ +Name: MesaLib
+Current version: 7.7
+URL: http://www.mesa3d.org/
+
+This directory contains a copy of these MesaLib components:
+
+Main Mesa code src/mesa/
+Device drivers src/mesa/drivers/*
+Ext headers include/GL/glext.h
+ include/GL/glxext.h
+SGI GLU library src/glu/sgi/
+
+The license is in MesaLib/docs/license.html.
+
+Modifications made with initial commit:
+- Added the file README.chromium (this file)
+
|