Re: [Mesa-dev] [PATCH] i965: Make the field computed_depth_mode an enum.

2017-05-03 Thread Kenneth Graunke
On Wednesday, May 3, 2017 7:19:24 PM PDT Matt Turner wrote: > On Wed, May 3, 2017 at 6:03 PM, Kenneth Graunke wrote: > > On Tuesday, May 2, 2017 11:02:58 AM PDT Rafael Antognolli wrote: > >> Since the enum is in the same header now, we can use it as the type of > >> the

Re: [Mesa-dev] [PATCH] i965: Make the field computed_depth_mode an enum.

2017-05-03 Thread Matt Turner
On Wed, May 3, 2017 at 6:03 PM, Kenneth Graunke wrote: > On Tuesday, May 2, 2017 11:02:58 AM PDT Rafael Antognolli wrote: >> Since the enum is in the same header now, we can use it as the type of >> the field. >> >> Signed-off-by: Rafael Antognolli

Re: [Mesa-dev] [PATCH] i965: Make the field computed_depth_mode an enum.

2017-05-03 Thread Kenneth Graunke
On Tuesday, May 2, 2017 11:02:58 AM PDT Rafael Antognolli wrote: > Since the enum is in the same header now, we can use it as the type of > the field. > > Signed-off-by: Rafael Antognolli > --- > > PS: We can merge this with the previous patch too if that's better.

[Mesa-dev] [PATCH] i965: Make the field computed_depth_mode an enum.

2017-05-02 Thread Rafael Antognolli
Since the enum is in the same header now, we can use it as the type of the field. Signed-off-by: Rafael Antognolli --- PS: We can merge this with the previous patch too if that's better. src/intel/compiler/brw_compiler.h | 2 +- src/intel/compiler/brw_fs.cpp |