1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correction of v0.xyzw assignment. More... almost 2 years ago
adopt api changes of nv2a_vsh_emu_execute_track_context_writes(). using pg->vsh_constants_dirty[] again. More... almost 2 years ago
adopt api nv2a_vsh_emu_initialize_xss_execution_state change from 3 args to 2 args. mark all vertex constants dirty after vertex state shader execution. More... almost 2 years ago
Merge pull request #2381 from NZJenkins/cubemap-mips More... almost 2 years ago
cmake: include nv2a_vsh_cpu libraries More... almost 2 years ago
Implement RunVertexStateShader() More... almost 2 years ago
Add nv2a_vsh_cpu submodule More... almost 2 years ago
Fix mipmapped cubemaps which had broken faces (other than the first face) because the slice pitch calculation did not account for mipmaps. We are iterating the mipmaps already, so just calculate the slice pitch directly rather than trying to generalize CxbxGetPixelContainerMeasures More... almost 2 years ago
Merge pull request #2377 from ergo720/suspend_disable More... almost 2 years ago
Fix shutdown freeze More... almost 2 years ago
Updated libusb to include deadlock fix More... almost 2 years ago
Fix vertex shader op independence Ensure the MAC op does not interfere with the input of the ILU op. - Use a temp register to hold the input of the ILU op when necessary - Reorganize vertex shader decoding to better reflect the data. Decode one vsh instruction to one intermediate instruction, rather than to multiple independent instructions. Test case: KOTOR II (menu) GTA III (lighting) More... almost 2 years ago
Fixed slowness in Steel Battalion caused by WaitApc More... almost 2 years ago
Merge pull request #2369 from RadWolfie/fix-vs-popup-newline-dialog More... about 2 years ago
fix Visual Studio's popup dialog about newline correction More... about 2 years ago
Merge pull request #2364 from RadWolfie/update-subhook More... about 2 years ago
update subhook to restore support for chihiro research More... about 2 years ago
Merge pull request #2358 from RadWolfie/update-overlay More... about 2 years ago
Merge pull request #2359 from RadWolfie/fix-faux-fs-toggle More... about 2 years ago
Merge pull request #2363 from NZJenkins/setmodelview More... about 2 years ago
Minimal SetModelView implementation More... about 2 years ago
Merge pull request #2360 from CookiePLMonster/fix-sleep More... about 2 years ago
Merge pull request #2362 from CookiePLMonster/resource-creation-lifetime More... about 2 years ago
review remark More... about 2 years ago
review remark More... about 2 years ago
Keep D3D resources alive during creation to prevent them being destroyed too early More... about 2 years ago
Do not leave KeDelayExecutionThread prematurely More... about 2 years ago
fix faux fullscreen toggle More... about 2 years ago
overlay: Add build, title name, and file name to overlay More... about 2 years ago
Merge pull request #2357 from ergo720/sb_auto_cursor More... about 2 years ago