summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-02-11 08:56:18 -0700
committerBen Skeggs <skeggsb@gmail.com>2008-02-15 13:51:10 +1100
commit23e6d1aebc4c667a24243c89ffa836bc1fc74252 (patch)
tree829665505d3a547df01f606274b36808576d4585 /src
parent1c7d7da30c9c99f663b9c29636e2854e0bf6af4e (diff)
gallium: update comment about buffer map flags
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/p_winsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_winsys.h b/src/mesa/pipe/p_winsys.h
index 95e3684008..1e81eebd78 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,