nvk/tess: don't emit patch control points in pipeline

Let the dynamic state thing emit these.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Dave Airlie 2023-07-27 12:58:28 +10:00 committed by Marge Bot
parent afd6219055
commit f0e8749e13

View file

@ -19,7 +19,6 @@ static void
emit_pipeline_ts_state(struct nv_push *p,
const struct vk_tessellation_state *ts)
{
P_IMMD(p, NV9097, SET_PATCH, ts->patch_control_points);
}
static void