commit | 33ee2c67c0a4e8f2fefbf37dacabd14918060af5 | [log] [tgz] |
---|---|---|
author | Tapani Pälli <tapani.palli@intel.com> | Thu Dec 12 13:51:01 2013 +0200 |
committer | Tapani Pälli <tapani.palli@intel.com> | Thu Dec 12 17:28:08 2013 +0200 |
tree | 4432c7acd7722bb635e1f34074278d669a0b74da | |
parent | c1d3080ee86cd3d914712ffe0bb533c5d6a6b271 [diff] |
glsl: move variables in to ir_variable::data, part I This patch moves following bitfields in to the data structure: used, assigned, how_declared, mode, interpolation, origin_upper_left, pixel_center_integer Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Paul Berry <stereotype441@gmail.com>