Mesa (master): i965: Fix incorrect comment about single program flow on Ironlake.

Kenneth Graunke kwg at kemper.freedesktop.org
Tue Dec 6 01:03:15 UTC 2011


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

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Mon Dec  5 11:44:03 2011 -0800

i965: Fix incorrect comment about single program flow on Ironlake.

The code forces single program flow to be enabled on Ironlake, or
equivalently, disables multiple program flow.  The comment was reversed.

Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/mesa/drivers/dri/i965/brw_vs_state.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_vs_state.c b/src/mesa/drivers/dri/i965/brw_vs_state.c
index 631e182..f572123 100644
--- a/src/mesa/drivers/dri/i965/brw_vs_state.c
+++ b/src/mesa/drivers/dri/i965/brw_vs_state.c
@@ -62,7 +62,7 @@ brw_upload_vs_unit(struct brw_context *brw)
     * and those dwords will be written to the second URB handle when we
     * brw_urb_WRITE() results.
     */
-   /* Disable single program flow on Ironlake.  We cannot reliably get
+   /* Force single program flow on Ironlake.  We cannot reliably get
     * all applications working without it.  See:
     * https://bugs.freedesktop.org/show_bug.cgi?id=29172
     *




More information about the mesa-commit mailing list