[Mesa-dev] [PATCH 10/11] intel: Drop dead preinitialization of align_w, align_h.
Ian Romanick
idr at freedesktop.org
Fri Jun 10 18:10:13 PDT 2011
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 06/10/2011 01:38 PM, Eric Anholt wrote:
> ---
> src/mesa/drivers/dri/intel/intel_tex_layout.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/intel/intel_tex_layout.c b/src/mesa/drivers/dri/intel/intel_tex_layout.c
> index 7493b42..2002777 100644
> --- a/src/mesa/drivers/dri/intel/intel_tex_layout.c
> +++ b/src/mesa/drivers/dri/intel/intel_tex_layout.c
> @@ -57,7 +57,7 @@ void i945_miptree_layout_2d(struct intel_context *intel,
> struct intel_mipmap_tree *mt,
> uint32_t tiling, int nr_images)
> {
> - GLuint align_h = 2, align_w = 4;
> + GLuint align_h, align_w;
> GLuint level;
> GLuint x = 0;
> GLuint y = 0;
> @@ -101,7 +101,7 @@ void i945_miptree_layout_2d(struct intel_context *intel,
> height, 1);
>
> if (mt->compressed)
> - img_height = MAX2(1, height/4);
> + img_height = MAX2(1, height + 3/4);
Is this hunk accidental or just missing from the commit message? I'm
guessing the later.
> else
> img_height = ALIGN(height, align_h);
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iEYEARECAAYFAk3ywHUACgkQX1gOwKyEAw+fiACgmvGLg6XC51ARocGgnNCAzWq3
GDgAnRjwnDXBZvvEHeHiuX9c8met0aXI
=UZs4
-----END PGP SIGNATURE-----
More information about the mesa-dev
mailing list