From: Michal Krol Date: Sat, 31 May 2008 16:44:47 +0000 (+0200) Subject: i915: Comment out dead & problematic code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=140e0e071890f24653e333e309778f6242c8d8f9;p=mesa.git i915: Comment out dead & problematic code. --- diff --git a/src/gallium/drivers/i915simple/i915_texture.c b/src/gallium/drivers/i915simple/i915_texture.c index 4c0c7ce3f3e..f0d00280c23 100644 --- a/src/gallium/drivers/i915simple/i915_texture.c +++ b/src/gallium/drivers/i915simple/i915_texture.c @@ -104,6 +104,7 @@ i915_miptree_set_image_offset(struct i915_texture *tex, */ } +#if 0 static unsigned power_of_two(unsigned x) { @@ -112,6 +113,7 @@ power_of_two(unsigned x) value = value << 1; return value; } +#endif static unsigned round_up(unsigned n, unsigned multiple)