projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ce425f
)
i965: Fix a comment typo.
author
Eric Anholt
<eric@anholt.net>
Tue, 18 Jan 2011 21:28:32 +0000
(13:28 -0800)
committer
Eric Anholt
<eric@anholt.net>
Wed, 19 Jan 2011 00:30:59 +0000
(16:30 -0800)
src/mesa/drivers/dri/i965/brw_fs.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_fs.cpp
b/src/mesa/drivers/dri/i965/brw_fs.cpp
index ba338959bf23188d8b3e161a00ecb2c069af1fd5..056bb999822eb26f2a0daeaf85109da92e6408fe 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_fs.cpp
+++ b/
src/mesa/drivers/dri/i965/brw_fs.cpp
@@
-3257,7
+3257,7
@@
fs_visitor::remove_duplicate_mrf_writes()
}
if (inst->mlen > 0) {
- /* Found a SEND instruction, which will include two o
f
fewer
+ /* Found a SEND instruction, which will include two o
r
fewer
* implied MRF writes. We could do better here.
*/
for (int i = 0; i < implied_mrf_writes(inst); i++) {