mesa/main: replace remaining uses of IROUND() in GetUniform*() by round()
authorIago Toral Quiroga <itoral@igalia.com>
Thu, 18 May 2017 09:43:57 +0000 (11:43 +0200)
committerIago Toral Quiroga <itoral@igalia.com>
Thu, 1 Jun 2017 06:44:34 +0000 (08:44 +0200)
commit3d37cf99c80839326baa0f14bf04f9fd88b4c215
tree27c9d3cba953d9db6231cc5df6b38bd770d32f39
parent1356b422847dfa92dcae1e2709879daa27110795
mesa/main: replace remaining uses of IROUND() in GetUniform*() by round()

These were correct since they were used only in conversions to signed integers,
however this makes the implementation a bit more is more consistent and reduces
chances of propagating use of these macros to unsigned cases in the future, which
would not be correct.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/uniform_query.cpp