X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2FREADME.portability;h=adecf4bb79843e264d9f8868b5e103ad89e4f20f;hb=822ac968024b1f1aacb729e25b811908237e3beb;hp=18a97f449b498aa9e9dc4bd2018aacc058f4f6a8;hpb=a3dbd412df99c7d19b1f81b3b9ec7d5c8a09d069;p=mesa.git diff --git a/src/gallium/README.portability b/src/gallium/README.portability index 18a97f449b4..adecf4bb798 100644 --- a/src/gallium/README.portability +++ b/src/gallium/README.portability @@ -6,7 +6,7 @@ The state tracker 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 stricly follow these guidelines to ensure +headers in general, should strictly follow these guidelines to ensure = Compiler Support = @@ -35,8 +35,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 ==