![]() |
|
Removed DX9 and speed optimizations - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion) +--- Thread: Removed DX9 and speed optimizations (/Thread-removed-dx9-and-speed-optimizations) Pages:
1
2
|
Removed DX9 and speed optimizations - Wesker1988 - 01-08-2014 Hello Dolphin Dev Team, I have a question about the optimizations you talked about, in the removing DX9 news. I would be interested to know, how much the optimization will improve Dolphin speedwise. Will it balance each other with the accuracy, or will Dolphin become faster at some point? How much is done in Dolphin in terms of the emulated graphics and accuracy? How much you are able to emulate, which is still missing after over 10 years of developement, which is quite some time. Did someone started on the speedwise optimizations yet? So all in all, I would be really interested in a report of the status of the emu. :-) Thx in advance and thx for all your effort! RE: Removed DX9 and speed optimizations - isamu - 01-09-2014 (01-08-2014, 09:01 PM)Wesker1988 Wrote: Hello Dolphin Dev Team,They aren't removing Direct X 9. Unless you have a source/link to back this up? RE: Removed DX9 and speed optimizations - ExtremeDude2 - 01-09-2014 (01-09-2014, 03:40 AM)isamu Wrote: They aren't removing Direct X 9. Unless you have a source/link to back this up? They already did remove it >.> RE: Removed DX9 and speed optimizations - Xtreme2damax - 01-09-2014 (01-09-2014, 03:40 AM)isamu Wrote:How was hibernation? DX9 as well as XP support has been gone for at least a month or more, Dolphin only supports D3D10/D3D11 and OpenGL now. There were threads created on the forum where developers went over the benefits of dropping support for DX9 and XP as it was holding back development. Then there was an unofficial DX9-Final build released and for a little while now newer builds are OGL/D3D11 only with Windows XP no longer supported.(01-08-2014, 09:01 PM)Wesker1988 Wrote: Hello Dolphin Dev Team,They aren't removing Direct X 9. Unless you have a source/link to back this up? RE: Removed DX9 and speed optimizations - NaturalViolence - 01-09-2014 wesker1988 Wrote:I would be interested to know, how much the optimization will improve Dolphin speedwise. This is impossible to answer without time travel. We don't even know what optimizations might be added in the future, what fixes will be added, and how they might effect performance. wesker1988 Wrote:How I'm not sure that can be quantified. RE: Removed DX9 and speed optimizations - DJBarry004 - 01-09-2014 Just to help you make an idea, O.P., here are some things that happened. Accuracy: HLE audio code rewrite. That fixed lots of bugs. Graphics: Vertex Streaming Hack, OpenGL GLSL shaders. That´s all what is coming to my mind right now. xD RE: Removed DX9 and speed optimizations - drhycodan - 01-09-2014 Uh D3d9 was removed at the end of September of '13, I believe. RE: Removed DX9 and speed optimizations - degasus - 01-09-2014 woo... "Then there was an unofficial DX9-Final build released" rodolfo still maintain this "fork" as he backports some changes from master into our DX9-final branch: https://dolphin-emu.org/download/list/DX9-Final/ DJBarry004: all of your improvments was done before removing D3D9 ![]() neobrain did a lot of work for accuracy in the tev_fixes_new branch, but it isn't merged right now: https://dolphin-emu.org/download/list/tev_fixes_new/ But as I know, nobody started on the big performance optimizations. Sorry, I was too busy :-( RE: Removed DX9 and speed optimizations - Wesker1988 - 01-09-2014 No one ever have to be sorry for being busy! :-) Thank you very much! So tev_fixes for accuracy were added HLE audio code rewrite for accuracy. and Vertex Streaming Hack, OpenGL GLSL shaders for graphics. And there is no way to predict how much optimizations will help the performance until it's implemented, or how much still need to be done, on the whole dolphin code at all? thx, and sorry for all the thousand questions XD... RE: Removed DX9 and speed optimizations - drhycodan - 01-09-2014 When will TEV_fixes_new be merged with master? |