Re: [Mesa-dev] [PATCH] mesa: don't call _mesa_update_clip_plane in the GL core profile

2017-06-14 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Wed, Jun 14, 2017 at 5:37 PM, Marek Olšák wrote: > From: Marek Olšák > > It uses the projection matrix to transform the clip plane. > --- > src/mesa/main/enable.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/mesa/main/enable.c b/src

[Mesa-dev] [PATCH] mesa: don't call _mesa_update_clip_plane in the GL core profile

2017-06-14 Thread Marek Olšák
From: Marek Olšák It uses the projection matrix to transform the clip plane. --- src/mesa/main/enable.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c index 0324170..0f7cdcd 100644 --- a/src/mesa/main/enable.c +++ b/src/mesa/