Re: [Mesa-dev] [PATCH 15/19] i965/fs: Disable fs_inst assignment operator.

2014-02-22 Thread Pohjolainen, Topi
On Thu, Feb 20, 2014 at 01:41:28PM -0800, Matt Turner wrote: > The fs_reg src array is going to turn into a pointer and we'd rather not > consider the implications of shallow copying fs_insts. > --- > src/mesa/drivers/dri/i965/brw_fs.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/sr

[Mesa-dev] [PATCH 15/19] i965/fs: Disable fs_inst assignment operator.

2014-02-20 Thread Matt Turner
The fs_reg src array is going to turn into a pointer and we'd rather not consider the implications of shallow copying fs_insts. --- src/mesa/drivers/dri/i965/brw_fs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h inde