From: Brian Paul Date: Tue, 24 Jun 2008 14:45:59 +0000 (-0600) Subject: gallium: remove bad assertion X-Git-Tag: 062012170305~17580^2~390^2~1093 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b692335101d248106b4e1c2d116a1f95712fd25;p=profile%2Fivi%2Fmesa.git gallium: remove bad assertion --- diff --git a/src/gallium/drivers/i915simple/i915_texture.c b/src/gallium/drivers/i915simple/i915_texture.c index 9d8a6d6..b2e490c 100644 --- a/src/gallium/drivers/i915simple/i915_texture.c +++ b/src/gallium/drivers/i915simple/i915_texture.c @@ -685,7 +685,6 @@ i915_texture_blanket(struct pipe_screen * screen, { struct i915_texture *tex; assert(screen); - assert(templat); /* Only supports one type */ if (base->target != PIPE_TEXTURE_2D ||