https://bugs.winehq.org/show_bug.cgi?id=6955
--- Comment #172 from Józef Kucia joseph.kucia@gmail.com --- (In reply to Matteo Bruni from comment #171)
The patch looks very good to me. Except for the gl_info->limits.blends hack I only have pretty generic style complaints (e.g. an unnecessary newline before get_projection_matrix(), an opening brace on the same line as the 'if', statements on the same line as the braceless 'if').
Thanks for the review. It's good to be back ;)
I was aware about the gl_info->limits.blends hack but haven't yet got time to find the proper solution. It's nice to have a potential solution provided by someone who is more familiar with wined3d codebase ;)