4.0-303 před 11 lety, 1 měsícem fix non-HAVE_WX case
4.0-302 před 11 lety, 1 měsícem Handle screenshot saving in RenderBase. Removes dependency on D3DX11 for screenshots (texture dumping is still broken).
4.0-299 před 11 lety, 1 měsícem [Windows] Add missing dlls and enable OpenMP support.
4.0-298 před 11 lety, 1 měsícem Revert "Add dxsdk_dir to vc++ paths via base.props. This means you no longer need the paths in a global property sheet. In fact if you have them in such a file, you should remove them as it will cause...
4.0-297 před 11 lety, 1 měsícem Removed duplicate definition of ibuild within JitIL.h. Fixes JitIL from hanging on x64/x86.
4.0-296 před 11 lety, 1 měsícem Merge remote-tracking branch 'shuffle2/vc12'
4.0-291 před 11 lety, 1 měsícem Merge branch 'viewportCorrection'
4.0-284 před 11 lety, 1 měsícem ogl: ceil viewport, rounding isn't supported on vs and this is more like the old behavior
4.0-283 před 11 lety, 1 měsícem ogl: don't force depth+stencil for default framebuffer
4.0-278 před 11 lety, 1 měsícem VideoCommon: Drop D3D9 SSAA implementation
4.0-277 před 11 lety, 1 měsícem Fix FXAA shader for OpenGL ES 3.
4.0-276 před 11 lety, 1 měsícem [Android] Fix PCH build. Clean up DolphinWX cmake file a little bit. Modify our android cmake toolchain file to make the default build location not be source root, because that is stupid.
4.0-275 před 11 lety, 1 měsícem Add git.bat to the options in make_scmrev.h.js because depot_tools uses it and I'm silly.
4.0-274 před 11 lety, 1 měsícem Fix Linux build issue.
4.0-273 před 11 lety, 1 měsícem This introduces a FXAA post processing shader for our OpenGL backend. I would like to acredit mudlord for making this possible. He provided the code necessary for making this PP shader possible. Witho...
4.0-272 před 11 lety, 1 měsícem Wipe all traces of OpenSSL's AES implementation. Use polarssl instead.
4.0-271 před 11 lety, 2 měsíci Add dxsdk_dir to vc++ paths via base.props. This means you no longer need the paths in a global property sheet. In fact if you have them in such a file, you should remove them as it will cause conflic...
4.0-270 před 11 lety, 2 měsíci Revert "Fixes GCC 4.9 compilation. It now supplies its own _mm_shuffle_epi8 intrinsic."
4.0-268 před 11 lety, 2 měsíci Added memchecks when the MMU is enabled. Thanks to comex for the fix.
4.0-267 před 11 lety, 2 měsíci Fix build on Mavericks.