From: Patrice Mandin Date: Wed, 4 Mar 2009 19:38:14 +0000 (+0100) Subject: nouveau: oops, forgot to keep the NV10_SIFM object X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41117b1a018baa7ce2c2e4f0eba7a56d33626e97;p=mesa.git nouveau: oops, forgot to keep the NV10_SIFM object --- diff --git a/src/gallium/drivers/nv04/nv04_surface_2d.c b/src/gallium/drivers/nv04/nv04_surface_2d.c index 3c8257ad256..f3a8d7efeed 100644 --- a/src/gallium/drivers/nv04/nv04_surface_2d.c +++ b/src/gallium/drivers/nv04/nv04_surface_2d.c @@ -438,6 +438,10 @@ nv04_surface_2d_init(struct nouveau_winsys *nvws) } switch (chan->device->chipset & 0xf0) { + case 0x10: + case 0x20: + class = NV10_SCALED_IMAGE_FROM_MEMORY; + break; case 0x30: class = NV30_SCALED_IMAGE_FROM_MEMORY; break;