summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoDX9/Src/Render.cpp
AgeCommit message (Expand)Author
2013-10-02Merge branch 'fix-field-ordering'Scott Mansell
2013-09-16Prevent an error message from erroneously displaying when dumping frames in d...Rachel Bryk
2013-09-01More warnings: mark/avert truncating conversions from float.comex
2013-08-23Merge remote-tracking branch 'remotes/origin/dx9-ssaa-fix'Rodolfo Bogado
2013-08-24Add an OSD message when taking screenshots in D3D9/D3D11Pierre Bourdon
2013-08-15Revert wrong indentation of some files. sorry for that one i was really convi...Rodolfo Bogado
2013-08-15some fixes for point renderingRodolfo Bogado
2013-06-18Whoops, look like the previous commit was also the case with VideoDX9Lioncash
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-15Buildfix for the last commit.lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-04-07Fix a few typos in the comments/logging in VideoDX9, VideoCommon, and VideoSo...Lioncash
2013-04-04Fix for the hang after close caused by my previews perf queries commit.Rodolfo Bogado
2013-04-03Adds support for PE performance metrics in the D3D9 backendRodolfo Bogado
2013-04-01As requested apply the same changes made by rev 6958822f1957 to the D3D9 bac...Rodolfo Bogado
2013-03-31Use a brute force approach to test for Dual source blend support.Rodolfo Bogado
2013-03-29fixes for my last commitRodolfo Bogado
2013-03-28Implement dual source blending to avoid unneeded alpha pass.Rodolfo Bogado
2013-03-28Clean up blending code a bit.NeoBrainX
2013-03-06Merge branch 'master' into GLSL-masterdegasus
2013-02-26Yell at the user if they change window size while dumping frames, and some ot...Jordan Woyak
2013-02-18Merge branch 'master' into GLSL-masterdegasus
2013-02-07Revert "[bugfix] DX9::TextureCache: Use max_lod instead of min_lod where nece...NeoBrainX
2013-02-07Merge branch 'mipmap_fixes'.NeoBrainX
2013-02-07Fix some potential issues when blending on EFB formats without alpha.NeoBrainX
2013-01-24Merge branch 'immediate-removal' into GLSL-masterdegasus
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-14Merge branch 'Graphic_Update' into GLSL-masterdegasus
2013-01-08Add some TODOs.NeoBrainX
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-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-12fix for point rendering in dx9 backend, that will teach me to read the full d...rodolfoosvaldobogado
2012-11-11Add an on screen lag counter.rog
2012-10-22Some code cleaning for my last commit.rodolfoosvaldobogado
2012-10-20[bugfix] Properly decode lod_bias.NeoBrainX
2012-10-20[bugfix] DX9::TextureCache: Use max_lod instead of min_lod where necessary.NeoBrainX
2012-10-20[cleanup] Vastly clean up backend-specific sampler state logic.NeoBrainX
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