commit | c9cb9cf0502f4ca179ed1b4dd763c94912843d38 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Fri May 18 14:45:20 2012 -0600 |
committer | Brian Paul <brianp@vmware.com> | Sat May 19 08:28:57 2012 -0600 |
tree | f518f7d395fe4919d8db078c7613a8d0316107af | |
parent | 699c1894eea6a42a747ebbc3974bf0abf3d1dd88 [diff] |
mesa: use F_TO_I() instead of IROUND() Use it where performance matters more and the exact method of float->int conversion/rounding isn't terribly important. There should no net change here since F_TO_I() is the new name of the old IROUND() function. Reviewed-by: José Fonseca <jfonseca@vmware.com>