i965: Reword comment about the shared mathbox.
authorMatt Turner <mattst88@gmail.com>
Thu, 28 Mar 2013 17:45:34 +0000 (10:45 -0700)
committerMatt Turner <mattst88@gmail.com>
Fri, 29 Mar 2013 17:13:26 +0000 (10:13 -0700)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_fs_schedule_instructions.cpp

index c125928..aa9c0a6 100644 (file)
@@ -772,10 +772,10 @@ instruction_scheduler::schedule_instructions(fs_inst *next_block_header)
         }
       }
 
-      /* Shared resource: the mathbox.  There's one per EU (on later
-       * generations, it's even more limited pre-gen6), so if we send
-       * something off to it then the next math isn't going to make
-       * progress until the first is done.
+      /* Shared resource: the mathbox.  There's one mathbox per EU on Gen6+
+       * but it's more limited pre-gen6, so if we send something off to it then
+       * the next math instruction isn't going to make progress until the first
+       * is done.
        */
       if (chosen->inst->is_math()) {
         foreach_list(node, &instructions) {