From 41117b1a018baa7ce2c2e4f0eba7a56d33626e97 Mon Sep 17 00:00:00 2001 From: Patrice Mandin Date: Wed, 4 Mar 2009 20:38:14 +0100 Subject: nouveau: oops, forgot to keep the NV10_SIFM object --- src/gallium/drivers/nv04/nv04_surface_2d.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/gallium/drivers/nv04/nv04_surface_2d.c b/src/gallium/drivers/nv04/nv04_surface_2d.c index 3c8257ad25..f3a8d7efee 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; -- cgit v1.2.3