OSDN Git Service

mesa: Fix copy-and-paste bug in do_row_3D
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 1 Feb 2012 21:19:35 +0000 (14:19 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 2 Feb 2012 17:07:14 +0000 (10:07 -0700)
commit5c341b7df3c1058d586629394e53e9e26ae2cc01
tree1617d242cc14abf18a493a863941e26dd6d7c863
parent660ed923ded3552e023ef8c3dd9f92e6792f1bd2
mesa: Fix copy-and-paste bug in do_row_3D

Several of the half-float cases used 4 as the texel size when it
should have been some smaller value.

NOTE: This is a candidate for the 8.0 branch.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=43324
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=43325
src/mesa/main/mipmap.c