diff options
author | Eric Anholt <[email protected]> | 2010-12-07 11:33:34 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-12-07 12:21:08 -0800 |
commit | ed492e954480326930e83ff62da3f35f0548d774 (patch) | |
tree | 021e7fcd2f46b0669804b6d5cfbaeb11a8277fb5 /src/mesa/drivers | |
parent | bd74101aeb88ce409cc7204c57c173c9c4e65368 (diff) |
i965: Fix comment about gen6_wm_constants.
This is the push constant buffer, not the pull constants.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state_upload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c index 338f3876b31..eba4411ca70 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 */ |