projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
163a319
)
llvmpipe: initialize setup data store
author
Keith Whitwell
<keithw@vmware.com>
Fri, 9 Oct 2009 13:36:41 +0000
(14:36 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Fri, 9 Oct 2009 13:36:41 +0000
(14:36 +0100)
src/gallium/drivers/llvmpipe/lp_setup.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_setup.c
b/src/gallium/drivers/llvmpipe/lp_setup.c
index 47839869ac636482db3edb99c1e40111a7a9165a..336a8b4e5b59f692c91731848784f667e9937f9b 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_setup.c
+++ b/
src/gallium/drivers/llvmpipe/lp_setup.c
@@
-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;