Re: [Mesa-dev] [PATCH V2 1/3] i965: Add an option to ignore sample qualifier

2014-01-19 Thread Chris Forbes
For the series, Reviewed-by: Chris Forbes On Sat, Jan 18, 2014 at 9:52 AM, Anuj Phogat wrote: > This will be useful in my next patch which depends on a functionality > of _mesa_get_min_invocations_per_fragment() to ignore the sample > qualifier (prog->IsSample) based on a flag passed to it. >

[Mesa-dev] [PATCH V2 1/3] i965: Add an option to ignore sample qualifier

2014-01-17 Thread Anuj Phogat
This will be useful in my next patch which depends on a functionality of _mesa_get_min_invocations_per_fragment() to ignore the sample qualifier (prog->IsSample) based on a flag passed to it. Signed-off-by: Anuj Phogat Cc: Chris Forbes Cc: mesa-sta...@lists.freedesktop.org --- src/mesa/drivers/