Re: Одговор: Regression in 'Environment Bump Mapping' test (3DMark2001SE) with wine-1.1.10
2008/12/9 Milan Kostić <smoki00790(a)gmail.com>:
Henry, with this patch 'Environment Bump Mapping' test is looking good, but 'fixme:d3d_shader:register_for_arg Unknown source argument 255' is still there - continous in many cases, not just in 3DMark2001SE... Is this fixme useless, when this works?
Stefan has a fix for that.
Henry, with this patch 'Environment Bump Mapping' test is looking good, but 'fixme:d3d_shader:register_for_arg Unknown source argument 255' is still there - continous in many cases, not just in 3DMark2001SE... Is this fixme useless, when this works?
Stefan has a fix for that. Milan, the arguments that the FIXME warns about are all unused. Known unused arguments are marked with a special value(ARG_UNUSED) to suppress this fixme. A code elsewhere incorrectly sets a different value accidentally, so the FIXME isn't suppressed properly. It is harmless though. The value is indeed unknown, but it isn't used anywhere either.
participants (2)
-
Henri Verbeet -
Stefan Dösinger