summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_pipe_shader.c
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2009-12-22 21:26:51 +0100
committerRoland Scheidegger <sroland@vmware.com>2009-12-22 21:26:51 +0100
commitd186079520234a776c3fa88c81da935d65981fec (patch)
tree63ad08fcb062a17fc1589ad928a611130a4264c6 /src/gallium/drivers/i965/brw_pipe_shader.c
parent35e8283c69d80debb44b05ea79dc5f67303a7432 (diff)
i965g: fix for edgeflag changes (untested)
Diffstat (limited to 'src/gallium/drivers/i965/brw_pipe_shader.c')
-rw-r--r--src/gallium/drivers/i965/brw_pipe_shader.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/i965/brw_pipe_shader.c b/src/gallium/drivers/i965/brw_pipe_shader.c
index 31a715ab65..20f20571f6 100644
--- a/src/gallium/drivers/i965/brw_pipe_shader.c
+++ b/src/gallium/drivers/i965/brw_pipe_shader.c
@@ -215,15 +215,12 @@ static void *brw_create_vs_state( struct pipe_context *pipe,
else
vs->output_bfc1 = i;
break;
-#if 0
case TGSI_SEMANTIC_EDGEFLAG:
vs->output_edgeflag = i;
break;
-#endif
}
}
-
/* Done:
*/