summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_context.h
diff options
context:
space:
mode:
authorHui Qi Tay <tayhuiqithq@gmail.com>2010-11-04 11:42:55 +0000
committerKeith Whitwell <keithw@vmware.com>2010-11-04 12:57:30 +0000
commit315f8daab1598a4de709d469a559b5aa09107404 (patch)
treeb6a8c679eb5f52a15a10c7dec9825c74736f9d10 /src/gallium/drivers/llvmpipe/lp_context.h
parent7f0dc5ea1bb330c6589125baf4017c51a14dce8e (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.h3
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 2230d500d2..4515dbb0af 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;