mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 11:58:10 +02:00
svga: Fix up for context transfers.
This commit is contained in:
parent
59d6f3eb4a
commit
13a13fcb80
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue