You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add several scaling modes for non-integer upscaling (#425)
* Add set_scaling_mode with support for bilinear scaling
* Add hybrid upscaler for single pass pixel-perfect + linear
* Fix scale_hybrid blurriness
* Remove linear modes. Rename PixelPerfectHybrid to Fill.
* Set "invaders" to use the fill scaling mode
* Rename "hybrid" to "fill" in code
* Cargo fmt for lints
* Update set_scaling_mode comment
* Allow "too_many_arguments" on ScalingRenderer::new for now
0 commit comments