mesa: rename function to _mesa_is_format_integer_color()

Be a bit more clear about its operation.
This commit is contained in:
Brian Paul
2010-10-26 20:30:40 -06:00
parent ab50148fda
commit 412b960883
5 changed files with 6 additions and 6 deletions

View File

@@ -696,7 +696,7 @@ _mesa_test_framebuffer_completeness(struct gl_context *ctx,
}
/* check if integer color */
fb->_IntegerColor = _mesa_is_format_integer(mesaFormat);
fb->_IntegerColor = _mesa_is_format_integer_color(mesaFormat);
/* Error-check width, height, format, samples
*/