i965/vs: Remove stale comment about compressed instructions.
authorEric Anholt <eric@anholt.net>
Tue, 16 Aug 2011 21:18:51 +0000 (14:18 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 19 Aug 2011 23:55:02 +0000 (16:55 -0700)
This was copy'n'paste from the fragment shader, and didn't make sense
here.

src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp

index d5fd21d99a4ff51daae3dfe641c4db420101a2f7..703955331192b9de4600c65045da9f40fe8b9d34 100644 (file)
@@ -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++) {