Re: [PATCH v3 weston 0/4] GLES3 context support

2018-01-18 Thread Daniel Stone
Hi Derek, On 17 January 2018 at 19:59, Derek Foreman wrote: > On 2018-01-17 12:36 PM, Arnaud Vrac wrote: >> Here's the latest version of the patches to support a GLES3 context. >> >> Changes since v2 include: >> * add warning: prefix in the log message when GLES version cannot be >> determined

Re: [PATCH v3 weston 0/4] GLES3 context support

2018-01-18 Thread Derek Foreman
On 2018-01-17 12:36 PM, Arnaud Vrac wrote: Hi all, Here's the latest version of the patches to support a GLES3 context. Changes since v2 include: * add warning: prefix in the log message when GLES version cannot be determined * split patch 3 in two, first moving the GL_EXT_texture_rg exten

[PATCH v3 weston 0/4] GLES3 context support

2018-01-17 Thread Arnaud Vrac
Hi all, Here's the latest version of the patches to support a GLES3 context. Changes since v2 include: * add warning: prefix in the log message when GLES version cannot be determined * split patch 3 in two, first moving the GL_EXT_texture_rg extension check to the correct spot and then addin