Re: [Mesa-dev] [PATCH] etnaviv: Supertiled texture support on gc3000

2017-04-22 Thread Christian Gmeiner
2017-04-18 13:34 GMT+02:00 Wladimir J. van der Laan : > Support supertiled textures on hardware that has the appropriate > feature flag SUPERTILED_TEXTURE. > > Most of the scaffolding was already in place in etna_layout_multiple: > >case ETNA_LAYOUT_SUPER_TILED: >

[Mesa-dev] [PATCH] etnaviv: Supertiled texture support on gc3000

2017-04-18 Thread Wladimir J. van der Laan
Support supertiled textures on hardware that has the appropriate feature flag SUPERTILED_TEXTURE. Most of the scaffolding was already in place in etna_layout_multiple: case ETNA_LAYOUT_SUPER_TILED: *paddingX = 64; *paddingY = 64; *halign = TEXTURE_HALIGN_SUPER_TILED; So