diff options
author | Hui Qi Tay <[email protected]> | 2010-11-04 11:42:55 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-11-04 12:57:30 +0000 |
commit | 315f8daab1598a4de709d469a559b5aa09107404 (patch) | |
tree | b6a8c679eb5f52a15a10c7dec9825c74736f9d10 /src/gallium/drivers/llvmpipe/lp_context.h | |
parent | 7f0dc5ea1bb330c6589125baf4017c51a14dce8e (diff) |
llvmpipe: added llvm offset setup code
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.h b/src/gallium/drivers/llvmpipe/lp_context.h index 2230d500d2f..4515dbb0af1 100644 --- a/src/gallium/drivers/llvmpipe/lp_context.h +++ b/src/gallium/drivers/llvmpipe/lp_context.h @@ -113,6 +113,9 @@ struct llvmpipe_context { /** Which vertex shader output slot contains point size */ int psize_slot; + /**< minimum resolvable depth value, for polygon offset */ + double mrd; + /** The tiling engine */ struct lp_setup_context *setup; struct lp_setup_variant setup_variant; |