summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_state.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-12-13 21:00:10 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2007-12-13 21:00:10 +0000
commit7a2d3ac5bcad87d139f97eaa9ca2aa90d174240a (patch)
tree1c283eec2a2f78a45b7e05b0696ad3db84c5cee7 /src/mesa/pipe/i965simple/brw_state.c
parent568fcf64c774f5f8e9f65bb86c121f5d550b1632 (diff)
965: get brw_wm_surface_state compiling again
Diffstat (limited to 'src/mesa/pipe/i965simple/brw_state.c')
-rw-r--r--src/mesa/pipe/i965simple/brw_state.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/i965simple/brw_state.c b/src/mesa/pipe/i965simple/brw_state.c
index 032a4e0285..26450ae597 100644
--- a/src/mesa/pipe/i965simple/brw_state.c
+++ b/src/mesa/pipe/i965simple/brw_state.c
@@ -203,6 +203,9 @@ static void * brw_create_fs_state(struct pipe_context *pipe,
brw_shader_info(shader->tokens,
&brw_fp->info);
+ tgsi_dump(shader->tokens, 0);
+
+
return (void *)brw_fp;
}