Re: [Mesa-dev] [PATCHv4 07/20] i965/fs: Import image memory offset calculation code.

2015-07-24 Thread Jason Ekstrand
Much better. Reviewed-by: Jason Ekstrand On Fri, Jul 24, 2015 at 9:33 AM, Francisco Jerez wrote: > Define a function to calculate the memory address of the image > location given by a vector of coordinates. This is required in cases > where we need to fall back to untyped surface access, which

[Mesa-dev] [PATCHv4 07/20] i965/fs: Import image memory offset calculation code.

2015-07-24 Thread Francisco Jerez
Define a function to calculate the memory address of the image location given by a vector of coordinates. This is required in cases where we need to fall back to untyped surface access, which take a raw memory offset and know nothing about surface coordinates, type conversion or memory tiling and