summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nv40/nv40_context.c
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-02-13 19:33:41 +1100
committerBen Skeggs <skeggsb@gmail.com>2008-02-13 19:33:41 +1100
commit263de4b814eb78cc971ad28f173985b61b77465c (patch)
tree0f7f9033f8b2b2572dfdf21d0264aefef79a9de7 /src/mesa/pipe/nv40/nv40_context.c
parent6be095ae15d411c82f7417c98a87867dbdf1947b (diff)
nv40: attempt at obeying sampler min_lod/max_lod/lod_bias
Diffstat (limited to 'src/mesa/pipe/nv40/nv40_context.c')
-rw-r--r--src/mesa/pipe/nv40/nv40_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/nv40/nv40_context.c b/src/mesa/pipe/nv40/nv40_context.c
index 4343d493cc..a6e5f332e6 100644
--- a/src/mesa/pipe/nv40/nv40_context.c
+++ b/src/mesa/pipe/nv40/nv40_context.c
@@ -74,7 +74,7 @@ nv40_get_paramf(struct pipe_context *pipe, int param)
case PIPE_CAP_MAX_TEXTURE_ANISOTROPY:
return 16.0;
case PIPE_CAP_MAX_TEXTURE_LOD_BIAS:
- return 4.0;
+ return 16.0;
case PIPE_CAP_BITMAP_TEXCOORD_BIAS:
return 0.0;
default: