Re: [Mesa-dev] [PATCH] mesa: only expose GL_OES_read_format in ES1 contexts

2015-09-13 Thread Ilia Mirkin
On Mon, Sep 14, 2015 at 2:03 AM, Tapani Pälli wrote: > > On 09/13/2015 10:14 AM, Ilia Mirkin wrote: >> >> The functionality is actually available in ES2+ and at least GL 4.5, but >> the extension itself is only spec'd against ES1, not desktop GL. > > > It is one of 6 OES extensions that are listed

Re: [Mesa-dev] [PATCH] mesa: only expose GL_OES_read_format in ES1 contexts

2015-09-13 Thread Tapani Pälli
On 09/13/2015 10:14 AM, Ilia Mirkin wrote: The functionality is actually available in ES2+ and at least GL 4.5, but the extension itself is only spec'd against ES1, not desktop GL. It is one of 6 OES extensions that are listed in the desktop extensions list in Khronos registry. All of these h

[Mesa-dev] [PATCH] mesa: only expose GL_OES_read_format in ES1 contexts

2015-09-13 Thread Ilia Mirkin
The functionality is actually available in ES2+ and at least GL 4.5, but the extension itself is only spec'd against ES1, not desktop GL. Signed-off-by: Ilia Mirkin --- src/mesa/main/extensions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/extensions.c b/src