gallium: remove bad assertion
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 24 Jun 2008 14:45:59 +0000 (08:45 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 24 Jun 2008 14:45:59 +0000 (08:45 -0600)
src/gallium/drivers/i915simple/i915_texture.c

index 9d8a6d6..b2e490c 100644 (file)
@@ -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 ||