Re: [Mesa-dev] [PATCH v2 06/10] etnaviv: implement resource import with modifier

2017-07-09 Thread Christian Gmeiner
2017-07-04 17:45 GMT+02:00 Lucas Stach : > This implements resource import with modifier, deriving the correct > internal layout from the modifier and constructing a render compatible > base resource if needed. > > This removes the special cases for DDX and renderonly scanout allocated > buffers, a

[Mesa-dev] [PATCH v2 06/10] etnaviv: implement resource import with modifier

2017-07-04 Thread Lucas Stach
This implements resource import with modifier, deriving the correct internal layout from the modifier and constructing a render compatible base resource if needed. This removes the special cases for DDX and renderonly scanout allocated buffers, as the linear modifier is enough to trigger correct h