Re: [Mesa-dev] EGL_KHR_*_image extension implemention

2010-09-12 Thread Chia-I Wu
On Mon, Sep 13, 2010 at 11:52 AM, Chia-I Wu wrote: >> +static boolean >> +vg_context_get_resource_for_egl_image(struct st_context_iface *stctxi, >> +                                      struct st_context_resource *stres) >> +{ >> +   struct vg_context *ctx; >> +   struct vg_image *img; >> +   str

Re: [Mesa-dev] EGL_KHR_*_image extension implemention

2010-09-12 Thread Chia-I Wu
On Mon, Sep 13, 2010 at 2:53 AM, Gregory Prisament wrote: > Hi, > > Attached is a patch that implements the following EGL extensions: > > EGL_KHR_gl_texture_2d_image > EGL_KHR_gl_texture_3d_image > EGL_KHR_gl_renderbuffer_image > EGL_KHR_vg_parent_image > > Please review and, if you find it accept

[Mesa-dev] EGL_KHR_*_image extension implemention

2010-09-12 Thread Gregory Prisament
Hi, Attached is a patch that implements the following EGL extensions: EGL_KHR_gl_texture_2d_image EGL_KHR_gl_texture_3d_image EGL_KHR_gl_renderbuffer_image EGL_KHR_vg_parent_image Please review and, if you find it acceptable, someone can go ahead and apply it. This is my first contribution so p