fix comment
authorBrian <brian.paul@tungstengraphics.com>
Tue, 11 Sep 2007 15:20:48 +0000 (09:20 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 11 Sep 2007 15:23:13 +0000 (09:23 -0600)
src/mesa/drivers/dri/i915tex/i915_metaops.c

index 3ab62bc806b46ddcec70ee79ca96a327ada54a72..397ff75b6f135519c8c8272c92a489d2badc07a8 100644 (file)
@@ -95,7 +95,7 @@ meta_depth_replace(struct intel_context *intel)
    i915->meta.Ctx[I915_CTXREG_LIS6] |= (S6_DEPTH_TEST_ENABLE |
                                         S6_DEPTH_WRITE_ENABLE);
 
-   /* ctx->Driver.DepthFunc( ctx, GL_REPLACE )
+   /* ctx->Driver.DepthFunc( ctx, GL_ALWAYS )
     */
    i915->meta.Ctx[I915_CTXREG_LIS6] &= ~S6_DEPTH_TEST_FUNC_MASK;
    i915->meta.Ctx[I915_CTXREG_LIS6] |=