OSDN Git Service

gallium: update comment about buffer map flags
authorBrian <brian.paul@tungstengraphics.com>
Mon, 11 Feb 2008 15:56:18 +0000 (08:56 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 11 Feb 2008 16:46:49 +0000 (09:46 -0700)
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,