From 89241336276deeef525b35bf5dc7db345a18a3e1 Mon Sep 17 00:00:00 2001 From: Marcin Slusarz Date: Tue, 29 May 2012 20:13:55 +0200 Subject: [PATCH] nv50: hook up forgotten short constant buffer upload method Fixes crash in xorg st. --- src/gallium/drivers/nv50/nv50_context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/nv50/nv50_context.c b/src/gallium/drivers/nv50/nv50_context.c index 1e6bbaf8eb8..952dc03b1a3 100644 --- a/src/gallium/drivers/nv50/nv50_context.c +++ b/src/gallium/drivers/nv50/nv50_context.c @@ -140,6 +140,7 @@ nv50_create(struct pipe_screen *pscreen, void *priv) nv50->base.screen = &screen->base; nv50->base.copy_data = nv50_m2mf_copy_linear; nv50->base.push_data = nv50_sifc_linear_u8; + nv50->base.push_cb = nv50_cb_push; nv50->screen = screen; pipe->screen = pscreen; -- 2.30.2