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:
8c2bfbc
)
i965: Remove stale comment.
author
Eric Anholt
<eric@anholt.net>
Tue, 25 Mar 2014 19:31:22 +0000
(12:31 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 8 Apr 2014 07:59:48 +0000
(
00:59
-0700)
We stopped doing variable index lowering for uniforms in
a64c1eb9b110f29b8abf803a8256306702629bdc
, 5 months after the comment was
added.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_shader.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_shader.cpp
b/src/mesa/drivers/dri/i965/brw_shader.cpp
index
d8eecb3
..
f194437
100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_shader.cpp
+++ b/
src/mesa/drivers/dri/i965/brw_shader.cpp
@@
-184,7
+184,6
@@
brw_link_shader(struct gl_context *ctx, struct gl_shader_program *shProg)
"back to very inefficient code generation\n");
}
- /* FINISHME: Do this before the variable index lowering. */
lower_ubo_reference(&shader->base, shader->base.ir);
do {