Re: [Mesa-dev] [PATCH 08/14] i965: Prepare for using the ATTR register file in the fs backend

2014-10-29 Thread Kristian Høgsberg
On Tue, Oct 28, 2014 at 4:33 PM, Matt Turner wrote: > On Tue, Oct 28, 2014 at 3:17 PM, Kristian Høgsberg wrote: >> The scalar vertex shader will use the ATTR register file for vertex >> attributes. This patch adds support for the ATTR file to fs_visitor. >> >> Signed-off-by: Kristian Høgsberg >

Re: [Mesa-dev] [PATCH 08/14] i965: Prepare for using the ATTR register file in the fs backend

2014-10-28 Thread Matt Turner
On Tue, Oct 28, 2014 at 3:17 PM, Kristian Høgsberg wrote: > The scalar vertex shader will use the ATTR register file for vertex > attributes. This patch adds support for the ATTR file to fs_visitor. > > Signed-off-by: Kristian Høgsberg > --- > src/mesa/drivers/dri/i965/brw_fs.cpp | 12

[Mesa-dev] [PATCH 08/14] i965: Prepare for using the ATTR register file in the fs backend

2014-10-28 Thread Kristian Høgsberg
The scalar vertex shader will use the ATTR register file for vertex attributes. This patch adds support for the ATTR file to fs_visitor. Signed-off-by: Kristian Høgsberg --- src/mesa/drivers/dri/i965/brw_fs.cpp | 12 ++-- src/mesa/drivers/dri/i965/brw_fs.h | 3 +++