Re: [Mesa-dev] [PATCH 7/7] Make shared-glapi the default

2012-08-03 Thread Chad Versace
On 08/01/2012 05:07 PM, Ian Romanick wrote: > From: Ian Romanick > > You can't practically have desktop OpenGL and OpenGL ES on the same system > without this. The benefits of not having it (e.g., a more compact dispatch > table) are irrelevant. > > Signed-off-by: Ian Romanick > --- > configu

[Mesa-dev] [PATCH 7/7] Make shared-glapi the default

2012-08-01 Thread Ian Romanick
From: Ian Romanick You can't practically have desktop OpenGL and OpenGL ES on the same system without this. The benefits of not having it (e.g., a more compact dispatch table) are irrelevant. Signed-off-by: Ian Romanick --- configure.ac |4 ++-- 1 files changed, 2 insertions(+), 2 deletio