From: Brian Date: Mon, 11 Feb 2008 15:56:18 +0000 (-0700) Subject: gallium: update comment about buffer map flags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=789f2f15e867d6ef9f635d0ab59e213b35a2960c;p=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,