projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6301650
)
fix a debug message
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 22 Sep 2005 04:58:42 +0000
(
04:58
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 22 Sep 2005 04:58:42 +0000
(
04:58
+0000)
src/mesa/swrast/s_depth.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_depth.c
b/src/mesa/swrast/s_depth.c
index d5363fcef76ac1d11338b0727cbbd1edc0a68234..4011b037e30148e1801ccc7ca9963743453e7665 100644
(file)
--- a/
src/mesa/swrast/s_depth.c
+++ b/
src/mesa/swrast/s_depth.c
@@
-1256,7
+1256,7
@@
_swrast_read_depth_span_float( GLcontext *ctx, struct gl_renderbuffer *rb,
}
}
else {
- _mesa_problem(ctx, "Invalid depth renderbuffer
internal format
");
+ _mesa_problem(ctx, "Invalid depth renderbuffer
data type
");
}
}