projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c4b23
)
i965: Fix typo in comment about state flags.
author
Eric Anholt
<eric@anholt.net>
Tue, 26 Oct 2010 19:19:46 +0000
(12:19 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 26 Oct 2010 19:19:46 +0000
(12:19 -0700)
src/mesa/drivers/dri/i965/gen6_wm_state.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/gen6_wm_state.c
b/src/mesa/drivers/dri/i965/gen6_wm_state.c
index ce489f0686223d713a7c5e7d81fc8c6b10c222e4..82d127720d63e6acb939c203c93b520bc42e581d 100644
(file)
--- 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 */