From: Brian Paul Date: Tue, 22 Apr 2008 22:25:55 +0000 (-0600) Subject: gallium: update comment about bypass clipping/viewport X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0939a986a8a7dbb8d30c505fcaad8d2718a6527d;p=mesa.git gallium: update comment about bypass clipping/viewport --- diff --git a/src/gallium/auxiliary/util/u_gen_mipmap.c b/src/gallium/auxiliary/util/u_gen_mipmap.c index ff5881b9790..dfdb5f16fe7 100644 --- a/src/gallium/auxiliary/util/u_gen_mipmap.c +++ b/src/gallium/auxiliary/util/u_gen_mipmap.c @@ -713,7 +713,7 @@ util_create_gen_mipmap(struct pipe_context *pipe, memset(&ctx->rasterizer, 0, sizeof(ctx->rasterizer)); ctx->rasterizer.front_winding = PIPE_WINDING_CW; ctx->rasterizer.cull_mode = PIPE_WINDING_NONE; - ctx->rasterizer.bypass_clipping = 1; /* bypasses viewport too */ + ctx->rasterizer.bypass_clipping = 1; /*ctx->rasterizer.bypass_vs = 1;*/ /* sampler state */