From 7b9a0f4e38b6b64a91ed0e674410af962b390120 Mon Sep 17 00:00:00 2001 From: Vedran Miletić Date: Thu, 14 Jul 2016 12:17:21 +0200 Subject: mesa: standardize naming Mesa3D, MESA -> Mesa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vedran Miletić Reviewed-by: Edward O'Callaghan --- src/gallium/include/pipe/p_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/include') diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 2524e424d7b..8655814dd0c 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -278,7 +278,7 @@ enum pipe_transfer_usage * * See also: * - Direct3D's D3DLOCK_DONOTWAIT flag. - * - Mesa3D's MESA_MAP_NOWAIT_BIT flag. + * - Mesa's MESA_MAP_NOWAIT_BIT flag. * - WDDM's D3DDDICB_LOCKFLAGS.DonotWait flag. */ PIPE_TRANSFER_DONTBLOCK = (1 << 9), -- cgit v1.2.3