diff options
author | Keith Whitwell <[email protected]> | 2009-10-09 10:24:19 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-10-09 10:24:19 +0100 |
commit | 84ab7dcf48e87350c0622c533e51aa495f7256c2 (patch) | |
tree | a5ead1456d589ef3bc7fd974fe3e7458ad26f0c7 /src/gallium/drivers/llvmpipe/lp_setup_context.h | |
parent | de902d3275d1861beb0cebdf0807a17e2682c8de (diff) |
llvmpipe: calculate overall width and height, pass to rasterizer
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_setup_context.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_setup_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_setup_context.h b/src/gallium/drivers/llvmpipe/lp_setup_context.h index 37caeed85fd..7410ac70b81 100644 --- a/src/gallium/drivers/llvmpipe/lp_setup_context.h +++ b/src/gallium/drivers/llvmpipe/lp_setup_context.h @@ -87,6 +87,8 @@ struct setup_context { struct { struct pipe_surface *cbuf; struct pipe_surface *zsbuf; + unsigned width; + unsigned height; } fb; struct { |