summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-10-26 20:30:40 -0600
committerBrian Paul <brianp@vmware.com>2010-10-26 20:30:42 -0600
commit412b9608838b872bc294569b3ee913343a7e66f6 (patch)
treeb73e1298101d5df0478e1568153246e6b74ab6ce /src/mesa/main/fbobject.c
parentab50148fdafeb6496b4ab684e5b9a2355ccf542c (diff)
mesa: rename function to _mesa_is_format_integer_color()
Be a bit more clear about its operation.
Diffstat (limited to 'src/mesa/main/fbobject.c')
-rw-r--r--src/mesa/main/fbobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c
index bf46f51d7c..7c3357043f 100644
--- a/src/mesa/main/fbobject.c
+++ b/src/mesa/main/fbobject.c
@@ -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
*/