projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e96a53
)
Silence compiler warnings.
author
michal
<michal@michal-laptop.(none)>
Fri, 26 Oct 2007 16:14:29 +0000
(17:14 +0100)
committer
michal
<michal@michal-laptop.(none)>
Sat, 27 Oct 2007 18:01:10 +0000
(19:01 +0100)
src/mesa/pipe/draw/draw_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_context.c
b/src/mesa/pipe/draw/draw_context.c
index 544c423c2d3aa43aa75e14e0c220e7e7ec4e9ecc..61f9e4909b2f24851706ca6a3b400fb1b8ff6c1d 100644
(file)
--- a/
src/mesa/pipe/draw/draw_context.c
+++ b/
src/mesa/pipe/draw/draw_context.c
@@
-253,7
+253,7
@@
void draw_free_tmps( struct draw_stage *stage )
boolean draw_use_sse(struct draw_context *draw)
{
- return draw->use_sse;
+ return
(boolean)
draw->use_sse;
}