projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3710b65
)
mesa: add comment to clarify ctx->Driver.MapBufferRange() return value
author
Brian Paul
<brianp@vmware.com>
Fri, 11 Oct 2013 15:20:56 +0000
(09:20 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 11 Oct 2013 23:07:44 +0000
(17:07 -0600)
src/mesa/main/dd.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/dd.h
b/src/mesa/main/dd.h
index 0806e41a021032b4bb75ac04e27a0f9446a95870..29469ce33145ea8eb49bb67673aa550fae7e61d5 100644
(file)
--- a/
src/mesa/main/dd.h
+++ b/
src/mesa/main/dd.h
@@
-575,7
+575,8
@@
struct dd_function_table {
GLintptr readOffset, GLintptr writeOffset,
GLsizeiptr size );
- /* May return NULL if MESA_MAP_NOWAIT_BIT is set in access:
+ /* Returns pointer to the start of the mapped range.
+ * May return NULL if MESA_MAP_NOWAIT_BIT is set in access:
*/
void * (*MapBufferRange)( struct gl_context *ctx, GLintptr offset,
GLsizeiptr length, GLbitfield access,