Re: [PATCH 06/10] glamor: Select VBO path by ARB_mbr extension.

2014-03-21 Thread Eric Anholt
Markus Wick writes: > The mbr path was hard coded enabled for desktop gl and disabled for gles. > But there are both, desktop without mbr and mobiles with mbr. I've pulled patches 1-9 for my next pull request, but I think in this patch we should also apply this: diff --git a/glamor/glamor_vbo.c

[PATCH 06/10] glamor: Select VBO path by ARB_mbr extension.

2014-03-18 Thread Markus Wick
The mbr path was hard coded enabled for desktop gl and disabled for gles. But there are both, desktop without mbr and mobiles with mbr. --- glamor/glamor.c | 2 ++ glamor/glamor_priv.h | 1 + glamor/glamor_vbo.c | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glamor/