projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2937a2
)
svga: Fix mixed signed comparisons.
author
José Fonseca
<jfonseca@vmware.com>
Fri, 11 Dec 2009 12:09:02 +0000
(12:09 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Fri, 11 Dec 2009 12:28:53 +0000
(12:28 +0000)
src/gallium/drivers/svga/svga_screen_texture.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_screen_texture.c
b/src/gallium/drivers/svga/svga_screen_texture.c
index e7301aba8412825b8fdf4611e45ad94e1b7d1ef4..ed83ba48f09e7c587bd7dc0fa806fc6c132d193f 100644
(file)
--- a/
src/gallium/drivers/svga/svga_screen_texture.c
+++ b/
src/gallium/drivers/svga/svga_screen_texture.c
@@
-528,7
+528,7
@@
svga_texture_view_surface(struct pipe_context *pipe,
{
struct svga_screen *ss = svga_screen(tex->base.screen);
struct svga_winsys_surface *handle;
-
in
t i, j;
+
uint32_
t i, j;
unsigned z_offset = 0;
SVGA_DBG(DEBUG_PERF,