Module: Mesa
Branch: master
Commit: 2d76dcae718cf8d1478a70f3f23463ba8c534927
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d76dcae718cf8d1478a70f3f23463ba8c534927

Author: Jason Ekstrand <jason.ekstr...@intel.com>
Date:   Sat Aug  6 07:52:23 2016 -0700

anv/pipeline/gen8: Remove an old comment

This is now handled in emit_3dstate_clip

Signed-off-by: Jason Ekstrand <ja...@jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenn...@whitecape.org>

---

 src/intel/vulkan/gen8_pipeline.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/intel/vulkan/gen8_pipeline.c b/src/intel/vulkan/gen8_pipeline.c
index 2fa8ac9..e828359 100644
--- a/src/intel/vulkan/gen8_pipeline.c
+++ b/src/intel/vulkan/gen8_pipeline.c
@@ -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 = {

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to