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

Unified Diff: third_party/talloc/README.chromium

Issue 4107001: Upgraded Mesa to 7.9 from 7.7 in order to pick up bug fixes to the... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/mesa/mesa.gyp ('k') | third_party/talloc/chromium.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/talloc/README.chromium
===================================================================
--- third_party/talloc/README.chromium (revision 0)
+++ third_party/talloc/README.chromium (revision 0)
@@ -0,0 +1,17 @@
+The talloc library is only being used by a portion of the Mesa
+software renderer, in ../mesa/MesaLib, and is only linked in to the
+OSMesa shared library.
+
+This is version 2.0.1 of talloc, with the following modifications (see
+chromium.patch):
+
+ - #include "replace.h" was commented out in talloc.c.
+ - "bool malloced" was changed to "int malloced" in talloc.c.
+ - #include string.h, and conditional #include of stdint.h, were added
+ to talloc.h.
+ - Uses of the "inline" keyword were made conditional and disabled on
+ Windows.
+ - A "min_size" inline function was used in place of the MIN macro.
+ - An implementation of strnlen was provided for platforms not
+ supporting it (in particular, Mac OS X).
+ - A use of ssize_t was changed to size_t on Windows.
« no previous file with comments | « third_party/mesa/mesa.gyp ('k') | third_party/talloc/chromium.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698