Re: [Mesa-dev] [PATCH 04/12] mesa: Add a helper function _mesa_get_min_invocations_per_fragment()

2013-10-28 Thread Ian Romanick
On 10/25/2013 04:45 PM, Anuj Phogat wrote: Thsi function is used to test if we need to do per sample shading or per fragment shading. Signed-off-by: Anuj Phogat anuj.pho...@gmail.com With the one change mentioned below, this patch is Reviewed-by: Ian Romanick ian.d.roman...@intel.com ---

Re: [Mesa-dev] [PATCH 04/12] mesa: Add a helper function _mesa_get_min_invocations_per_fragment()

2013-10-28 Thread Paul Berry
On 25 October 2013 16:45, Anuj Phogat anuj.pho...@gmail.com wrote: Thsi function is used to test if we need to do per sample shading or per fragment shading. s/Thsi/This/ Signed-off-by: Anuj Phogat anuj.pho...@gmail.com --- src/mesa/program/program.c | 31

[Mesa-dev] [PATCH 04/12] mesa: Add a helper function _mesa_get_min_invocations_per_fragment()

2013-10-25 Thread Anuj Phogat
Thsi function is used to test if we need to do per sample shading or per fragment shading. Signed-off-by: Anuj Phogat anuj.pho...@gmail.com --- src/mesa/program/program.c | 31 +++ src/mesa/program/program.h | 3 +++ 2 files changed, 34 insertions(+) diff --git