llvmpipe: initialize setup data store

This commit is contained in:
Keith Whitwell
2009-10-09 14:36:41 +01:00
parent 163a31952c
commit 082b3b0a89
+3
View File
@@ -568,6 +568,9 @@ lp_setup_create( struct pipe_screen *screen )
setup->tile[i][j].head =
setup->tile[i][j].tail = CALLOC_STRUCT(cmd_block);
setup->data.head =
setup->data.tail = CALLOC_STRUCT(data_block);
setup->triangle = first_triangle;
setup->line = first_line;
setup->point = first_point;