Bug and Hack fix: Bilinear Interp. not working in linux

Found a bug? Please report it, but remember to follow the bug reporting guidelines.
Missing a sane feature? Let us know!
But please do NOT request ports to other systems.

Moderator: ZSNES Mods

Post Reply
Hitokage
New Member
Posts: 9
Joined: Fri Jul 30, 2004 8:24 am

Bug and Hack fix: Bilinear Interp. not working in linux

Post by Hitokage »

For several WIPs now and in 1.40, bilinear interpolation would not enable at all when selected with the sdl/linux port of ZSNES. Big issue since bilinear isn't just for making lowres tolerable on a monitor... it corrects scaling artifacts. However, finally decided to take a look in the source code and found that if you remove lines 269 and 270 from src/linux/gl_draw.c bilinear interpolation works when enabled with no apparent side effects.

Anyway, background:

Slackware linux 10.0
SDL 1.2.6
NVIDIA 1.0-6629 w/ Geforce FX 5900+

Again, I know it's just a hack. I hope somebody can either find the real problem or tell me that I broke more than I fixed.
Aerdan
Winter Knight
Posts: 467
Joined: Mon Aug 16, 2004 10:16 pm
Contact:

Post by Aerdan »

Latest SDL's 1.2.8.
Post Reply