mesa: Fix mesa_next_pow_two to return same value if parameter is pow2.
authorPauli Nieminen <suokkos@gmail.com>
Sun, 7 Feb 2010 05:36:13 +0000 (07:36 +0200)
committerPauli Nieminen <suokkos@gmail.com>
Sun, 7 Feb 2010 11:13:24 +0000 (13:13 +0200)
commit1a45c2bce7480ef1d125439aed8413bcff0ab468
tree7fffda88306f529a2fd1efb38d0101a5653c23ff
parentce1f351963ae1de1218c83c9f846a17c2e3db65e
mesa: Fix mesa_next_pow_two to return same value if parameter is pow2.

Without subtracting one pow2 value would be rounded up to next pow2
which is not correct behaviour for the function.
src/mesa/main/imports.h