Module: Mesa Branch: master Commit: f393d95ff2de0a87d188099f97bf6cc781ae9e54 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f393d95ff2de0a87d188099f97bf6cc781ae9e54
Author: Brian Paul <[email protected]> Date: Wed Feb 24 14:06:52 2010 -0700 dri: remove old assertion (see bug 26734) (cherry picked from commit 293f4d51b473783d5c5ab773a1c438e0a2fe46f2) --- src/mesa/drivers/dri/common/drirenderbuffer.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/mesa/drivers/dri/common/drirenderbuffer.c b/src/mesa/drivers/dri/common/drirenderbuffer.c index 48a2c66..c9ce6e3 100644 --- a/src/mesa/drivers/dri/common/drirenderbuffer.c +++ b/src/mesa/drivers/dri/common/drirenderbuffer.c @@ -59,14 +59,6 @@ driNewRenderbuffer(gl_format format, GLvoid *addr, { driRenderbuffer *drb; - assert(format == GL_RGBA || - format == GL_RGB5 || - format == GL_RGBA8 || - format == GL_DEPTH_COMPONENT16 || - format == GL_DEPTH_COMPONENT24 || - format == GL_DEPTH_COMPONENT32 || - format == GL_STENCIL_INDEX8_EXT); - assert(cpp > 0); assert(pitch > 0); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
