Re: [Mesa-dev] [PATCH V6 0/8] intel: add support for EGL_KHR_gl_image

2013-01-29 Thread Abdiel Janulgue
On Tuesday, January 29, 2013 07:54:59 AM Eric Anholt wrote: > Abdiel Janulgue writes: > > - Rename draw_x/y to tile_x/y in dri image struct. These are now used as > > > > adjustment pixels from our stored aligned offset to the exported image > > instead of the entire x/y offset from the base

Re: [Mesa-dev] [PATCH V6 0/8] intel: add support for EGL_KHR_gl_image

2013-01-28 Thread Eric Anholt
Abdiel Janulgue writes: > - Rename draw_x/y to tile_x/y in dri image struct. These are now used as > adjustment pixels from our stored aligned offset to the exported image > instead of the entire x/y offset from the base address. > - Take into consideration the offset from our bo so that sub

Re: [Mesa-dev] [PATCH V6 0/8] intel: add support for EGL_KHR_gl_image

2013-01-27 Thread Eric Anholt
Abdiel Janulgue writes: > - Rename draw_x/y to tile_x/y in dri image struct. These are now used as > adjustment pixels from our stored aligned offset to the exported image > instead of the entire x/y offset from the base address. > - Take into consideration the offset from our bo so that sub

[Mesa-dev] [PATCH V6 0/8] intel: add support for EGL_KHR_gl_image

2013-01-25 Thread Abdiel Janulgue
- Rename draw_x/y to tile_x/y in dri image struct. These are now used as adjustment pixels from our stored aligned offset to the exported image instead of the entire x/y offset from the base address. - Take into consideration the offset from our bo so that sub-image functions resolves prope