summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_priv.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-01 16:00:04 -0700
committerBrian Paul <brianp@vmware.com>2009-12-01 16:00:08 -0700
commit938acf0367416c989d49f231da855ba6ea8d64ca (patch)
tree72f303e462fb3d598d5b960465bf0a35468d95a0 /src/gallium/drivers/llvmpipe/lp_rast_priv.h
parent63b1f23b3eb6fceaff7c2ceed925ef57f63f9fa2 (diff)
llvmpipe: make nr_blocks unsigned
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_priv.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index 323c046cf4..723bb5ad69 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@ -75,7 +75,7 @@ struct lp_rasterizer {
char clear_stencil;
} state;
- int nr_blocks;
+ unsigned nr_blocks;
struct {
unsigned x;
unsigned y;