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

2013-02-01 Thread Chad Versace
On 01/30/2013 05:40 AM, Abdiel Janulgue wrote: > Mostly similar to V6 but rebased from > 0ca384fb39f6d98af2de5654c46394743147d228. > The only slight change is in patch 5 which uses bit-shifting to account for > offsets instead of > structs because of the recent change in Gen7 SURFACE_STATE entri

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

2013-01-31 Thread Chad Versace
FYI, I'm investigating now why the series breaks the Android build. On 01/30/2013 05:40 AM, Abdiel Janulgue wrote: > Mostly similar to V6 but rebased from > 0ca384fb39f6d98af2de5654c46394743147d228. > The only slight change is in patch 5 which uses bit-shifting to account for > offsets instead o

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

2013-01-30 Thread Abdiel Janulgue
Mostly similar to V6 but rebased from 0ca384fb39f6d98af2de5654c46394743147d228. The only slight change is in patch 5 which uses bit-shifting to account for offsets instead of structs because of the recent change in Gen7 SURFACE_STATE entries. Series lives on git://gitorious.org/mesa3d/mesa.git K