projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d6f3e
)
svga: Fix up for context transfers.
author
Michel Dänzer
<daenzer@vmware.com>
Fri, 12 Mar 2010 18:52:24 +0000
(19:52 +0100)
committer
Michel Dänzer
<daenzer@vmware.com>
Fri, 12 Mar 2010 18:52:24 +0000
(19:52 +0100)
src/gallium/drivers/svga/svga_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_context.c
b/src/gallium/drivers/svga/svga_context.c
index d499ae6acc9fe0b6651e3e41ee54eab1dfb08f5d..adb7840182b07727be6322af15c876494c4af7f4 100644
(file)
--- 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);