From: Eric Anholt Date: Tue, 7 Dec 2010 19:33:34 +0000 (-0800) Subject: i965: Fix comment about gen6_wm_constants. X-Git-Tag: mesa-7.10~152 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed492e954480326930e83ff62da3f35f0548d774;p=platform%2Fupstream%2Fmesa.git i965: Fix comment about gen6_wm_constants. This is the push constant buffer, not the pull constants. --- diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c index 338f387..eba4411 100644 --- a/src/mesa/drivers/dri/i965/brw_state_upload.c +++ b/src/mesa/drivers/dri/i965/brw_state_upload.c @@ -129,7 +129,7 @@ const struct brw_tracked_state *gen6_atoms[] = &brw_vs_constants, /* Before vs_surfaces and constant_buffer */ &brw_wm_constants, /* Before wm_surfaces and constant_buffer */ - &gen6_wm_constants, /* Before wm_surfaces and constant_buffer */ + &gen6_wm_constants, /* Before wm_state */ &brw_vs_surfaces, /* must do before unit */ &brw_wm_constant_surface, /* must do before wm surfaces/bind bo */