Re: [Mesa-dev] [PATCH] i965: Lift restriction in external textures for EGLImage support

2018-11-08 Thread Chad Versace
On Thu 08 Nov 2018, Chad Versace wrote: > On Wed 31 Oct 2018, Aditya Swarup wrote: > > For Intel platforms, we support external textures only for EGLImages > > created with EGL_EXT_image_dma_buf_import. This restriction seems to > > be Intel specific and not present for other platforms. > > > > Wh

Re: [Mesa-dev] [PATCH] i965: Lift restriction in external textures for EGLImage support

2018-11-08 Thread Chad Versace
On Wed 31 Oct 2018, Aditya Swarup wrote: > For Intel platforms, we support external textures only for EGLImages > created with EGL_EXT_image_dma_buf_import. This restriction seems to > be Intel specific and not present for other platforms. > > While running SKQP test - unitTest_EGLImageTest, GL_IN

Re: [Mesa-dev] [PATCH] i965: Lift restriction in external textures for EGLImage support

2018-11-07 Thread Tapani Pälli
On 11/7/18 9:51 PM, Kenneth Graunke wrote: On Wednesday, October 31, 2018 5:12:40 PM PST Aditya Swarup wrote: For Intel platforms, we support external textures only for EGLImages created with EGL_EXT_image_dma_buf_import. This restriction seems to be Intel specific and not present for other pl

Re: [Mesa-dev] [PATCH] i965: Lift restriction in external textures for EGLImage support

2018-11-07 Thread Kenneth Graunke
On Wednesday, October 31, 2018 5:12:40 PM PST Aditya Swarup wrote: > For Intel platforms, we support external textures only for EGLImages > created with EGL_EXT_image_dma_buf_import. This restriction seems to > be Intel specific and not present for other platforms. > > While running SKQP test - un

[Mesa-dev] [PATCH] i965: Lift restriction in external textures for EGLImage support

2018-10-31 Thread Aditya Swarup
For Intel platforms, we support external textures only for EGLImages created with EGL_EXT_image_dma_buf_import. This restriction seems to be Intel specific and not present for other platforms. While running SKQP test - unitTest_EGLImageTest, GL_INVALID is sent to the test because of this restricti