i965: Make the FS and VS share a few visitor/instruction fields.
authorEric Anholt <eric@anholt.net>
Wed, 3 Oct 2012 20:01:23 +0000 (13:01 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 17 Oct 2012 19:24:00 +0000 (12:24 -0700)
commit24aeeb2fdcde7a0c257db6469c6b0f064d53d3cf
treee4360b0365f2329f1858a1a951211b1925361916
parent338fd85e624883996bf9072ca710f2d04e3c59dd
i965: Make the FS and VS share a few visitor/instruction fields.

This will let us reuse brw_fs_cfg.cpp from brw_vec4_*.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
src/mesa/drivers/dri/i965/brw_shader.h
src/mesa/drivers/dri/i965/brw_vec4.h