Dolphin SVN r6294

Revision 6294:

DX11 plugin: Do destination-alpha in a single pass. No more drawing the same geometry twice! SMG is faster now because it uses destination-alpha extensively. This uses dual-source color blending, a DirectX 10-level feature. The equivalent OpenGL function comes from the GL_ARB_blend_func_extended extension, which was made core in OpenGL 3.3.

Revision 6293

DX11 plugin: Fix numerous Metroid Prime glitches. The «techno energy ball lighting» glitch is remains, however.

Revision 6292

DX11 plugin: Use a better mechanism to load vertex and index buffers; prevent a potential bug where triangles, lines, and points could fight over the same buffers

Revision 6291

Clarify texture cache code. Previously, there were THREE sets of texture dimensions, and it was hard to tell which set was for what purpose.
Now, there are two:
Real dimensions: Width and height of the original GameCube texture
Virtual dimensions: Width and height of the texture used by dolphin-emu’s renderer

Revision 6290

Goto’ing past variable initializations is undefined behavior.

Work around different gcc versions giving conflicting warnings
about signed/unsigned comparisons involving bit fields.

Revision 6289

Made it easer to use mouse/keyboard and a gamepad together on the same emulated wiimote. Renamed mouse buttons from «Button N» to «Click N» so they do not conflict with gamepad buttons.(hopefully not too ugly, mouse buttons will need to be reconfigured) (Fixes issue 3363)

Revision 6288

Merged common texture cache code from video plugins into VideoCommon. (DX11 native mipmaps currently broken, disabled) Hopefully everything else should still be working.

Скачать:

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

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

Dolphin SVN r6284

Revision 6284:

Added Wii disc speed emulation
Added disc access time emulation
Enabled the disc transfer speed by default
Changed the system timing back to the pre-r6090 default (thanks to tsilibourditsas for testing)
Changed the game property to «Speed up disc transfer rate». Leave this disabled for the most compatible setting.

Скачать:

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

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

Dolphin SVN r6283

Revision 6283:

JitIL: Fixed the folding rules. This was the underlying bug of the bad collision checking bug reported in Issue 3097.

Revision 6282

JitIL: Added an IR instruction. Fixed the NSMBW bug reported in Issue 3097.
In Issue 3097, two bugs are reported (The bad collision checking in NSMBW and MP2 collision issue). In this commit, the bug in NSMBW is fixed.

Скачать:

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

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

Dolphin SVN r6281

Revision 6281:

Core/DSPCore: Jit: only end emitting the current block when hitting an
unconditional branch(or idle skip), emit check g_dsp.pc and return when
hitting a conditional branch.

Revision 6280

Core/DSPCore: Only check for internal exceptions in DSPEmitter::checkException, but
call it for every instruction, like in DSPInterpreter::Step. Fix the analysis lookups
for DSP_IDLE_SKIP and DSP_LOOP_END.

After this patch, the block_size and the return value from the block always match,
except when an internal exception is detected. This will change in a later patch,
so we actually get some benefits from checking if we need to call HandleLoop().

Скачать:

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

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

Dolphin SVN r6279

Revision 6279:

allow dumping of mem2 as well as aram. thanks Treeki

Revision 6278

Core/DSPCore: Initialise all of the code blocks

It is pure luck that we did get a fresh (thus zeroed) memory area when not putting DSPLLE on thread. ClearIRAM() is supposed to only clear the non-static part.

Скачать:

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

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

Dolphin SVN r6276

Revision 6276:

Fix building on Linux without bluetooth headers.

Revision 6275

buildfix for debug/debugfast x64

Revision 6274

The —wiimote_plugin command-line option is no longer relevant.

Revision 6273

Allow building without bluetooth support.

Revision 6272

Temporarily re-enable SDL pad input on OS X.

Placeholder SConscript for VideoMerge plugin.

Revision 6271

Fix scons build.

OS X real wiimote support not yet tested post-merge.

Скачать:

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

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