This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does "enable decoding of indexed textures ( using CLUT ) have to make graphic ugly ?
#17
Could someone try the following change in jpcsp.graphics.RE.REShader, line 1089:
Code:
    public boolean canNativeClut(int textureAddress) {
        // The clut processing is implemented into the fragment shader
        // and the clut values are passed as a sampler2D
        return useNativeClut && textureAddress >= MemoryMap.START_VRAM && textureAddress <= MemoryMap.END_VRAM;
    }
(line with "return" updated).
This change is enabling the CLUT processing in the shader only for textures stored in VRAM. It all depends where the game is storing his textures (VRAM or USERSPACE).

This is only a workaround as long as Issue 325 is not implemented.
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply


Messages In This Thread
RE: Does "enable decoding of indexed textures ( using CLUT ) have to make graphic ugly ? - by gid15 - 12-17-2012, 10:50 AM
? - by RyviusRan - 01-14-2013, 08:47 PM
RE: - by digiadventures - 04-17-2013, 08:37 PM
RE: - by gid15 - 04-18-2013, 07:10 PM
RE: - by digiadventures - 04-18-2013, 09:54 PM
Quick notes - by Sarisa81 - 04-24-2013, 12:56 AM
RE: - by digiadventures - 05-23-2013, 09:11 AM
texture lines still there - by Cat Slobber - 05-23-2013, 06:06 PM
fixed - by Cat Slobber - 05-24-2013, 05:24 PM
RE: - by digiadventures - 05-25-2013, 09:07 AM

Forum Jump:


Users browsing this thread: 4 Guest(s)