Divide by 0 in mesa\drivers\common\meta.c |
||
Issue descriptionHi, While trying to turn /GL on for all targets I've hit the following warning: e:\src\chrome\src\third_party\mesa\src\src\mesa\drivers\common\meta.c(2882) : warning C4723: potential divide by 0 The first call to setup_texture_coords (in https://code.google.com/p/chromium/codesearch#chromium/src/third_party/mesa/src/src/mesa/drivers/common/meta.c&q=setup_texture_coords&sq=package:chromium&l=3336) does always pass slice as zero. This is only a floating point divide-by-zero but it should still be fixed. It seems that it has been fixed in the upstream repository, maybe we should just roll deps ?
,
Apr 8 2017
Rolling mesa is difficult. This is only used in testing, and @sugoi is working to replace osmesa use with SwiftShader. |
||
►
Sign in to add a comment |
||
Comment 1 by sebmarchand@chromium.org
, Apr 19 2016