X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fgallium%2FREADME.portability;h=9fbec4c5f5cd7c87f8f970db55b7904007e47e8b;hp=adecf4bb79843e264d9f8868b5e103ad89e4f20f;hb=44eaee688b5967e87285a7e88864b4fb84441f0e;hpb=c4c86bbd16688ee4a0afb32efa27ba52abceb1ca diff --git a/src/gallium/README.portability b/src/gallium/README.portability index adecf4bb798..9fbec4c5f5c 100644 --- a/src/gallium/README.portability +++ b/src/gallium/README.portability @@ -3,7 +3,7 @@ = General Considerations = -The state tracker and winsys driver support a rather limited number of +The frontend and winsys driver support a rather limited number of platforms. However, the pipe drivers are meant to run in a wide number of platforms. Hence the pipe drivers, the auxiliary modules, and all public headers in general, should strictly follow these guidelines to ensure @@ -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.