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

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

Issue 6610030: Cleaning up third_party readmes and adding a template for future use.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/lzma_sdk/README.chromium ('k') | third_party/modp_b64/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: mesa
2 Current 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 5
6 Description:
6 This directory contains a copy of these MesaLib components: 7 This directory contains a copy of these MesaLib components:
7 8
8 Main Mesa code src/mesa/ 9 Main Mesa code src/mesa/
9 Device drivers src/mesa/drivers/* 10 Device drivers src/mesa/drivers/*
10 Ext headers include/GL/glext.h 11 Ext headers include/GL/glext.h
11 include/GL/glxext.h 12 include/GL/glxext.h
12 SGI GLU library src/glu/sgi/ 13 SGI GLU library src/glu/sgi/
13 14
14 The license is in MesaLib/docs/license.html. 15 The license is in MesaLib/docs/license.html.
15 16
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 so that it can be compiled against standard EGL 1.4 headers. 76 so that it can be compiled against standard EGL 1.4 headers.
76 77
77 - Initialized uninitialized mask variable in eglconfig.c line 245. 78 - Initialized uninitialized mask variable in eglconfig.c line 245.
78 79
79 - Fixed compiler warning about cast to pointer from integer of different size 80 - Fixed compiler warning about cast to pointer from integer of different size
80 in eglapi.c line 276. Replaced void* with EGLNativeDisplayType. 81 in eglapi.c line 276. Replaced void* with EGLNativeDisplayType.
81 82
82 - Suppressed spurious compiler warning from gcc in eglCompareConfig by 83 - Suppressed spurious compiler warning from gcc in eglCompareConfig by
83 reorganizing the .h a little 84 reorganizing the .h a little
84 85
OLDNEW
« no previous file with comments | « third_party/lzma_sdk/README.chromium ('k') | third_party/modp_b64/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698