i965: Convert loop to memcpy in brw_vec4_upload_binding_table().
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 13 Sep 2013 21:51:10 +0000 (14:51 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 19 Sep 2013 17:52:57 +0000 (10:52 -0700)
commit254891b3fcd8ecfcea746f3bae4b274328981201
tree4fbaa339ce74cce85f7b822a075b82b04bc428f4
parent0532b200f357f335cfaff2c6b0e05282f239ffdf
i965: Convert loop to memcpy in brw_vec4_upload_binding_table().

This is probably more efficient.  At any rate, it's less code.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_vs_surface_state.c