diff options
author | Stephane Marchesin <[email protected]> | 2008-02-15 04:23:46 +0100 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2008-02-15 04:23:46 +0100 |
commit | 0a653bef05fb3627fdd1857bfa8c3a1ebe08a4b7 (patch) | |
tree | b8b662e9d33f7986391902f6674b9fb82416587c /src/mesa/pipe/nv30/nv30_context.c | |
parent | 01fccea190cf07b41a675e95d82af8ab5228b176 (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.c | 2 |
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; |