narzoul / DDrawCompat

DirectDraw and Direct3D 1-7 compatibility, performance and visual enhancements for Windows Vista, 7, 8, 10 and 11
BSD Zero Clause License
880 stars 67 forks source link

[Bug] Point display filtering not working #252

Closed OpenRift412 closed 7 months ago

OpenRift412 commented 7 months ago

Was testing out the new release and found that the point option for display filtering doesn't seem to be working at all. It seems to just be using whatever the default is.

narzoul commented 7 months ago

You're right, I must have broken it with one of the recent changes before release. I also forgot to document that downscaling was changed to use convolution for all existing filters too, which means it would apply a box filter for the "point" option.

Well, luckily this isn't the most important filter, but I'll try to fix it.

OpenRift412 commented 7 months ago

Well, luckily this isn't the most important filter, but I'll try to fix it.

I would argue otherwise, but that's ultimately up to you.

narzoul commented 7 months ago

It seems to have been a simple issue, here's a quick fix until the next release: ddraw.zip (diff.txt compared to v0.5.0)

narzoul commented 7 months ago

Fixed in v0.5.1.