From 7a2d3ac5bcad87d139f97eaa9ca2aa90d174240a Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 13 Dec 2007 21:00:10 +0000 Subject: 965: get brw_wm_surface_state compiling again --- src/mesa/pipe/i965simple/brw_state.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/pipe/i965simple/brw_state.c') 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; } -- cgit v1.2.3