From: Eric Anholt Date: Tue, 25 Mar 2014 19:31:22 +0000 (-0700) Subject: i965: Remove stale comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66b15ad9dbddd0854ae9e201d21c94f6cd9456db;p=mesa.git i965: Remove stale comment. We stopped doing variable index lowering for uniforms in a64c1eb9b110f29b8abf803a8256306702629bdc, 5 months after the comment was added. Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/drivers/dri/i965/brw_shader.cpp b/src/mesa/drivers/dri/i965/brw_shader.cpp index d8eecb39403..f194437a47c 100644 --- a/src/mesa/drivers/dri/i965/brw_shader.cpp +++ b/src/mesa/drivers/dri/i965/brw_shader.cpp @@ -184,7 +184,6 @@ brw_link_shader(struct gl_context *ctx, struct gl_shader_program *shProg) "back to very inefficient code generation\n"); } - /* FINISHME: Do this before the variable index lowering. */ lower_ubo_reference(&shader->base, shader->base.ir); do {