27 Nov
2014
27 Nov
'14
9:27 a.m.
On 26 November 2014 at 19:08, Stefan Dösinger <stefan(a)codeweavers.com> wrote:
+ /* Needed to make AMD drivers happy. Yeah, it is not supposed to + * have an effect on RHW draws. */ + static const D3DMATRIX identity = + {{{ + 1.0f, 0.0f, 0.0f, 0.0f, + 0.0f, 1.0f, 0.0f, 0.0f, + 0.0f, 0.0f, 1.0f, 0.0f, + 0.0f, 0.0f, 0.0f, 1.0f + }}}; Is this the same projection matrix issue as in fog_test()/fog_with_shader_tests()/etc.?