projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d21e6c8
)
svga: fix MSVC double/float parameter warning
author
Brian Paul
<brianp@vmware.com>
Tue, 16 Oct 2012 23:54:37 +0000
(17:54 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 16 Oct 2012 23:55:39 +0000
(17:55 -0600)
src/gallium/drivers/svga/svga_pipe_clear.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_pipe_clear.c
b/src/gallium/drivers/svga/svga_pipe_clear.c
index d2fcdd398688a0032702d16b79ea00b31bb71937..47f6258302661c8f4b93e931ca9395544964ba70 100644
(file)
--- a/
src/gallium/drivers/svga/svga_pipe_clear.c
+++ b/
src/gallium/drivers/svga/svga_pipe_clear.c
@@
-86,7
+86,7
@@
try_clear(struct svga_context *svga,
return ret;
}
- ret = SVGA3D_ClearRect(svga->swc, flags, uc.ui, depth, stencil,
+ ret = SVGA3D_ClearRect(svga->swc, flags, uc.ui,
(float)
depth, stencil,
rect.x, rect.y, rect.w, rect.h);
if (ret != PIPE_OK)
return ret;