i965/msaa: Remove TODO comments that are no longer relevant.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Paul Berry 2012-07-18 09:54:04 -07:00
parent c738ea1191
commit 8f37ea414f
2 changed files with 2 additions and 3 deletions

View File

@ -153,7 +153,7 @@ static const struct brw_tracked_state *gen6_atoms[] =
&brw_samplers,
&gen6_sampler_state,
&gen6_multisample_state, /* TODO: is this the right spot? */
&gen6_multisample_state,
&gen6_vs_state,
&gen6_gs_state,
@ -222,7 +222,7 @@ const struct brw_tracked_state *gen7_atoms[] =
&brw_wm_binding_table,
&gen7_samplers,
&gen6_multisample_state, /* TODO: is this the right spot? */
&gen6_multisample_state,
&gen7_disable_stages,
&gen7_vs_state,

View File

@ -299,7 +299,6 @@ gen6_blorp_emit_blend_state(struct brw_context *brw,
memset(blend, 0, sizeof(*blend));
// TODO: handle other formats.
blend->blend1.pre_blend_clamp_enable = 1;
blend->blend1.post_blend_clamp_enable = 1;
blend->blend1.clamp_range = BRW_RENDERTARGET_CLAMPRANGE_FORMAT;