Re: [Mesa-dev] [PATCH] scons: Remove gles option.

2018-10-22 Thread Dylan Baker
applications by putting on the same dir.) > > > Jose > > > ━━━ > From: Dylan Baker > Sent: Friday, October 19, 2018 18:04 > To: mesa-dev@lists.freedesktop.org; Brian Paul; Jose Fonseca; Liviu Prodea

Re: [Mesa-dev] [PATCH] scons: Remove gles option.

2018-10-19 Thread Jose Fonseca
rodea; Roland Scheidegger *Subject:* Re: [Mesa-dev] [PATCH] scons: Remove gles option. That's not quite right. GLES needs shared glapi, but shared glapi doesn't need gles. meson and autoconf have separate toggles for shared-glapi and gles, they both happen to default to "on" currentl

Re: [Mesa-dev] [PATCH] scons: Remove gles option.

2018-10-19 Thread Dylan Baker
That's not quite right. GLES needs shared glapi, but shared glapi doesn't need gles. meson and autoconf have separate toggles for shared-glapi and gles, they both happen to default to "on" currently. If you want to uses GLES with mesa on Windows your best bet is probably to use ARB_ES_compatibilit

Re: [Mesa-dev] [PATCH] scons: Remove gles option.

2018-10-19 Thread Jose Fonseca
SCons never had parity with autoconf. It never gained enough traction to replace autoconf, so it become this thing which is mostly use by VMware and others who care about Windows. Maybe one day meson will replace SCons. But I certainly have no plans to have scons replace anything anymore.

Re: [Mesa-dev] [PATCH] scons: Remove gles option.

2018-10-19 Thread Roland Scheidegger
Looks alright to me, if it's broken anyway. Reviewed-by: Roland Scheidegger Am 19.10.18 um 14:33 schrieb Jose Fonseca: > It's broken, and WGL state tracker is always built with GLES support > noawadays. > --- > common.py| 2 -- > src/SConscript

Re: [Mesa-dev] [PATCH] scons: Remove gles option.

2018-10-19 Thread Liviu Prodea
On Friday, October 19, 2018, 6:04:28 PM GMT+3, Liviu Prodea wrote: I think I found autotools build equivalent for gles=y. It is --enable-shared-glapi. And the docs say it is needed to support applications that mix OpenGL and OpenGL ES: https://www.mesa3d.org/egl.html and Meson

Re: [Mesa-dev] [PATCH] scons: Remove gles option.

2018-10-19 Thread Liviu Prodea
I think I found autotools build equivalent for gles=y. It is --enable-shared-glapi. And the docs say it is needed to support applications that mix OpenGL and OpenGL ES: https://www.mesa3d.org/egl.html ---

Re: [Mesa-dev] [PATCH] scons: Remove gles option.

2018-10-19 Thread Brian Paul
Reviewed-by: Brian Paul On 10/19/2018 06:33 AM, Jose Fonseca wrote: > It's broken, and WGL state tracker is always built with GLES support > noawadays. > --- > common.py| 2 -- > src/SConscript | 7 --- > src/gallium/state_

[Mesa-dev] [PATCH] scons: Remove gles option.

2018-10-19 Thread Jose Fonseca
It's broken, and WGL state tracker is always built with GLES support noawadays. --- common.py| 2 -- src/SConscript | 7 --- src/gallium/state_trackers/osmesa/SConscript | 4 +--- src/gallium/state_trackers/wgl/SConscript| 4