Re: [Mesa-dev] [RFC] intel: add support for EGL_KHR_gl_image

2013-01-07 Thread Abdiel Janulgue
On Thursday, January 03, 2013 05:00:39 PM Eric Anholt wrote: > > Sorry for the delay, I think we all disappeared over the holidays. > > Let's see if I've got this all right. It looks like today we have > extensions for: > > OES_EGL_image: > * turn an EGLImage into a 0-level texture > * turn an

Re: [Mesa-dev] [RFC] intel: add support for EGL_KHR_gl_image

2013-01-03 Thread Eric Anholt
Abdiel Janulgue writes: > On Friday, December 14, 2012 11:38:04 AM Eric Anholt wrote: >> Abdiel Janulgue writes: >> > This patch set adds support for KHR_gl_texture_2D_image, >> > KHR_gl_texture_cubemap_image and KHR_gl_texture_3D_image for Gen 4 -> >> > Gen7 HW. The extension enables us to be a

Re: [Mesa-dev] [RFC] intel: add support for EGL_KHR_gl_image

2012-12-17 Thread Abdiel Janulgue
On Friday, December 14, 2012 11:38:04 AM Eric Anholt wrote: > Abdiel Janulgue writes: > > This patch set adds support for KHR_gl_texture_2D_image, > > KHR_gl_texture_cubemap_image and KHR_gl_texture_3D_image for Gen 4 -> > > Gen7 HW. The extension enables us to be a bit more conformant to the > >

Re: [Mesa-dev] [RFC] intel: add support for EGL_KHR_gl_image

2012-12-14 Thread Eric Anholt
Abdiel Janulgue writes: > This patch set adds support for KHR_gl_texture_2D_image, > KHR_gl_texture_cubemap_image and KHR_gl_texture_3D_image for Gen 4 -> > Gen7 HW. The extension enables us to be a bit more conformant to the > spec in Android at least. I've tested it on SandyBridge and IvyBridge

Re: [Mesa-dev] [RFC] intel: add support for EGL_KHR_gl_image

2012-12-14 Thread Abdiel Janulgue
On Friday, December 14, 2012 03:28:12 PM Abdiel Janulgue wrote: > This patch set adds support for KHR_gl_texture_2D_image, > KHR_gl_texture_cubemap_image and KHR_gl_texture_3D_image for Gen 4 -> Gen7 > HW. The extension enables us to be a bit more conformant to the spec in > Android at least. I've

[Mesa-dev] [RFC] intel: add support for EGL_KHR_gl_image

2012-12-14 Thread Abdiel Janulgue
This patch set adds support for KHR_gl_texture_2D_image, KHR_gl_texture_cubemap_image and KHR_gl_texture_3D_image for Gen 4 -> Gen7 HW. The extension enables us to be a bit more conformant to the spec in Android at least. I've tested it on SandyBridge and IvyBridge. The approach is to export a