Mesa (master): swrast: Remove stray comment that mentions ctx->Visual
Ian Romanick
idr at kemper.freedesktop.org
Fri Mar 5 16:05:07 PST 2010
Module: Mesa
Branch: master
Commit: c67af0628b1b020b36df7dc81e9ab125da06b3a9
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c67af0628b1b020b36df7dc81e9ab125da06b3a9
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Mar 3 17:14:55 2010 -0800
swrast: Remove stray comment that mentions ctx->Visual
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
src/mesa/swrast/s_linetemp.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/mesa/swrast/s_linetemp.h b/src/mesa/swrast/s_linetemp.h
index 182f962..033431d 100644
--- a/src/mesa/swrast/s_linetemp.h
+++ b/src/mesa/swrast/s_linetemp.h
@@ -84,7 +84,6 @@ NAME( GLcontext *ctx, const SWvertex *vert0, const SWvertex *vert1 )
DEPTH_TYPE *zPtr;
#elif defined(INTERP_Z)
const GLint depthBits = ctx->DrawBuffer->Visual.depthBits;
-/*ctx->Visual.depthBits;*/
#endif
#ifdef PIXEL_ADDRESS
PIXEL_TYPE *pixelPtr;
More information about the mesa-commit
mailing list