diff options
author | Eric Anholt <[email protected]> | 2010-10-26 12:19:46 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-10-26 12:19:46 -0700 |
commit | 6488cf46f5f0196745db825fbcd4d3a893ae4d61 (patch) | |
tree | 09a95731ab4b03ab51f6ba8a77d4abcba28252c9 /src | |
parent | 33c4b2370f7546013e67e39ab9ec8ab2125e7597 (diff) |
i965: Fix typo in comment about state flags.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/gen6_wm_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/gen6_wm_state.c b/src/mesa/drivers/dri/i965/gen6_wm_state.c index ce489f06862..82d127720d6 100644 --- a/src/mesa/drivers/dri/i965/gen6_wm_state.c +++ b/src/mesa/drivers/dri/i965/gen6_wm_state.c @@ -115,7 +115,7 @@ upload_wm_state(struct brw_context *brw) dw5 |= GEN6_WM_LINE_AA_WIDTH_1_0; dw5 |= GEN6_WM_LINE_END_CAP_AA_WIDTH_0_5; - /* BRW_NEW_NR_SURFACES */ + /* BRW_NEW_NR_WM_SURFACES */ dw2 |= brw->wm.nr_surfaces << GEN6_WM_BINDING_TABLE_ENTRY_COUNT_SHIFT; /* CACHE_NEW_SAMPLER */ |