17 May
2023
17 May
'23
6:14 p.m.
On Wed May 17 17:43:45 2023 +0000, Bartosz Kosiorek wrote:
In previous implementation we have multiplied [Identity Matrix](https://en.wikipedia.org/wiki/Identity_matrix) with GDIMatrix, and the result was always the same (GDIMatrix). Instead of expensive Matrix Multiplication, just copy matrix, and boost perfmance. I'd suggest `sizeof(matrix->matrix)` rather than hard-coding the size calculation.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2847#note_33029