diff options
Diffstat (limited to 'src/i830_uxa.c')
-rw-r--r-- | src/i830_uxa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_uxa.c b/src/i830_uxa.c index b063d0fa..208de07e 100644 --- a/src/i830_uxa.c +++ b/src/i830_uxa.c @@ -1088,6 +1088,7 @@ Bool i830_uxa_init(ScreenPtr screen) intel->prim_offset = 0; intel->vertex_count = 0; intel->floats_per_vertex = 0; + intel->last_floats_per_vertex = 0; intel->vertex_bo = NULL; /* Solid fill */ |