Re: [Mesa-dev] [PATCH 4/6] egl: MESA_image_drm extension

2010-06-11 Thread Kristian Høgsberg
On Thu, Jun 10, 2010 at 5:33 AM, Chia-I Wu wrote: > 2010/6/4 Jakob Bornecrantz : >> Kristian and I discussed this on IRC and I think we got an agreement >> on the way forward. I'll inline the comments below in the spec file. >> >> 2010/6/4 Kristian Høgsberg : >>> --- >>>  docs/MESA_image_drm.spec

Re: [Mesa-dev] [PATCH 4/6] egl: MESA_image_drm extension

2010-06-10 Thread Chia-I Wu
2010/6/4 Jakob Bornecrantz : > Kristian and I discussed this on IRC and I think we got an agreement > on the way forward. I'll inline the comments below in the spec file. > > 2010/6/4 Kristian Høgsberg : >> --- >>  docs/MESA_image_drm.spec  |  101 >> + >

Re: [Mesa-dev] [PATCH 4/6] egl: MESA_image_drm extension

2010-06-04 Thread Jakob Bornecrantz
Kristian and I discussed this on IRC and I think we got an agreement on the way forward. I'll inline the comments below in the spec file. 2010/6/4 Kristian Høgsberg : > --- >  docs/MESA_image_drm.spec  |  101 > + >  include/EGL/eglext.h      |   23

[Mesa-dev] [PATCH 4/6] egl: MESA_image_drm extension

2010-06-04 Thread Kristian Høgsberg
--- docs/MESA_image_drm.spec | 101 + include/EGL/eglext.h | 23 ++ src/egl/main/eglapi.c | 48 + src/egl/main/eglapi.h | 10 src/egl/main/eglconfig.c |1 + src/egl/main/egldisplay.h |1 + sr