gallium: update comment about buffer map flags
authorBrian <brian.paul@tungstengraphics.com>
Mon, 11 Feb 2008 15:56:18 +0000 (08:56 -0700)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 15 Feb 2008 02:51:10 +0000 (13:51 +1100)
src/mesa/pipe/p_winsys.h

index 95e3684..1e81eeb 100644 (file)
@@ -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,