i965/vs: Create a 'lod_type' temporary for ir->lod_info.lod->type.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 17 Jan 2013 03:08:12 +0000 (19:08 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 18 Jan 2013 19:31:26 +0000 (11:31 -0800)
commit56ce55d198af65d4a9de7119eb9e2417296c54ea
tree3aa8591d85ce2aef5af5a51162ff6a4efa532aaa
parent613e64060c2bc58c3920c3c6ff77291642ba0e23
i965/vs: Create a 'lod_type' temporary for ir->lod_info.lod->type.

This is purely a refactor.  However, in a moment, we'll want to set
lod_type to float for ir_tex, where ir->lod_info.lod is NULL.

NOTE: This is a candidate for stable branches (for the next patch).

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <idr@freedesktop.org>
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp