Re: [Mesa-dev] [PATCH 2/3] i965: Add is_accumulator() function.

2014-04-09 Thread Matt Turner
On Wed, Apr 9, 2014 at 3:13 PM, Kenneth Graunke wrote: > On 04/09/2014 01:47 PM, Matt Turner wrote: >> From: Juha-Pekka Heikkila >> >> Reviewed-by: Matt Turner >> Signed-off-by: Juha-Pekka Heikkila >> --- >> As a follow-on patch series, we should move common fields from fs_reg >> and vec4's reg

Re: [Mesa-dev] [PATCH 2/3] i965: Add is_accumulator() function.

2014-04-09 Thread Kenneth Graunke
On 04/09/2014 01:47 PM, Matt Turner wrote: > From: Juha-Pekka Heikkila > > Reviewed-by: Matt Turner > Signed-off-by: Juha-Pekka Heikkila > --- > As a follow-on patch series, we should move common fields from fs_reg > and vec4's reg into a backend_reg and consolidate these functions. Yeah, ther

[Mesa-dev] [PATCH 2/3] i965: Add is_accumulator() function.

2014-04-09 Thread Matt Turner
From: Juha-Pekka Heikkila Reviewed-by: Matt Turner Signed-off-by: Juha-Pekka Heikkila --- As a follow-on patch series, we should move common fields from fs_reg and vec4's reg into a backend_reg and consolidate these functions. src/mesa/drivers/dri/i965/brw_fs.cpp | 8 src/mesa/dri