commit | d7cdbc3c5415d2dd5eee58834b13714a89eacf2b | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Fri Sep 23 22:42:18 2011 -0700 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Fri Sep 23 22:42:18 2011 -0700 |
tree | 490dfbef3e2544e2d46198a019369cd0d790e843 | |
parent | 0d949a51bb44da51cd843abcf6ecddc5e3d3a2f1 [diff] |
intel: Remove pointless boolean return value from *_miptree_layout. i915_miptree_layout, i945_miptree_layout, and brw_miptree_layout always just return GL_TRUE, so there's really no point to it. Change them to void functions and remove the (dead) error checking code. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>