projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5957f7
)
mesa: Fix typo in error message
author
Chris Forbes
<chrisf@ijw.co.nz>
Sat, 12 Apr 2014 23:53:16 +0000
(11:53 +1200)
committer
Chris Forbes
<chrisf@ijw.co.nz>
Sun, 13 Apr 2014 00:38:24 +0000
(12:38 +1200)
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
src/mesa/main/drawpix.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/drawpix.c
b/src/mesa/main/drawpix.c
index
63e5870
..
1865a66
100644
(file)
--- a/
src/mesa/main/drawpix.c
+++ b/
src/mesa/main/drawpix.c
@@
-109,7
+109,7
@@
_mesa_DrawPixels( GLsizei width, GLsizei height,
/* these buffers must exist */
if (!_mesa_dest_buffer_exists(ctx, format)) {
_mesa_error(ctx, GL_INVALID_OPERATION,
- "glDrawPixels(missing de
e
st buffer)");
+ "glDrawPixels(missing dest buffer)");
goto end;
}
break;