Mesa (master): i965/vs: Remove stale comment about compressed instructions.

Eric Anholt anholt at kemper.freedesktop.org
Sat Aug 20 00:14:10 UTC 2011


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

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 16 14:18:51 2011 -0700

i965/vs: Remove stale comment about compressed instructions.

This was copy'n'paste from the fragment shader, and didn't make sense
here.

---

 .../drivers/dri/i965/brw_vec4_reg_allocate.cpp     |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp b/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp
index d5fd21d..7039553 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp
+++ b/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp
@@ -63,7 +63,6 @@ vec4_visitor::reg_allocate_trivial()
       }
    }
 
-   /* Note that compressed instructions require alignment to 2 registers. */
    hw_reg_mapping[0] = this->first_non_payload_grf;
    next = hw_reg_mapping[0] + this->virtual_grf_sizes[0];
    for (i = 1; i < this->virtual_grf_count; i++) {




More information about the mesa-commit mailing list