projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc9a891
)
x11: add missing comma to fix compilation
author
Brian Paul
<brianp@vmware.com>
Wed, 24 Aug 2011 13:55:04 +0000
(07:55 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 24 Aug 2011 13:55:04 +0000
(07:55 -0600)
src/mesa/drivers/x11/xm_dd.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/x11/xm_dd.c
b/src/mesa/drivers/x11/xm_dd.c
index 3a5d0ae04fcb2a07466cc2a33b5b3cc9589d806c..81d000b3952b1a90f9306f025e9c549bba0b5965 100644
(file)
--- a/
src/mesa/drivers/x11/xm_dd.c
+++ b/
src/mesa/drivers/x11/xm_dd.c
@@
-588,7
+588,7
@@
xmesa_DrawPixels_5R6G5B( struct gl_context *ctx,
"glDrawPixels(invalid PBO access)");
return;
}
- buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0
+ buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0
,
unpack->BufferObj->Size,
GL_MAP_READ_BIT,
unpack->BufferObj);