summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_rast_priv.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-10-09 10:24:19 +0100
committerKeith Whitwell <keithw@vmware.com>2009-10-09 10:24:19 +0100
commit84ab7dcf48e87350c0622c533e51aa495f7256c2 (patch)
treea5ead1456d589ef3bc7fd974fe3e7458ad26f0c7 /src/gallium/drivers/llvmpipe/lp_rast_priv.h
parentde902d3275d1861beb0cebdf0807a17e2682c8de (diff)
downloadexternal_mesa3d-84ab7dcf48e87350c0622c533e51aa495f7256c2.zip
external_mesa3d-84ab7dcf48e87350c0622c533e51aa495f7256c2.tar.gz
external_mesa3d-84ab7dcf48e87350c0622c533e51aa495f7256c2.tar.bz2
llvmpipe: calculate overall width and height, pass to rasterizer
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_priv.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index 29e4c8f..d7a8b9c 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@ -52,7 +52,11 @@ struct lp_rasterizer {
unsigned x;
unsigned y;
+ boolean clipped_tile;
+ boolean check_for_clipped_tiles;
+ unsigned width;
+ unsigned height;
struct {
struct pipe_surface *cbuf;