summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-24 08:45:59 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-24 08:45:59 -0600
commit2b692335101d248106b4e1c2d116a1f95712fd25 (patch)
tree77e907f63df75df4c66fe897b0c0b6f274c1669b /src
parent62fd280c524b282f2448995a353d94f973d904d4 (diff)
gallium: remove bad assertion
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/i915simple/i915_texture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915simple/i915_texture.c b/src/gallium/drivers/i915simple/i915_texture.c
index 9d8a6d6de4..b2e490c7db 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 ||