Commit Graph

4275 Commits

Author SHA1 Message Date
ergo720 ab679390bc QueryPoolSize 2018-04-28 22:05:08 +02:00
ergo720 ab67c61e6d DeallocatePool 2018-04-28 22:05:07 +02:00
ergo720 e14b775b7e AllocatePool 2018-04-28 22:05:06 +02:00
ergo720 125bc23d4f Pool manager initialization 2018-04-28 22:05:06 +02:00
Luke Usher 43080289ab
Merge pull request #1100 from RadWolfie/VS-2015-Fix
Fix VS 2015 errors
2018-04-28 16:57:01 +01:00
RadWolfie 2482b59a14 Fix VS 2015 errors 2018-04-28 10:31:49 -05:00
PatrickvL a6efd01003
Merge pull request #1098 from Margen67/Margen67-update-readme
Update README.md
2018-04-28 10:42:51 +02:00
Margen67 73e6068e7b
Update README.md
Change : to ;
2018-04-28 00:49:05 -07:00
Margen67 0dfa290360
Update README.md
--recursive is deprecated.
Formatting.
Fix small error in 'Fetching the code' section.
Removed screenshot gallery as it's now outdated.
2018-04-27 19:03:19 -07:00
jarupxx cb661c2906 D3D : Fix LTCG optimized SetTextureState functions
- D3DDevice_SetTextureState_TexCoordIndex_4
- D3DDevice_SetTextureState_BumpEnv_8
2018-04-27 21:57:51 +09:00
jarupxx 62a4460de7 D3D : LTCG optimized Direct3D_CreateDevice works like standard functions 2018-04-27 18:13:19 +09:00
jarupxx 5ca0f2a0cc Merge remote-tracking branch 'upstream/master' into WIP_LTCG_Patch 2018-04-27 08:01:38 +09:00
jarupxx fc74b31c85 OOVPA : Regression Fixes 2018-04-27 06:57:56 +09:00
patrickvl e33243d466 D3D : Present overlay only when last present was more than 1 frame ago 2018-04-26 23:48:28 +02:00
Luke Usher 46887a60dc
Merge pull request #1089 from ergo720/eeprom_viewer
Eeprom viewer
2018-04-26 19:12:09 +01:00
Luke Usher 55d2e1c4e5
Merge pull request #1090 from PatrickvL/D3D_work
D3D work
2018-04-26 19:11:56 +01:00
PatrickvL 6740ba2776 D3D : Restructured EMUPATCH(D3DDevice_GetBackBuffer2) and disable the last use of EmuNewD3DSurface() 2018-04-26 18:44:49 +02:00
jarupxx f32dd779cb Set LOG_TEST_CASE to untested LTCG specific functions 2018-04-26 20:43:08 +09:00
jarupxx 7dc38ed0e1 Add patch for LTCG optimized functions
- Direct3D_CreateDevice_4
- Direct3D_CreateDevice_16
- D3DDevice_EndVisibilityTest_0  (UNTESTED)
- D3DDevice_LoadVertexShader_4
- D3DDevice_SelectVertexShader_0
- D3DDevice_SelectVertexShader_4 (UNTESTED)
- D3DDevice_GetViewportOffsetAndScale_0 (Broken)
- D3DDevice_SetStreamSource_4
- D3DDevice_SetPalette_4
- D3DDevice_SetFlickerFilter_0
- D3DDevice_DeleteVertexShader_0 (UNTESTED)
2018-04-26 20:13:54 +09:00
jarupxx 2764c3e463 Partly fix patch for LTCG optimized functions
- D3DDevice_SetTexture_4
- D3DDevice_SetPixelShader_0
TODO: XB_trampoline plus Log function is not working due lost parameter.
2018-04-26 20:13:54 +09:00
jarupxx 6929899a48 Change EmuD3DDeferred error to a warning 2018-04-26 20:13:54 +09:00
jarupxx a2a326aac9 OOVPA : Improve more signatures
Lock3DSurface_16, 2048 is correct Lock2DSurface_16
D3DDevice_PersistDisplay_0 uses the general calling convention
2018-04-26 20:13:46 +09:00
jarupxx afd256f784 OOVPA : Add Lock offset value 2018-04-26 19:39:55 +09:00
ergo720 fe733a8a20 Update gitignore to ignore unicorn buuild artifacts 2018-04-26 11:38:22 +02:00
ergo720 55d0d36d3e Merge remote-tracking branch 'upstream/master' into eeprom_viewer 2018-04-26 11:06:09 +02:00
ergo720 58c1065483 Fix NTSC bug 2018-04-26 10:17:22 +02:00
ergo720 c5bebdd3f2 Oops 2018-04-26 01:34:52 +02:00
ergo720 ccb76c4398 Small updates 2018-04-26 01:04:23 +02:00
ergo720 88739baba9 Finished eeprom menu 2018-04-25 23:54:59 +02:00
patrickvl 0e6c2f7b84 D3D : Added missing Release() calls on a few host resources. Put host resource pointers in local, not global variables. Renamed a few host resource variables. 2018-04-25 17:18:25 +02:00
PatrickvL 5dae9573a9 D3D : Simplified EMUPATCH(D3DDevice_SetRenderTarget) and renamed g_pCached(RenderTarget|DepthStencil|YuvSurface) to g_pXbox* 2018-04-24 18:31:43 +02:00
PatrickvL 208b227d22 D3D : Extra comments and alignment fixes 2018-04-24 18:27:01 +02:00
PatrickvL fd6b56b4a5 D3D : In EmuCreateDeviceProxy, don't call GetRenderTarget (as the result isn't used) and avoid a dangling reference by Release()'ing the result of GetDepthStencilSurface() 2018-04-24 18:17:20 +02:00
PatrickvL 1ca37de8ab D3D : Clear g_EmuCDPD before initializing it in EmuD3DInit() 2018-04-24 18:15:44 +02:00
patrickvl 407cccba78 D3D : In our CreateDevice, trigger EmuCreateDeviceProxy with Xbox PresentationParameters 2018-04-23 23:57:22 +02:00
PatrickvL 582b39e3c7
Merge pull request #1087 from LukeUsher/emux86_unicorn
Replace EmuX86's interpreter with Unicorn
2018-04-23 22:31:20 +02:00
Luke Usher bb65ee7ae4 Fix build dependancy order 2018-04-23 19:51:44 +01:00
Luke Usher 640d5570f1 Rebase on latest master 2018-04-23 10:57:55 +01:00
jarupxx d4bed0c3c4 OOVPA : Fix g_Stream symbol detection for LTCG 2018-04-23 18:51:11 +09:00
Luke Usher c7d259ba92 Update Unicorn 2018-04-23 09:51:04 +01:00
Luke Usher a24cb08566 Replace EmuX86/Distorm interpreter with Unicorn 2018-04-23 09:51:04 +01:00
Luke Usher 5176006b9d Replace EmuX86/Distorm interpreter with Unicorn 2018-04-23 09:51:03 +01:00
Luke Usher ae9181903c
Merge pull request #1085 from ergo720/contiguous_clean
Clean memory.bin during boot and quick reboots
2018-04-22 18:28:41 +01:00
ergo720 42873e36f0 Clean memory.bin during boot and quick reboots 2018-04-22 16:44:54 +02:00
PatrickvL cbf68f1470
Merge pull request #1084 from ergo720/nxdk_signature_crash
Fix nxdk built xbe crash when the signature is all zeros
2018-04-22 15:11:22 +02:00
ergo720 7a0ced29d1 Default initialize the pointer m_SignatureHeader 2018-04-22 10:35:09 +02:00
ergo720 6dccc816d5 Fix nxdk crash when the signature is all zeros 2018-04-21 23:01:46 +02:00
ergo720 baabd55dc3 More eeprom menu work 2018-04-21 19:18:35 +02:00
PatrickvL 4fcbb49407
Merge pull request #1081 from Margen67/remove_legacy_audio_hack
Remove legacy audio hack
2018-04-20 13:55:05 +02:00
Margen67 7552e92060 Remove legacy audio hack 2018-04-20 03:29:12 -07:00