From: Marcin Slusarz Date: Tue, 29 May 2012 18:13:55 +0000 (+0200) Subject: nv50: hook up forgotten short constant buffer upload method X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89241336276deeef525b35bf5dc7db345a18a3e1;p=mesa.git nv50: hook up forgotten short constant buffer upload method Fixes crash in xorg st. --- 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;