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

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

Issue 10808045: Enable -Wself-assign-memvar for Mesa, merge upstream fix for the one violation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/MesaLib/src/glsl/ir.h ('k') | third_party/mesa/mesa.gyp » ('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: 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 File: MesaLib/docs/COPYING
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/
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 88
89 - Corrected the comparison in src/mesa/main/teximage.c line 2801 to check 89 - Corrected the comparison in src/mesa/main/teximage.c line 2801 to check
90 if width > 0 && height > 0 && depth > 0, instead of checking 90 if width > 0 && height > 0 && depth > 0, instead of checking
91 width > 0 && height > 0 && height > 0 . See 91 width > 0 && height > 0 && height > 0 . See
92 https://bugs.freedesktop.org/show_bug.cgi?id=37648 92 https://bugs.freedesktop.org/show_bug.cgi?id=37648
93 93
94 - Suppressed (accurate) compiler warnings about return type conflicts 94 - Suppressed (accurate) compiler warnings about return type conflicts
95 from gl_apinop.c. 95 from gl_apinop.c.
96 http://code.google.com/p/chromium/issues/detail?id=92568 96 http://code.google.com/p/chromium/issues/detail?id=92568
97 https://bugs.freedesktop.org/show_bug.cgi?id=40028 97 https://bugs.freedesktop.org/show_bug.cgi?id=40028
98
99 - Merged fix for https://bugs.freedesktop.org/show_bug.cgi?id=51574
100 (commit b1802a2115323233352da558430e109ff187b8af)
OLDNEW
« no previous file with comments | « third_party/mesa/MesaLib/src/glsl/ir.h ('k') | third_party/mesa/mesa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698