4.0-321 11 年前 jit64: remove dead code
4.0-320 11 年前 Jit64: extract frsqrtex as method
4.0-319 11 年前 [JitIL] No more terrible usage of vectors. This is possible because of C++11.
4.0-318 11 年前 ogl: check default framebuffer for msaa
4.0-317 11 年前 [ARM] Minor idle skip optimization in bx.
4.0-316 11 年前 [ARM] Fix an issue with the data offset in LoadStore operations. Thanks to PPSSPP.
4.0-315 11 年前 VideoCommon: create native texture pool
4.0-314 11 年前 [windows] update SDL-2.0.0 to 2.0.1. Fixes issue 6793.
4.0-313 11 年前 ogl: drop all %f from TextureConversionShader
4.0-312 11 年前 Fix {Read,Write}FileToString. We should be using binary always.
4.0-307 11 年前 Be less dumb.
4.0-306 11 年前 Update translation files to reflect recent changes in the code.
4.0-305 11 年前 Stop saving random files to ./
4.0-304 11 年前 Actually, filename really does need to be a parameter because of some random debug thing.
4.0-303 11 年前 fix non-HAVE_WX case
4.0-302 11 年前 Handle screenshot saving in RenderBase. Removes dependency on D3DX11 for screenshots (texture dumping is still broken).
4.0-299 11 年前 [Windows] Add missing dlls and enable OpenMP support.
4.0-298 11 年前 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 11 年前 Removed duplicate definition of ibuild within JitIL.h. Fixes JitIL from hanging on x64/x86.
4.0-296 11 年前 Merge remote-tracking branch 'shuffle2/vc12'