Re: [Mesa-dev] [PATCH 2/8] osmesa: remove useless osmesa_update_state() call

2017-06-07 Thread Timothy Arceri
On 08/06/17 00:58, Brian Paul wrote: On 06/07/2017 12:01 AM, Timothy Arceri wrote: As far as I can tell this shouldn't do anything as we were just passing a state of 0. --- src/mesa/drivers/osmesa/osmesa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/drivers/osmesa/osmesa.c

Re: [Mesa-dev] [PATCH 2/8] osmesa: remove useless osmesa_update_state() call

2017-06-07 Thread Brian Paul
On 06/07/2017 12:01 AM, Timothy Arceri wrote: As far as I can tell this shouldn't do anything as we were just passing a state of 0. --- src/mesa/drivers/osmesa/osmesa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/drivers/osmesa/osmesa.c b/src/mesa/drivers/osmesa/osmesa.c inde

[Mesa-dev] [PATCH 2/8] osmesa: remove useless osmesa_update_state() call

2017-06-06 Thread Timothy Arceri
As far as I can tell this shouldn't do anything as we were just passing a state of 0. --- src/mesa/drivers/osmesa/osmesa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/drivers/osmesa/osmesa.c b/src/mesa/drivers/osmesa/osmesa.c index a3d4fac..fe0326d 100644 --- a/src/mesa/drivers/o