Re: [Mesa-dev] [PATCH 4/4] mesa: only check errors when the state change in glClipControl()

2017-07-31 Thread Nicolai Hähnle
For the series: Reviewed-by: Nicolai Hähnle On 31.07.2017 14:07, Samuel Pitoiset wrote: When this GL call is a no-op, it should be a little faster in the errors path only. Signed-off-by: Samuel Pitoiset --- src/mesa/main/viewport.c | 30 -- 1 file changed, 16

[Mesa-dev] [PATCH 4/4] mesa: only check errors when the state change in glClipControl()

2017-07-31 Thread Samuel Pitoiset
When this GL call is a no-op, it should be a little faster in the errors path only. Signed-off-by: Samuel Pitoiset --- src/mesa/main/viewport.c | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/mesa/main/viewport.c b/src/mesa/main/viewport.c