Module: Mesa Branch: master Commit: 13a13fcb8054ed2d1138f6754fc67b014cc5cd5d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13a13fcb8054ed2d1138f6754fc67b014cc5cd5d
Author: Michel Dänzer <[email protected]> Date: Fri Mar 12 19:52:24 2010 +0100 svga: Fix up for context transfers. --- src/gallium/drivers/svga/svga_context.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/svga/svga_context.c b/src/gallium/drivers/svga/svga_context.c index d499ae6..adb7840 100644 --- a/src/gallium/drivers/svga/svga_context.c +++ b/src/gallium/drivers/svga/svga_context.c @@ -164,6 +164,8 @@ struct pipe_context *svga_context_create( struct pipe_screen *screen, svga_init_constbuffer_functions(svga); svga_init_query_functions(svga); + svga_init_texture_functions(&svga->pipe); + /* debug */ svga->debug.no_swtnl = debug_get_bool_option("SVGA_NO_SWTNL", FALSE); svga->debug.force_swtnl = debug_get_bool_option("SVGA_FORCE_SWTNL", FALSE); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
