From f6929e7c3bc907ecc8284f1e6220bcd2a3351b3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E8=BD=A6=E6=89=AC?= Date: Tue, 13 Dec 2022 10:23:45 +0800 Subject: [PATCH] intel: fix the wrong function name pipe not create_vertex_elements fuction Signed-off-by: cheyang Part-of: --- src/gallium/drivers/iris/iris_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/iris/iris_state.c b/src/gallium/drivers/iris/iris_state.c index 8b5ad6c..d1e6a56 100644 --- a/src/gallium/drivers/iris/iris_state.c +++ b/src/gallium/drivers/iris/iris_state.c @@ -3725,7 +3725,7 @@ struct iris_vertex_element_state { }; /** - * The pipe->create_vertex_elements() driver hook. + * The pipe->create_vertex_elements_state() driver hook. * * This translates pipe_vertex_element to our 3DSTATE_VERTEX_ELEMENTS * and 3DSTATE_VF_INSTANCING commands. The vertex_elements and vf_instancing -- 2.7.4