Re: [Mesa-dev] [v6 3/9] intel: replace single region with a vector of regions

2013-06-04 Thread Chad Versace
On 05/28/2013 02:17 AM, Topi Pohjolainen wrote: No functional change in preparation for supporting multiple planes per image each having its own region. v2 (Chad): Clarify how valid regions are detected. Originally I thought one could also support cases where one region i

[Mesa-dev] [v6 3/9] intel: replace single region with a vector of regions

2013-05-28 Thread Topi Pohjolainen
No functional change in preparation for supporting multiple planes per image each having its own region. v2 (Chad): Clarify how valid regions are detected. Originally I thought one could also support cases where one region is shared between multiple planes. This is not really