Re: [Mesa-dev] [PATCH 4/7] mesa: remove check_compatible() in make_current

2016-02-11 Thread Miklós Máté
On 02/09/2016 05:21 AM, Ian Romanick wrote: On 02/05/2016 01:11 PM, Miklós Máté wrote: this was marked for removal since 2007 ctx::Visual is also removed, since this was its only legit user --- .../drivers/dri/radeon/radeon_common_context.c | 2 +- src/mesa/main/blend.c

Re: [Mesa-dev] [PATCH 4/7] mesa: remove check_compatible() in make_current

2016-02-08 Thread Ian Romanick
On 02/05/2016 01:11 PM, Miklós Máté wrote: > this was marked for removal since 2007 > ctx::Visual is also removed, since this was its only legit user > --- > .../drivers/dri/radeon/radeon_common_context.c | 2 +- > src/mesa/main/blend.c | 4 +- > src/mesa/main/bl

[Mesa-dev] [PATCH 4/7] mesa: remove check_compatible() in make_current

2016-02-05 Thread Miklós Máté
this was marked for removal since 2007 ctx::Visual is also removed, since this was its only legit user --- .../drivers/dri/radeon/radeon_common_context.c | 2 +- src/mesa/main/blend.c | 4 +- src/mesa/main/blend.h | 4 +- src/mesa/ma