mesa: Rename the CEILING() macro to DIV_ROUND_UP().
authorFrancisco Jerez <currojerez@riseup.net>
Tue, 10 Feb 2015 13:37:47 +0000 (15:37 +0200)
committerFrancisco Jerez <currojerez@riseup.net>
Tue, 10 Feb 2015 13:37:47 +0000 (15:37 +0200)
commit818585b9f9ccd55b992e35f4d74120f0e879559f
treedbe2588bb57919327a1d70ff97b3afa4c6be1924
parent1e02f2badfd925739099bcfaa55ca99a484470d8
mesa: Rename the CEILING() macro to DIV_ROUND_UP().

Some people have complained that code using the CEILING() macro is
difficult to understand because it's not immediately obvious what it
is supposed to do until you go and look up its definition.  Use a more
descriptive name that matches the similar utility macro in the Linux
kernel.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/image.c
src/mesa/main/macros.h
src/mesa/main/pack.c