From: Brian Date: Mon, 11 Feb 2008 15:56:18 +0000 (-0700) Subject: gallium: update comment about buffer map flags X-Git-Tag: 062012170305~17580^2~496^2~298^2~16^2~384^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23e6d1aebc4c667a24243c89ffa836bc1fc74252;p=profile%2Fivi%2Fmesa.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 95e3684..1e81eeb 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,