Re: [Mesa-dev] Meta GenerateMipmap() support for array textures

2014-03-07 Thread Ian Romanick
On 03/06/2014 12:47 PM, Kenneth Graunke wrote: > I recently started looking at a suite of microbenchmarks, and discovered > that one of the tests called GenerateMipmaps repeatedly (sadly, probably > not intentionally). Naturally, it used a 2DArray texture, which we didn't > support, so we hit the

Re: [Mesa-dev] Meta GenerateMipmap() support for array textures

2014-03-06 Thread Matt Turner
The series looks good to me. I didn't see anything I'd change. Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] Meta GenerateMipmap() support for array textures

2014-03-06 Thread Kenneth Graunke
I recently started looking at a suite of microbenchmarks, and discovered that one of the tests called GenerateMipmaps repeatedly (sadly, probably not intentionally). Naturally, it used a 2DArray texture, which we didn't support, so we hit the slow path. Not only that, but it was half-float, which