From: Brian Date: Mon, 11 Feb 2008 15:56:18 +0000 (-0700) Subject: gallium: update comment about buffer map flags X-Git-Tag: android-x86-1.6~16^2~1465^2~390^2~2659 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=789f2f15e867d6ef9f635d0ab59e213b35a2960c;p=android-x86%2Fexternal-mesa.git gallium: update comment about buffer map flags --- diff --git a/src/mesa/pipe/p_winsys.h b/src/mesa/pipe/p_winsys.h index 95e3684008d..1e81eebd782 100644 --- a/src/mesa/pipe/p_winsys.h +++ b/src/mesa/pipe/p_winsys.h @@ -112,7 +112,7 @@ struct pipe_winsys /** * Map the entire data store of a buffer object into the client's address. - * flags is bitmask of PIPE_BUFFER_FLAG_READ/WRITE. + * flags is bitmask of PIPE_BUFFER_USAGE_CPU_READ/WRITE flags. */ void *(*buffer_map)( struct pipe_winsys *sws, struct pipe_buffer *buf,