Архив автора: admin

Dolphin SVN r6461

Revision 6461:

Quick FIFO fix for Donkey Kong Country Returns. Added a FIFO breakpoint check in the main FIFO loop. Aligned some of the FIFO registers to 32 byte boundaries, matching the VideoSoftware plug-in code.

Fixes issue 3536.

Revision 6460

Reorganized some video config dialog related code. Deleted remnants of the old DX11 config window.

Скачать:

r6461 x86 – скачать, зеркало

r6461 x64 – скачать, зеркало

Dolphin SVN r6459

Revision 6459:

Layout should not be called until after a sizer is inserted into its parent. This fixes the «gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17» type console warnings that are annoying on linux. If there are issues with this on other platforms let me know, but there shouldn’t be.

Скачать:

r6459 x86 – скачать, зеркало

r6459 x64 – скачать, зеркало

Dolphin SVN r6458

Revision 6458:

Fix «Virtual XFB» always being set when opening video config dialog. (Fixes issue 3537)

Revision 6457

Revert to gettimeofday on posix systems. I give up.
Temporary fix for OSX in JitIL.cpp
This revision should build on OSX again.

Revision 6456

Fix for OpenGL’s «Overlay Information» options not working. Fixes issue 3535.

Revision 6455

Revert revision 6464. _POSIX_MONOTONIC_CLOCK is not used in that way.

Revision 6454

POSIX feature symbols can be defined even if not implemented.

Скачать:

r6458 x86 – скачать, зеркало

r6458 x64 – скачать, зеркало

Dolphin SVN r6453

Revision 6453:

Check if CLOCK_MONOTONIC is supported before using clock_gettime.
Fix the cmake check to see if -Wno-unused-result is supported by the compiler.

Revision 6452

DX9: Dynamically load d3d9.dll.

Revision 6451

DX11: Dynamically load dxgi.dll and d3d11.dll.

Revision 6450

Polish, fix and otherwise improve the video plugin configuration dialog:
— Add some info about a backend’s feature set (MSAA, Real XFB, EFB to RAM, ..) to VideoConfig
— Gray out options if they aren’t supported by the backend or if changing them doesn’t affect anything (e.g. changing STC mode if STC is disabled)
— Allow signed bytes for D3D11. Not sure if this causes glitches, but it should work
— Call wxEvent.Skip() in the event function handlers, not sure if this fixes any bugs but the old code definitely caused bugs during development of this patch
— Fix a memory leak in the configuration dialog if D3D11 is used
— Other minor stuff that doesn’t need to be mentioned or which I forgot

Скачать:

r6453 x86 – скачать, зеркало

r6453 x64 – скачать, зеркало

Dolphin SVN r6448

Revision 6448:

Fix ogl screenshots for windows.
Fix the macosx build (perhaps).
This changes the JitIL timed profiling to using assembly language to obtain the time. It does seem to be faster. Not sure if it will work on macosx, but if it does it has the necessary precision that gettimeofday does not have.

Revision 6447

Implement JitIL profiling on linux. I also tried implementing __rdtsc using assembly and didn’t really see a speed improvement so went with clock_gettime.
Also changed other gettimeofday calls to clock_gettime, which is supposedly more accurate.

Скачать:

r6448 x86 – скачать, зеркало

r6448 x64 – скачать, зеркало

Dolphin SVN r6443

Revision 6443:

JitIL: Removed ENABLE_JITIL_PROFILING macro and added an entry in setting file.

Revision 6442

JitIL: Implemented a simple time profiler. Unfortunately, this is currently for windows only. Please fix it.

Revision 6441

Fix for issue 3507. Compile with old GLEW versions, support user-specified CFLAGS and link plugins to all the used libs.

Revision 6440

Build missing BPFunctions.cpp with SCons.

Revision 6439

Edited wiki page Linux_dependencies through web user interface.

Скачать:

r6443 x86 – скачать, зеркало

r6443 x64 – скачать, зеркало

Dolphin SVN r6438

Revision 6438:

Encode framedumps in AVI format on linux as on windows. This adds the additional dependency of libavformat-dev. Remember if you want raw framedumps as before add -DENCODE_FRAMEDUMPS=OFF to the cmake command line.

Revision 6437

Fix some opengl errors. Thanks to rodolfo for telling me how to fix it. He is at work or he would do it.

Скачать:

r6438 x86 – скачать, зеркало

r6438 x64 – скачать, зеркало

Dolphin SVN r6436

Revision 6436:

The usual linux build fix. I am starting to sound like a broken record.

Revision 6435

Fixed RealXFB being enabled when XFB box is unchecked. Moved some shared code into VideoCommon. Renamed EFBCopyDisable setting to EFBCopy»Enable» in the code and inifile. Fix DX11 settings not loading. Fixed Issue 3378.(graphics settings dialog displaying gameini settings in game)

Revision 6434

cmake build fix. Don’t blame Billiard for this one. He asked me to test his patch and I missed this.

Revision 6433

Move some shared gfx plugin code into VideoCommon. Changed «Renderer» class to use virtual functions. (setting stuff up for video plugin merging)

Revision 6432

Oops. Forgot the primary file.

Revision 6431

Add the video software plugin to the cmake build system.

Скачать:

r6436 x86 – скачать, зеркало

r6436 x64 – скачать, зеркало