summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoDX11/Src/Render.cpp
AgeCommit message (Expand)Author
2013-10-07Put Plugins/ in Core/, rename to VideoBackendsJasper St. Pierre
2013-09-23Remove all refrences of field ordering from video backends.Scott Mansell
2013-09-23Fixed issues with feild ordering.Scott Mansell
2013-09-16Prevent an error message from erroneously displaying when dumping frames in d...Rachel Bryk
2013-09-16D3D11: Fix screenshot aspect ratio.Tony Wasserka
2013-08-24Add an OSD message when taking screenshots in D3D9/D3D11Pierre Bourdon
2013-06-18Fix a char buffer destination size in Render.cpp for VideoDX11.Lioncash
2013-04-19Fix a bunch of random typos in comments and logging.lioncash
2013-04-17New license header introduced to all Video based projects.Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-03-28Clean up blending code a bit.NeoBrainX
2013-03-01D3D11: Port perf queries code to the PerfQueryBase interface.NeoBrainX
2013-03-01Merge branch 'master' into perfqueries.NeoBrainX
2013-02-26Yell at the user if they change window size while dumping frames, and some ot...Jordan Woyak
2013-02-07Merge branch 'mipmap_fixes'.NeoBrainX
2013-02-07Fix some potential issues when blending on EFB formats without alpha.NeoBrainX
2013-01-16Revert "Made several variables/parameters unsigned in the DX9, DX11 and OGL p...lioncash
2013-01-16Made several variables/parameters unsigned in the DX9, DX11 and OGL plugins. ...lioncash
2013-01-08Disable color writing when alpha test always fails.NeoBrainX
2013-01-08DX11: Fix a small mistake.NeoBrainX
2012-12-23Fixes swprintf_s issues hopefully.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-11Add an on screen lag counter.rog
2012-10-20[bugfix] Properly decode lod_bias.NeoBrainX
2012-10-20[cleanup] Vastly clean up backend-specific sampler state logic.NeoBrainX
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-09-27Video_DX11: Remove some redundant code.NeoBrainX
2012-08-26D3D11: Implement some PE pixel performance metrics.NeoBrainX
2012-08-10Revert the recent zcomploc changes including the Graphic_Fixes merge.NeoBrainX
2012-08-07Recreate screenshot texture whenever the backbuffer resolution changes. Fixes...NeoBrainX
2012-06-20Instead of invalidating texcache whenever the graphics configuration dialog g...NeoBrainX
2012-06-08Fast mipmaps deserves to die!!NeoBrainX
2012-04-02First Stage:rodolfoosvaldobogado
2012-03-30Revert Rodolfo's recent zcomploc commits until they actually work correctly.NeoBrainX
2012-03-27As requested, this is my implementation of zcomploc using a multi-pass algori...rodolfoosvaldobogado
2012-03-24D3D11: Disable mipmapping when no mipmap filter is selected.NeoBrainX
2012-02-09Fixed a few warnings.Matthew Parlane
2012-01-31TextureCache: Remove unsafe texture cacheNeoBrainX
2012-01-06D3D9/11: Degrade a PanicAlert related to EFB format changes to an ERROR_LOGNeoBrainX
2011-09-08Fix D3D11 frame dumping.NeoBrainX
2011-09-08Merge some frame dumping code to VideoCommon, fixes a memory leak in D3D9 and...NeoBrainX
2011-09-08Implement frame dumping in D3D11.NeoBrainX
2011-09-05Merge some scissor rect related code to VideoCommon.NeoBrainX