projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0834607
)
i965/fs: Typo fix a comment.
author
Eric Anholt
<eric@anholt.net>
Mon, 28 Mar 2011 23:55:14 +0000
(16:55 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 26 Apr 2011 19:20:19 +0000
(12:20 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
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 7d1be5c0083427040665dd088149a8d7c4810f94..ba5bf9e44059f70e013c2aa7045d53f6ec6900ab 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_fs.cpp
+++ b/
src/mesa/drivers/dri/i965/brw_fs.cpp
@@
-3472,7
+3472,7
@@
fs_visitor::compute_to_mrf()
if (scan_inst->dst.file == MRF &&
scan_inst->dst.hw_reg == inst->dst.hw_reg) {
- /* Somebody else wrote our MRF here, so we can't
can't
+ /* Somebody else wrote our MRF here, so we can't
* compute-to-MRF before that.
*/
break;