projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff0eb45
)
i965: Clean up obsolete FINISHME comment.
author
Eric Anholt
<eric@anholt.net>
Tue, 28 Sep 2010 22:28:06 +0000
(15:28 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 28 Sep 2010 23:26:58 +0000
(16:26 -0700)
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 2ed5f26ebd83450048da928c7147476c1426a892..4f5ca4e9fe65ec64f84e7935c6d9c11a357b1d46 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_fs.cpp
+++ b/
src/mesa/drivers/dri/i965/brw_fs.cpp
@@
-186,7
+186,6
@@
type_size(const struct glsl_type *type)
case GLSL_TYPE_BOOL:
return type->components();
case GLSL_TYPE_ARRAY:
- /* FINISHME: uniform/varying arrays. */
return type_size(type->fields.array) * type->length;
case GLSL_TYPE_STRUCT:
size = 0;