From: Brian Date: Thu, 1 Nov 2007 19:58:38 +0000 (-0600) Subject: remove old comment about tnl/vf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1ed405cfcafb59b7b65af5937bdef5768cf2578;p=mesa.git remove old comment about tnl/vf --- diff --git a/src/mesa/pipe/i915simple/i915_state.c b/src/mesa/pipe/i915simple/i915_state.c index 05f8a6e1fd8..d0fe7d2a526 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; - }