>From eff99b0788d4a2fd6cd4adaa7b10ccb9b201b2d3 Mon Sep 17 00:00:00 2001
From: David Heidelberger <d.ok...@gmail.com>
Date: Tue, 9 Mar 2010 13:50:27 +0100
Subject: [PATCH] nv30: fix typo

Signed-off-by: David Heidelberger <d.ok...@gmail.com>

---
 src/gallium/drivers/nv30/nv30_miptree.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/nv30/nv30_miptree.c
b/src/gallium/drivers/nv30/nv30_miptree.c
index 5ef74a8..bfa27b6 100644
--- a/src/gallium/drivers/nv30/nv30_miptree.c
+++ b/src/gallium/drivers/nv30/nv30_miptree.c
@@ -236,5 +236,5 @@ nv30_screen_init_miptree_functions(struct
pipe_screen *pscreen)
        pscreen->get_tex_surface = nv30_miptree_surface_new;
        pscreen->tex_surface_destroy = nv30_miptree_surface_del;

-       nouveau_screen(pscreen)->texture_blanket = nv50_miptree_blanket;
+       nouveau_screen(pscreen)->texture_blanket = nv30_miptree_blanket;
 }
-- 
1.7.0.2



-- 
Jabber/XMPP: ok...@isgeek.info
SIP VoIP: sip:17474537...@proxy01.sipphone.com

Attachment: 0001-nv30-fix-typo.patch
Description: Binary data

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to