diff options
author | Jakob Bornecrantz <[email protected]> | 2008-06-17 15:47:01 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2008-06-17 15:47:01 +0200 |
commit | d9d1e39d95fef4a8da15147956ff0c3e0a188b5b (patch) | |
tree | fec846d8133b80e6d6abdb8e8b4918fc2eda5fc4 /src/gallium/drivers/i915simple/i915_context.h | |
parent | 7db9034b0407aace6336091e2b07913661bfba04 (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.h | 2 |
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 2ee0381648d..892a88fd2cc 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; }; |