diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-12-12 13:08:00 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-12-12 13:08:00 -0700 |
commit | 69292a0067ef77cde607183f1719bae61ef0f3a5 (patch) | |
tree | 1255ceeb09872b9179c8eda765aaca8f06bfadf9 /src/mesa | |
parent | 829099210ba442e7035659e8db3c2e059e059c24 (diff) | |
download | external_mesa3d-69292a0067ef77cde607183f1719bae61ef0f3a5.zip external_mesa3d-69292a0067ef77cde607183f1719bae61ef0f3a5.tar.gz external_mesa3d-69292a0067ef77cde607183f1719bae61ef0f3a5.tar.bz2 |
remove old assertion
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_surface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_surface.c b/src/mesa/pipe/i915simple/i915_surface.c index f93a75b..3db4093 100644 --- a/src/mesa/pipe/i915simple/i915_surface.c +++ b/src/mesa/pipe/i915simple/i915_surface.c @@ -240,7 +240,6 @@ i915_get_tex_surface(struct pipe_context *pipe, ps = pipe->winsys->surface_alloc(pipe->winsys); if (ps) { - assert(ps->format); assert(ps->refcount); pipe->winsys->buffer_reference(pipe->winsys, &ps->buffer, tex->buffer); ps->format = pt->format; |