gbm: Create a gbm_device getter for stride
[mesa.git] / src / gallium / README.portability
index adecf4bb79843e264d9f8868b5e103ad89e4f20f..cf6cc36afbb6a431b67ff6719a75b3859f06c736 100644 (file)
@@ -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.