OSDN Git Service

i965/fs: Plumb a mem_ctx all the way through the FS compile.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 14 May 2014 08:21:02 +0000 (01:21 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 19 May 2014 06:35:20 +0000 (23:35 -0700)
commit2d4ac9b5b825b745257e935dd9b33a2d3507c72a
treeef86749c223d439b995859bc00efc3590405ca9d
parent25f8fbbf2fc74470f7edce7cae25453a3edbdfe0
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>
src/mesa/drivers/dri/i965/brw_blorp_blit_eu.cpp
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_generator.cpp
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
src/mesa/drivers/dri/i965/brw_wm.c
src/mesa/drivers/dri/i965/brw_wm.h
src/mesa/drivers/dri/i965/gen8_fs_generator.cpp