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

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

Issue 10837052: Fix license metadata for mesa (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/mesa/LICENSE ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: mesa 1 Name: mesa
2 Version: 7.9 2 Version: 7.9
3 URL: http://www.mesa3d.org/ 3 URL: http://www.mesa3d.org/
4 License File: MesaLib/docs/COPYING 4 License: MIT and LGPL v2
5 Security Critical: Yes 5 Security Critical: Yes
6 6
7 Description: 7 Description:
8 This directory contains a copy of these MesaLib components: 8 This directory contains a copy of these MesaLib components:
9 9
10 Main Mesa code src/mesa/ 10 Main Mesa code src/mesa/
11 Device drivers src/mesa/drivers/* 11 Device drivers src/mesa/drivers/*
12 Ext headers include/GL/glext.h 12 Ext headers include/GL/glext.h
13 include/GL/glxext.h 13 include/GL/glxext.h
14 SGI GLU library src/glu/sgi/ 14 SGI GLU library src/glu/sgi/
15 15
16 The license is in MesaLib/docs/license.html.
Ken Russell (switch to Gerrit) 2012/08/02 17:55:10 Don't remove this. Indicate that the LICENSE file
17
18 Modifications made with initial commit: 16 Modifications made with initial commit:
19 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.c 17 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.c
20 18
21 - Added the file README.chromium (this file) 19 - Added the file README.chromium (this file)
22 20
23 Later modifications (see chromium.patch): 21 Later modifications (see chromium.patch):
24 - Added OSMesaGetProcAddress to MesaLib/src/mesa/drivers/osmesa/osmesa.def 22 - Added OSMesaGetProcAddress to MesaLib/src/mesa/drivers/osmesa/osmesa.def
25 23
26 - Added #pragma optimize('', off) to: 24 - Added #pragma optimize('', off) to:
27 - MesaLib\src\mesa\main\histogram.c 25 - MesaLib\src\mesa\main\histogram.c
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 - Merged fix for https://bugs.freedesktop.org/show_bug.cgi?id=51574 97 - Merged fix for https://bugs.freedesktop.org/show_bug.cgi?id=51574
100 (commit b1802a2115323233352da558430e109ff187b8af) 98 (commit b1802a2115323233352da558430e109ff187b8af)
101 99
102 - Merged the replacement of memcpy() with memmove() in SHIFT_ARRAY declared in 100 - Merged the replacement of memcpy() with memmove() in SHIFT_ARRAY declared in
103 s_span.c (commit a44d715d2b19dc2f8f48b01144cc38e4e2c5015a) 101 s_span.c (commit a44d715d2b19dc2f8f48b01144cc38e4e2c5015a)
104 102
105 - Suppressed the OOB read reported by AddressSanitizer in swizzle_for_size from 103 - Suppressed the OOB read reported by AddressSanitizer in swizzle_for_size from
106 ir_to_mesa.cpp 104 ir_to_mesa.cpp
107 https://code.google.com/p/chromium/issues/detail?id=139772 105 https://code.google.com/p/chromium/issues/detail?id=139772
108 https://bugs.freedesktop.org/show_bug.cgi?id=52996 106 https://bugs.freedesktop.org/show_bug.cgi?id=52996
OLDNEW
« no previous file with comments | « third_party/mesa/LICENSE ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698