summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoDX9
AgeCommit message (Expand)Author
2012-12-23Fixes swprintf_s issues hopefully.Matthew Parlane
2012-12-23Apply same force to float fix as has already been done for DX11.Matthew Parlane
2012-12-06Fix some warnings.rog
2012-11-19Merge branch 'efb_scaling_fixes'.NeoBrainX
2012-11-16Remove Renderer::xScale and Renderer::yScale.NeoBrainX
2012-11-16Move ComputeDrawRectangle() to Renderer::UpdateDrawRectangle().NeoBrainX
2012-11-14Add option for author name for movies. Also, minor cleanup for previous optio...rog
2012-11-12movie cleanuprog
2012-11-11Add an on screen lag counter.rog
2012-10-22Some code cleaning for my last commit.rodolfoosvaldobogado
2012-10-20Hey, long time no commits :).rodolfoosvaldobogado@gmail.com
2012-10-04Implement a simple benchmarking mode which logs FPS to a filePierre Bourdon
2012-10-03Move last XFB size from Render to FramebufferManager.NeoBrainX
2012-10-03More cleanups.NeoBrainX
2012-10-03Minor cleanups.NeoBrainX
2012-08-10Revert the recent zcomploc changes including the Graphic_Fixes merge.NeoBrainX
2012-08-06Skipped the ZCompLoc pass if the result can be determined at compile time. B...skidau
2012-06-21Set g_texture_cache to NULL upon shutdown. Fixes a crash introduced in previo...NeoBrainX
2012-06-20TextureCache: Properly assign texture hashes when EFB to RAM is used without ...NeoBrainX
2012-06-20Enable hires textures even when texture dumping is enabled.NeoBrainX
2012-06-20Instead of invalidating texcache whenever the graphics configuration dialog g...NeoBrainX
2012-06-08Fast mipmaps deserves to die!!NeoBrainX
2012-05-26Merge rodolfoosvaldobogado's zcomploc code (Graphic_Fixes branch)skidau
2012-05-13TextureCacheBase: Support dumping individual mipmaps.NeoBrainX
2012-04-03Second Stage: re implement zcomplock and correct all the logic error in Pixel...rodolfoosvaldobogado
2012-04-02First Stage:rodolfoosvaldobogado
2012-03-30Revert Rodolfo's recent zcomploc commits until they actually work correctly.NeoBrainX
2012-03-29more fixes to zcomplock and opengl implementationrodolfoosvaldobogado
2012-03-27Fix for my last commit, this must fix the problem in the algorithm pointed by...rodolfoosvaldobogado
2012-03-27As requested, this is my implementation of zcomploc using a multi-pass algori...rodolfoosvaldobogado
2012-03-25Merge branch 'wxw3-update'Shawn Hoffman
2012-03-24Revert r41bcf657f89d, r3a9fed0ba285, r9adc119e3c2f and re58692653afd (all of ...NeoBrainX
2012-03-18build against wxWidgets3 from Externals on Windows.Shawn Hoffman
2012-03-03Fix some minor bugs pointed out by PVS Studio (thanks!)Henrik Rydgard
2012-02-20PixelShaderGen: For custom textures and scaled EFB copies, use correct texel ...NeoBrainX
2012-02-20Revert revision f7d757b46eaa271e7f58e1c61df4fb34b5ff47f9.NeoBrainX
2012-02-03Implement texture preloadingNeoBrainX
2012-01-31TextureCacheBase: Replace the efbcopy_state member variable of texture cache ...NeoBrainX
2012-01-31TextureCache: Move EFB copy cache code from TextureConverter to TextureCacheNeoBrainX
2012-01-31TextureConverter (OGL/D3D9): Kill EncodeToRam because it wasn't used anywhere...NeoBrainX
2012-01-31TextureCacheBase: De-uglify hybrid EFB copies (documentation needs updating t...NeoBrainX
2012-01-31TextureCache: Remove unsafe texture cacheNeoBrainX
2012-01-31TextureCache: Renaming some variablesNeoBrainX
2012-01-06D3D9/11: Degrade a PanicAlert related to EFB format changes to an ERROR_LOGNeoBrainX
2012-01-04initialize the uninitializednitsuja
2011-12-19fixed a freeze on emu shutdown in windows buildnitsuja
2011-10-08Let's go ahead and throw this in here, should bring support of Intel IGP back...Shawn Hoffman
2011-09-29Only sync shader caches to disk on stop.NeoBrainX
2011-09-29Fix Windows build.NeoBrainX
2011-09-29Clean up various things.NeoBrainX