Mesa (master): i965: Reword comment about the shared mathbox.

Matt Turner mattst88 at kemper.freedesktop.org
Fri Mar 29 17:22:50 UTC 2013


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Mar 28 10:45:34 2013 -0700

i965: Reword comment about the shared mathbox.

Reviewed-by: Eric Anholt <eric at anholt.net>

---

 .../dri/i965/brw_fs_schedule_instructions.cpp      |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_fs_schedule_instructions.cpp b/src/mesa/drivers/dri/i965/brw_fs_schedule_instructions.cpp
index c125928..aa9c0a6 100644
--- a/src/mesa/drivers/dri/i965/brw_fs_schedule_instructions.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs_schedule_instructions.cpp
@@ -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) {




More information about the mesa-commit mailing list