Project

General

Profile

Actions

Emulator Issues #8298

closed

Last blit scaling looks unfiltered

Added by KrossX3 over 9 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Current
Regression:
Yes
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

Game Name? Tales of Symphonia
Game ID? GQSEAF

What's the problem?
Final image looks unfiltered with OGL.
http://i.imgur.com/S6ri0az.png

What did you expect to happen instead?
Final image to look filtered, like with D3D.
http://i.imgur.com/5rgVcmU.png

What steps will reproduce the problem?

  1. OGL Backend with screen resolution != IR (most noticeable with 1x native)
  2. Load game / FIFO thing
  3. Increase window size / fullscreen

Which versions of Dolphin did you test on?
4.0.2
4.0-5626

Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
Yes, 4.0.2 seems to work fine.

What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
OS: Win7 x64 SP1
CPU: AMD Athlon II X2 240
GPU: Radeon HD 5770

Is there any other relevant information? (e.g. logs, screenshots,
configuration files)

From this thread:
https://forums.dolphin-emu.org/Thread-bilinear-shader

I thought it was a feature at first, since OGL has the shader support while D3D doesn't. But as degasus mentioned (https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/VideoBackends/OGL/PostProcessing.cpp#L157), it should be filtered. I could hackfix it adding glBindSampler(0, 0); and it seemed to work while using unit9 didn't. Weird...

Using CodeXL, I could see no issue with the samplers as none was bound to unit9 and last active texture was indeed GL_TEXTURE9. All of the samplers look bound to at least unit0 though which is why I tried that.

Time to track down the last build that worked fine...

Fifo thing
http://www.mediafire.com/download/dvqy8mxr11yc7ax/FIFO.7z

Actions

Also available in: Atom PDF