Re: [Mesa-dev] [PATCH] mesa-demos: fix opengles1/texture_from_pixmap test

2014-03-10 Thread Tapani Pälli
On 03/10/2014 06:05 PM, Chia-I Wu wrote: > On Fri, Mar 7, 2014 at 6:56 PM, Tapani Pälli wrote: >> Remove GL_OES_EGL_image_external usage, this would work with current >> Mesa only if image was created with EGL_EXT_image_dma_buf_import, this >> makes test work again also if GL_OES_EGL_image_externa

Re: [Mesa-dev] [PATCH] mesa-demos: fix opengles1/texture_from_pixmap test

2014-03-10 Thread Chia-I Wu
On Fri, Mar 7, 2014 at 6:56 PM, Tapani Pälli wrote: > Remove GL_OES_EGL_image_external usage, this would work with current > Mesa only if image was created with EGL_EXT_image_dma_buf_import, this > makes test work again also if GL_OES_EGL_image_external is present. Can we make the use of GL_OES_EG

[Mesa-dev] [PATCH] mesa-demos: fix opengles1/texture_from_pixmap test

2014-03-07 Thread Tapani Pälli
Remove GL_OES_EGL_image_external usage, this would work with current Mesa only if image was created with EGL_EXT_image_dma_buf_import, this makes test work again also if GL_OES_EGL_image_external is present. Signed-off-by: Tapani Pälli --- src/egl/opengles1/texture_from_pixmap.c | 5 - 1 fil