Mesa (master): radeon: Remove dead code

Ian Romanick idr at kemper.freedesktop.org
Wed Jan 15 18:10:01 UTC 2014


Module: Mesa
Branch: master
Commit: fbc0c9a553ecdc1d6a78a44f7c2c764dd5f172ad
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbc0c9a553ecdc1d6a78a44f7c2c764dd5f172ad

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Nov  5 12:38:22 2013 -0800

radeon: Remove dead code

A future patch will rename some of the fields of gl_viewport_attrib, and
I don't want to update dead code that I can't test.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Cc: Dave Airlie <airlied at redhat.com>

---

 src/mesa/drivers/dri/radeon/radeon_common.c |    9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/mesa/drivers/dri/radeon/radeon_common.c b/src/mesa/drivers/dri/radeon/radeon_common.c
index 7be0ba7..d083e5b 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common.c
+++ b/src/mesa/drivers/dri/radeon/radeon_common.c
@@ -317,15 +317,6 @@ void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb)
 	_mesa_reference_renderbuffer(&radeon->state.color.rb, &rrbColor->base.Base);
 	radeon->state.color.draw_offset = offset;
 
-#if 0
-	/* update viewport since it depends on window size */
-	if (ctx->Driver.Viewport) {
-		ctx->Driver.Viewport(ctx, ctx->Viewport.X, ctx->Viewport.Y,
-				     ctx->Viewport.Width, ctx->Viewport.Height);
-	} else {
-
-	}
-#endif
 	ctx->NewState |= _NEW_VIEWPORT;
 
 	/* Set state we know depends on drawable parameters:




More information about the mesa-commit mailing list