Re: [Mesa-dev] [PATCH 1/4] st/dri: move image extension into the common file

2017-06-28 Thread Emil Velikov
On 9 June 2017 at 01:26, gurchetansi...@chromium.org wrote: > From: Gurchetan Singh > > This image extension is is needed by the Android studio emulator > when using the host's GLES implementation. > > This patch moves the extension code

[Mesa-dev] [PATCH 1/4] st/dri: move image extension into the common file

2017-06-08 Thread gurchetansi...@chromium.org
From: Gurchetan Singh This image extension is is needed by the Android studio emulator when using the host's GLES implementation. This patch moves the extension code from dri2.c to dri_extensions.c. Since some functions in this extension are initialized at runtime