Re: [Mesa-dev] [PATCH 01/14] mesa: remove redundant error check

2017-06-28 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 06/28/2017 08:13 AM, Timothy Arceri wrote: We do the same check in the shared code in the set_tex_parameterf() call. --- src/mesa/main/texparam.c | 4 1 file changed, 4 deletions(-) diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c index 3

[Mesa-dev] [PATCH 01/14] mesa: remove redundant error check

2017-06-27 Thread Timothy Arceri
We do the same check in the shared code in the set_tex_parameterf() call. --- src/mesa/main/texparam.c | 4 1 file changed, 4 deletions(-) diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c index 3c110de..6c908af 100644 --- a/src/mesa/main/texparam.c +++ b/src/mesa/main/texpara