GSdx
KrossX : Yeah I'll do that, after I get a mug of tea into me. I didn't spot that you also mentioned that, above btw lol. Must have hit me subliminally.

HTB123: I didn't mean keep using the same values as I'm using now Tongue, regarding the separate scaling bases - well, I'm not sure about it yet myself either, - some games don't like using custom res though. They prefer using the integral scaling.


Speculation is speculation though, I'll have to wait till It's tested, and see. Should only take a few mins to do up separate base values for each aspect, but looonger to test lol.
Reply

Sponsored links

but even integer-scaling is kind of "fake" cause we're using hard coded values (640x512, 1280x720, whatever) and not actually pulling the resolution for the actual game

My usual approach to scaling is to just get the game's base resolution from the top of the game window when I'm playing and then multiply those values by 2.5 and set that as the custom resolution - this gives me the best balance between performance and graphics. You can't trust the normal 2x 3x 4x etc upscaling because it makes an assumption about the games resolution
Reply
Well, the 'fake' int-based scaling, is that I'm ultimately trying to remedy. Ideally on a per-game basis. But I've only started looking into the scaling since last night, and it'll take a bit longer than that, to see if I can get anything decent regarding that done.

One more direct way of possibly doing it could be, by having an array setup of a list common native resolutions used, and using those base values for each game based on their CRC. This idea is obviously a very rough thought of some better alternative that could be used. I'll think about it, I suppose.
Reply
well, the gsdx displays those values on the title bar of the game window so there must be some way to get the base values without having to store resolutions for a whole tonne of CRCs
I'll look into it

the problem is, the Renderer is initialized before the game is loaded...
Reply
(01-21-2014, 02:30 AM)HTB123 Wrote: the problem is, the Renderer is initialized before the game is loaded...

i was right there right now too. the technique is not gs mode switch safe. i haven't seen a game that uses it tho. but that way doesn't it always initialize with the first output? is that the bios?

and generally it always renders into that (was 640x512 * upscale) render target with that fixed aspect ratio. messing up alot of games whose framebuffer effects could probably work if the internal ratio would be correct.
Reply
Does anyone know if there happens to be a list of games here somewhere, that have problems scaling? I'll need to see if I can get a few of them for testing.

#Edit: It would seem - for the base scaling values, that aspect ratio is more important than the increase in base size. I tried using the regular 640, 512 values, then tried 1280, 1024 - and they both resulted in the exact same output. Then I tried using 896, 504, and it resulted in the cleaner look that the 1280,720(width/height values) were giving. So, maybe it wouldn't be a half bad idea to look into having those separate scaling bases for 4:3, and 16:9. This is ofc, assuming we've to stick with hardcoded for now, until something is though of regarding that.
Reply
did you try with fxaa or af or clean? is it aliasing? but i'd guess the aspect got a bit of influence. stretching different. texel sample locations moving from between two interpolated pixels to exactly a center. making it sharper. especially considering that half texel sh*t. but the output gets filtered anyway. the best sharpness you get with a perfect integral pixel/texel location match. but that's pretty hard. one gotta render everything reverse based on the monitors resolution downscaled. Wink

will see what i can do with the mode switch and the render aspect ratio. i think some bugs could have been avoided.
Reply
I think I sorted the scaling btw (hopefully). I am now, getting the native base res, on a per-game basis Smile

I'll upload a test build shortly.
Reply
(01-21-2014, 10:01 PM)Asmodean Wrote: I think I sorted the scaling btw (hopefully). I am now, getting the native base res, on a per-game basis Smile

I'll upload a test build shortly.

excellent! looking forward to it! Have you kept the crispness of it? Or was that due to aliasing or filtering turning itself off?
[Image: ref-sig-anim.gif]

Reply
The crisp sharp looking-ness of the new method is because of how it works. In my Kinetica shots, I don't use FXAA or anything, besides the texture sharpening in the shader.fx, even then, the new method was significantly clearer. So this should have the same crispness as well.
Reply




Users browsing this thread: 4 Guest(s)