summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_context.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-06-17 15:47:01 +0200
committerJakob Bornecrantz <jakob@tungstengraphics.com>2008-06-17 15:47:01 +0200
commitd9d1e39d95fef4a8da15147956ff0c3e0a188b5b (patch)
treefec846d8133b80e6d6abdb8e8b4918fc2eda5fc4 /src/gallium/drivers/i915simple/i915_context.h
parent7db9034b0407aace6336091e2b07913661bfba04 (diff)
i915: Max and Min lod now works
Diffstat (limited to 'src/gallium/drivers/i915simple/i915_context.h')
-rw-r--r--src/gallium/drivers/i915simple/i915_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915simple/i915_context.h b/src/gallium/drivers/i915simple/i915_context.h
index 2ee0381648..892a88fd2c 100644
--- a/src/gallium/drivers/i915simple/i915_context.h
+++ b/src/gallium/drivers/i915simple/i915_context.h
@@ -178,6 +178,8 @@ struct i915_rasterizer_state {
struct i915_sampler_state {
unsigned state[3];
const struct pipe_sampler_state *templ;
+ unsigned minlod;
+ unsigned maxlod;
};