Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: third_party/mesa/README.chromium

Issue 3245008: Move us closer to passing the license check script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/gpsd/README.chromium ('k') | third_party/mongoose/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: MesaLib 1 Name: MesaLib
2 Current version: 7.7 2 Current version: 7.7
3 URL: http://www.mesa3d.org/ 3 URL: http://www.mesa3d.org/
4 License File: MesaLib/docs/COPYING
4 5
5 This directory contains a copy of these MesaLib components: 6 This directory contains a copy of these MesaLib components:
6 7
7 Main Mesa code src/mesa/ 8 Main Mesa code src/mesa/
8 Device drivers src/mesa/drivers/* 9 Device drivers src/mesa/drivers/*
9 Ext headers include/GL/glext.h 10 Ext headers include/GL/glext.h
10 include/GL/glxext.h 11 include/GL/glxext.h
11 SGI GLU library src/glu/sgi/ 12 SGI GLU library src/glu/sgi/
12 13
13 The license is in MesaLib/docs/license.html. 14 The license is in MesaLib/docs/license.html.
(...skipping 17 matching lines...) Expand all
31 # define PRAGMA_EXPORT_SUPPORTED 1 32 # define PRAGMA_EXPORT_SUPPORTED 1
32 #endif 33 #endif
33 34
34 - Commented out this in osmesa.h: 35 - Commented out this in osmesa.h:
35 #if defined(__BEOS__) || defined(__QUICKDRAW__) 36 #if defined(__BEOS__) || defined(__QUICKDRAW__)
36 #pragma export on 37 #pragma export on
37 #endif 38 #endif
38 39
39 - Commented out this in gl.h: 40 - Commented out this in gl.h:
40 # define GLAPI __declspec(dllimport) 41 # define GLAPI __declspec(dllimport)
OLDNEW
« no previous file with comments | « third_party/gpsd/README.chromium ('k') | third_party/mongoose/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698