Re: [Mesa-dev] [PATCH 09/11] meta: Support GenerateMipmaps on 2DArray textures.

2014-03-07 Thread Ian Romanick
On 03/06/2014 12:47 PM, Kenneth Graunke wrote: > This is largely a matter of looping over the number of slices/layers, > and not minifying depth (presumably that code exists for the unfinished > 3D texture support). > > Normally, I would have made the loop over array slices the outermost > loop.

[Mesa-dev] [PATCH 09/11] meta: Support GenerateMipmaps on 2DArray textures.

2014-03-06 Thread Kenneth Graunke
This is largely a matter of looping over the number of slices/layers, and not minifying depth (presumably that code exists for the unfinished 3D texture support). Normally, I would have made the loop over array slices the outermost loop. I suspect that would make it trickier to support 3D texture