-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recompiler: fixed fragment shader built-in attribute access #1676
Conversation
When I first started the game, it crashed without errors, immediately after the character appeared on the location, but then it loaded normally, I managed to run a little. Although the performance of the game seemed to deteriorate (I did not immediately turn on the fps counter, but later I saw 25-28 frames in places). |
It is a subtle difference, but it is there. i.e. lets have a look at some grass on the ground. A closer look at the same grass: I was not able to see any performance changes. Very good job |
…emu#1676) * recompiler: fixed fragment shader built-in attribute access * handle en/addr separately * handle other registers as well
…emu#1676) * recompiler: fixed fragment shader built-in attribute access * handle en/addr separately * handle other registers as well
…emu#1676) * recompiler: fixed fragment shader built-in attribute access * handle en/addr separately * handle other registers as well
…emu#1676) * recompiler: fixed fragment shader built-in attribute access * handle en/addr separately * handle other registers as well
…hadps4-emu#1676)" This reverts commit 8eacb88.
…emu#1676) * recompiler: fixed fragment shader built-in attribute access * handle en/addr separately * handle other registers as well
…emu#1676) * recompiler: fixed fragment shader built-in attribute access * handle en/addr separately * handle other registers as well
…emu#1676) * recompiler: fixed fragment shader built-in attribute access * handle en/addr separately * handle other registers as well
…emu#1676) * recompiler: fixed fragment shader built-in attribute access * handle en/addr separately * handle other registers as well
…hadps4-emu#1676)" This reverts commit 8eacb88. Revert "semaphore: Add GCD semaphore implementation. (shadps4-emu#1677)" This reverts commit e1ecfb8. Revert "hot-fix: Silence depth macrotiled warning" This reverts commit 357b782. Revert "buffer_cache: Bump usable address space to 40bits" This reverts commit 6acfdd5.
…hadps4-emu#1676)" This reverts commit 8eacb88.
…hadps4-emu#1676)" This reverts commit 8eacb88. Revert "semaphore: Add GCD semaphore implementation. (shadps4-emu#1677)" This reverts commit e1ecfb8.
…hadps4-emu#1676)" This reverts commit 8eacb88.
Registers contain enable flags for built-in attributes that should be checked when recompiling in order to access the correct built-in.
Fixes inverted normals issue in BB that caused some artifacts on grass and mirrored objects (like dog fur).