[Mesa-dev] [PATCH V3 1/8] i965: Add a helper function intel_get_tile_dims()
Chad Versace
chad.versace at intel.com
Fri Sep 25 16:25:08 PDT 2015
On Mon 21 Sep 2015, Anuj Phogat wrote:
> V2:
> - Do the tile width/height computations in the new helper
> function and use it later in intel_miptree_get_tile_masks().
> - Change the name to intel_get_tile_dims().
>
> V3: Return the tile_h in number of rows in place of bytes.
> Document the units of tile_w, tile_h parameters.
>
> Cc: Chad Versace <chad.versace at intel.com>
> Cc: Topi Pohjolainen <topi.pohjolainen at intel.com>
> Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
> Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>
> ---
> src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 82 ++++++++++++++++++++-------
> src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 4 ++
> 2 files changed, 64 insertions(+), 22 deletions(-)
Patch 1 is
Reviewed-by: Chad Versace <chad.versace at intel.com>
More information about the mesa-dev
mailing list