svga: Fix mixed signed comparisons.

This commit is contained in:
José Fonseca 2009-12-11 12:09:02 +00:00
parent a2937a2f4e
commit 770323e33e

View file

@ -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;
int i, j;
uint32_t i, j;
unsigned z_offset = 0;
SVGA_DBG(DEBUG_PERF,