llvmpipe: initialize setup line/tri/point funcs

This commit is contained in:
Keith Whitwell
2009-10-09 14:33:57 +01:00
parent 608c222723
commit 163a31952c
+4
View File
@@ -568,6 +568,10 @@ lp_setup_create( struct pipe_screen *screen )
setup->tile[i][j].head =
setup->tile[i][j].tail = CALLOC_STRUCT(cmd_block);
setup->triangle = first_triangle;
setup->line = first_line;
setup->point = first_point;
return setup;
fail: