From: Eric Anholt Date: Tue, 28 Sep 2010 22:28:06 +0000 (-0700) Subject: i965: Clean up obsolete FINISHME comment. X-Git-Tag: android-x86-2.2~1063^2~547 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9ac910cfcddf1b6e7c520261371e78fc9bcbddcf;p=android-x86%2Fexternal-mesa.git i965: Clean up obsolete FINISHME comment. --- diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 2ed5f26ebd8..4f5ca4e9fe6 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;