projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f593acd
)
i965/fs: Fix typo in refactor of brw_fs_reg_allocate.cpp.
author
Eric Anholt
<eric@anholt.net>
Fri, 19 Oct 2012 18:21:18 +0000
(11:21 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 19 Oct 2012 18:47:01 +0000
(11:47 -0700)
I'm amazed that my usual warnings check didn't catch this, and that this
passed piglit.
src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
b/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
index 179ef160e2182b56d3f44673a03bafbac21deef2..f87cbbcd68a6c565be470359b2584cec8cdc3ff9 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
+++ b/
src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
@@
-174,7
+174,7
@@
int
count_to_loop_end(fs_inst *do_inst)
{
int depth = 1;
- int ip =
ip
;
+ int ip =
1
;
for (fs_inst *inst = (fs_inst *)do_inst->next;
depth > 0;
inst = (fs_inst *)inst->next) {