anv/pipeline/gen8: Remove an old comment

This is now handled in emit_3dstate_clip

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Jason Ekstrand 2016-08-06 07:52:23 -07:00
parent 7314007925
commit 2d76dcae71
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ emit_rs_state(struct anv_pipeline *pipeline,
.PointWidth = 1.0,
};
/* FINISHME: VkBool32 rasterizerDiscardEnable; */
GENX(3DSTATE_SF_pack)(NULL, pipeline->gen8.sf, &sf);
struct GENX(3DSTATE_RASTER) raster = {