projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fece21
)
swrast: fix typo: s/drapix/drawpix/
author
Brian Paul
<brianp@vmware.com>
Mon, 9 Feb 2009 16:54:33 +0000
(09:54 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 9 Feb 2009 16:54:33 +0000
(09:54 -0700)
src/mesa/swrast/s_drawpix.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_drawpix.c
b/src/mesa/swrast/s_drawpix.c
index 2fc9fd0d503f33397b4b0456abbd8bd907434837..700f76d4bc461152046a37024af0dfdc624f3251 100644
(file)
--- a/
src/mesa/swrast/s_drawpix.c
+++ b/
src/mesa/swrast/s_drawpix.c
@@
-881,7
+881,7
@@
_swrast_DrawPixels( GLcontext *ctx,
swrast_render_finish(ctx);
- _mesa_unmap_drapix_pbo(ctx, unpack);
+ _mesa_unmap_dra
w
pix_pbo(ctx, unpack);
}