From b1ed405cfcafb59b7b65af5937bdef5768cf2578 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 1 Nov 2007 13:58:38 -0600 Subject: remove old comment about tnl/vf --- src/mesa/pipe/i915simple/i915_state.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/pipe/i915simple/i915_state.c b/src/mesa/pipe/i915simple/i915_state.c index 05f8a6e1fd..d0fe7d2a52 100644 --- a/src/mesa/pipe/i915simple/i915_state.c +++ b/src/mesa/pipe/i915simple/i915_state.c @@ -626,11 +626,7 @@ static void i915_set_viewport_state( struct pipe_context *pipe, /* pass the viewport info to the draw module */ draw_set_viewport_state(i915->draw, &i915->viewport); - /* Using tnl/ and vf/ modules is temporary while getting started. - * Full pipe will have vertex shader, vertex fetch of its own. - */ i915->dirty |= I915_NEW_VIEWPORT; - } -- cgit v1.2.3