summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/nv30/nv30_context.c
diff options
context:
space:
mode:
authorStephane Marchesin <[email protected]>2008-02-15 04:23:46 +0100
committerStephane Marchesin <[email protected]>2008-02-15 04:23:46 +0100
commit0a653bef05fb3627fdd1857bfa8c3a1ebe08a4b7 (patch)
treeb8b662e9d33f7986391902f6674b9fb82416587c /src/mesa/pipe/nv30/nv30_context.c
parent01fccea190cf07b41a675e95d82af8ab5228b176 (diff)
nouveau: more nv30 fixes, still doesn't work as well as before.
Diffstat (limited to 'src/mesa/pipe/nv30/nv30_context.c')
-rw-r--r--src/mesa/pipe/nv30/nv30_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/nv30/nv30_context.c b/src/mesa/pipe/nv30/nv30_context.c
index eef49fbcc2b..d12aab85d8c 100644
--- a/src/mesa/pipe/nv30/nv30_context.c
+++ b/src/mesa/pipe/nv30/nv30_context.c
@@ -71,6 +71,8 @@ nv30_get_paramf(struct pipe_context *pipe, int param)
return 16.0;
case PIPE_CAP_MAX_TEXTURE_LOD_BIAS:
return 4.0;
+ case PIPE_CAP_BITMAP_TEXCOORD_BIAS:
+ return 0.0;
default:
NOUVEAU_ERR("Unknown PIPE_CAP %d\n", param);
return 0.0;