Module: Mesa
Branch: master
Commit: 41117b1a018baa7ce2c2e4f0eba7a56d33626e97
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=41117b1a018baa7ce2c2e4f0eba7a56d33626e97

Author: Patrice Mandin <[email protected]>
Date:   Wed Mar  4 20:38:14 2009 +0100

nouveau: oops, forgot to keep the NV10_SIFM object

---

 src/gallium/drivers/nv04/nv04_surface_2d.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/nv04/nv04_surface_2d.c 
b/src/gallium/drivers/nv04/nv04_surface_2d.c
index 3c8257a..f3a8d7e 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;

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to