X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2FREADME.portability;h=cf6cc36afbb6a431b67ff6719a75b3859f06c736;hb=ed4cf2440d87b512f9dcf7cfc3f408c151854af9;hp=d5d5987a7ff8fef68fb7657eb667d8077b49a8e3;hpb=8f792a0707446a7b020e6d47a5fff310a36ca81d;p=mesa.git diff --git a/src/gallium/README.portability b/src/gallium/README.portability index d5d5987a7ff..cf6cc36afbb 100644 --- a/src/gallium/README.portability +++ b/src/gallium/README.portability @@ -13,8 +13,6 @@ headers in general, should strictly follow these guidelines to ensure * Include the p_compiler.h. -* Don't use the 'inline' keyword, use the INLINE macro in p_compiler.h instead. - * Cast explicitly when converting to integer types of smaller sizes. * Cast explicitly when converting between float, double and integral types. @@ -35,8 +33,8 @@ not available in Windows Kernel Mode. Use the appropriate p_*.h include. * Use MALLOC, CALLOC, FREE instead of the malloc, calloc, free functions. -* Use align_pointer() function defined in p_util.h for aligning pointers in a -portable way. +* Use align_pointer() function defined in u_memory.h for aligning pointers + in a portable way. == Debugging ==