gpu.c: set group->last_shared during array reference grouping
commit06dc4c2bf5508ed77ec4070a46dd12b1de8ef4da
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 15 Dec 2012 14:53:19 +0000 (15 15:53 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 10 Jan 2013 12:16:44 +0000 (10 13:16 +0100)
tree71037b055d29ed69cf999a8f78c50a5c09b5cc63
parent5da01488fec928227dc5cd5acabf629a4059e845
gpu.c: set group->last_shared during array reference grouping

We need to know this level in order to be able to decide whether
two groups that have overlapping tiles should be merged.
The actual merging is handled in the next commit.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
gpu.c