projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb1b0b4
)
i965g: Fix after context transfers
author
Jakob Bornecrantz
<jakob@vmware.com>
Tue, 16 Mar 2010 00:12:37 +0000
(
00:12
+0000)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Tue, 16 Mar 2010 01:06:46 +0000
(
01:06
+0000)
src/gallium/drivers/i965/brw_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i965/brw_context.c
b/src/gallium/drivers/i965/brw_context.c
index 3dbe2b91308a9198f8c25ddbd9c7a2bfa78794bb..4bcdcdd17ebe055605f92478e673096d11254e47 100644
(file)
--- a/
src/gallium/drivers/i965/brw_context.c
+++ b/
src/gallium/drivers/i965/brw_context.c
@@
-118,6
+118,7
@@
struct pipe_context *brw_create_context(struct pipe_screen *screen,
brw->sws = brw_screen(screen)->sws;
brw->chipset = brw_screen(screen)->chipset;
+ brw_tex_init( brw );
brw_pipe_blend_init( brw );
brw_pipe_depth_stencil_init( brw );
brw_pipe_framebuffer_init( brw );