18 May
2023
18 May
'23
3:46 p.m.
If this function is called often enough that the performance matters so much, maybe it'd be worth caching some of these transform matrices (perhaps world<->device and world<->gdidevice). Most of the calls probably have the exact same inputs and result, and we know exactly when those inputs change. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2847#note_33102