Build Testing With DX12 Reserved For Windows 10 - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17) +--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18) +--- Thread: Build Testing With DX12 Reserved For Windows 10 (/showthread.php?tid=168878) |
RE: Build Testing With DX12 Reserved For Windows 10 - Yagami Light9 - 05-24-2015 How ;P more fps ? RE: Build Testing With DX12 Reserved For Windows 10 - Darkriot - 05-25-2015 (05-24-2015, 08:00 PM)Yagami Light9 Wrote: How ;P more fps ? It's very unstable now...what are you talking about? RE: Build Testing With DX12 Reserved For Windows 10 - Yagami Light9 - 05-25-2015 That was a question / Yes now unstable may be in future more faster RE: Build Testing With DX12 Reserved For Windows 10 - vlj - 05-25-2015 Currently it's roughly at the same speed as opengl. Actually it's marginally faster but the difference is not big enough to make it noticeable, and it depends on test. Performance will likely come later, with modification of RSXThread (currently we copy data several times, which is not efficient...) RE: Build Testing With DX12 Reserved For Windows 10 - vlj - 05-26-2015 I implemented semaphore in DX12 ; OpenGL makes difficult to use thread that sync with graphic pipeline so I don't think they will be implemented in openGL soon. Semaphore allow to emulate more accuratly RSX and to take advantage of "undefined behaviors" (ie Cell and RSX reading/writing to same location) to avoid some extra copy. Hopefully no game bypass semaphore synchronisation between Cell and RSX... With this optimisation I went from 15 fps with depth write activated to 40 fps in the depth_read.ppu.elf with apparently no regression on other tests. RE: Build Testing With DX12 Reserved For Windows 10 - jacky400 - 05-27-2015 Nice speed up and progress @vlj . Looking forward to the multi texture implementation and this should make some of the commercial games start working . RE: Build Testing With DX12 Reserved For Windows 10 - Dante38490 - 05-28-2015 Last build 28/05/2015 With Last commit Quote:d3d12: Send RTTs to cell memory when a semaphore is releasedvlj good progress Now Arkedo Serie 02 Swap show menu and ingame, but crash after 1 or 2 sec The Guided Fate Paradox Intro Now color Perfect Same for Hasbro Family 3 RE: Build Testing With DX12 Reserved For Windows 10 - vlj - 05-29-2015 Do you know the memory usage of rpcs3 when it crashes? Visuel Studio 2015 has a tool in the debug tab that display cpu and memory usage history, I use it to track mem leak RE: Build Testing With DX12 Reserved For Windows 10 - jacky400 - 05-29-2015 @vij , the depth_read.elf did run pretty quick (full 60 fps on my system) .Not too sure if it is Nvidia card issue , the depth buffer rendered in the bottom right hand corner instead of upper right one. RE: Build Testing With DX12 Reserved For Windows 10 - Dante38490 - 05-29-2015 (05-29-2015, 12:34 AM)vlj Wrote: Do you know the memory usage of rpcs3 when it crashes?I d'ont know, I tested in debug, and memory increases, I do not think it is either. By cons, he points me the line 159 of D3D12Texture.cpp there must be something that will not, I think. |