mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
svga: Fix mixed signed comparisons.
This commit is contained in:
parent
a2937a2f4e
commit
770323e33e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue