commit | 2d4ac9b5b825b745257e935dd9b33a2d3507c72a | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Wed May 14 01:21:02 2014 -0700 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Sun May 18 23:35:20 2014 -0700 |
tree | ef86749c223d439b995859bc00efc3590405ca9d | |
parent | 25f8fbbf2fc74470f7edce7cae25453a3edbdfe0 [diff] |
i965/fs: Plumb a mem_ctx all the way through the FS compile. 'c' is going away, but we still need a memory context that lives for the duration of the compile. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>