diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-12-13 21:00:10 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-12-13 21:00:10 +0000 |
commit | 7a2d3ac5bcad87d139f97eaa9ca2aa90d174240a (patch) | |
tree | 1c283eec2a2f78a45b7e05b0696ad3db84c5cee7 /src/mesa/pipe/i965simple/brw_state.c | |
parent | 568fcf64c774f5f8e9f65bb86c121f5d550b1632 (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.c | 3 |
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; } |