commit | c1d3080ee86cd3d914712ffe0bb533c5d6a6b271 | [log] [tgz] |
---|---|---|
author | Tapani Pälli <tapani.palli@intel.com> | Thu Dec 12 12:57:57 2013 +0200 |
committer | Tapani Pälli <tapani.palli@intel.com> | Thu Dec 12 17:28:06 2013 +0200 |
tree | a890afb0ab7df128e3dc9ed5936e927141d8c60a | |
parent | cbe7431cdb57edb87e53e61ff97db54831cc00b7 [diff] |
glsl: introduce data section to ir_variable Data section helps serialization and cloning of a ir_variable. This patch includes the helper bits used for read only ir_variables. Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Paul Berry <stereotype441@gmail.com>