Re: [Mesa-dev] [PATCH 1/5] glsl: introduce data section to ir_variable

2013-12-05 Thread Paul Berry
On 4 December 2013 04:16, Tapani Pälli wrote: > 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 > I tried to build this patch (using commit 4d6cdb8 from your published tree), an

[Mesa-dev] [PATCH 1/5] glsl: introduce data section to ir_variable

2013-12-04 Thread Tapani Pälli
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 --- src/glsl/ast_function.cpp | 2 +- src/glsl/ast_to_hir.cpp | 28 ++-- src/