summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_noop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/vbo/vbo_noop.c')
-rw-r--r--src/mesa/vbo/vbo_noop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_noop.c b/src/mesa/vbo/vbo_noop.c
index 6e81947..ec8be13 100644
--- a/src/mesa/vbo/vbo_noop.c
+++ b/src/mesa/vbo/vbo_noop.c
@@ -426,7 +426,8 @@ _mesa_noop_vtxfmt_init(GLvertexformat * vfmt)
vfmt->Begin = _mesa_noop_Begin;
- _MESA_INIT_DLIST_VTXFMT(vfmt, _mesa_);
+ vfmt->CallList = _mesa_CallList;
+ vfmt->CallLists = _mesa_CallLists;
vfmt->Color3f = _mesa_noop_Color3f;
vfmt->Color3fv = _mesa_noop_Color3fv;