Mesa (master): i965: Clean up obsolete FINISHME comment.

Eric Anholt anholt at kemper.freedesktop.org
Tue Sep 28 23:32:12 UTC 2010


Module: Mesa
Branch: master
Commit: 9ac910cfcddf1b6e7c520261371e78fc9bcbddcf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ac910cfcddf1b6e7c520261371e78fc9bcbddcf

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Sep 28 15:28:06 2010 -0700

i965: Clean up obsolete FINISHME comment.

---

 src/mesa/drivers/dri/i965/brw_fs.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp
index 2ed5f26..4f5ca4e 100644
--- 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;




More information about the mesa-commit mailing list