diff options
author | Zhenyu Wang <[email protected]> | 2010-11-10 08:17:45 -0500 |
---|---|---|
committer | Zhenyu Wang <[email protected]> | 2010-11-10 08:17:45 -0500 |
commit | 65972f992f2b5505cc568a3fa29254e8d25c3042 (patch) | |
tree | 8dd923df4f61fc5f1c0a923ca04a42af4707e0c3 /src/mesa/drivers/dri/i965/brw_vs_emit.c | |
parent | 9249af17b857e8d9a359b4cd04e9393aca517e9c (diff) |
Revert "i965: VS use SPF mode on sandybridge for now"
This reverts commit 9c39a9fcb2c76897e9b5aff68ce197a411c4e25c.
Remove VS SPF mode, conditional instruction works for VS now.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs_emit.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vs_emit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs_emit.c b/src/mesa/drivers/dri/i965/brw_vs_emit.c index aa8048c9fc3..b8b29a72144 100644 --- a/src/mesa/drivers/dri/i965/brw_vs_emit.c +++ b/src/mesa/drivers/dri/i965/brw_vs_emit.c @@ -1685,10 +1685,6 @@ void brw_vs_emit(struct brw_vs_compile *c ) printf("\n"); } - /* FIXME Need to fix conditional instruction to remove this */ - if (intel->gen >= 6) - p->single_program_flow = GL_TRUE; - brw_set_compression_control(p, BRW_COMPRESSION_NONE); brw_set_access_mode(p, BRW_ALIGN_16); if_depth_in_loop[loop_depth] = 0; |