From 9ef549d7cd9aa14ab7c404609f38e2e6195b4335 Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Fri, 4 May 2012 17:40:33 +0200 Subject: [PATCH] nv50: fix typo causing NULL-deref in nv50_resource_resolve Introduced in b328949a37fee7b0f68ed3e068ffc4426c083042. --- src/gallium/drivers/nv50/nv50_surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/nv50/nv50_surface.c b/src/gallium/drivers/nv50/nv50_surface.c index b38e49ffcc1..15c88d5316d 100644 --- a/src/gallium/drivers/nv50/nv50_surface.c +++ b/src/gallium/drivers/nv50/nv50_surface.c @@ -711,7 +711,7 @@ nv50_blit_set_src(struct nv50_context *nv50, templ.swizzle_a = PIPE_SWIZZLE_ALPHA; nv50->textures[2][0] = nv50_create_sampler_view(pipe, res, &templ); - nv50->textures[2][0] = NULL; + nv50->textures[2][1] = NULL; nv50_blit_fixup_tic_entry(nv50->textures[2][0]); -- 2.30.2