summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoDX9/Src/D3DUtil.cpp
AgeCommit message (Expand)Author
2011-02-04D3D9: Offset vertices used to copy textures by 0.5.NeoBrainX
2011-01-29Put some stuff in the gfx plugins into namespaces, so that the symbols won't ...hrydgard
2011-01-02D3D9: Make sure to use powers of two as render target dimensions if it's need...NeoBrainX
2010-12-27Implement pixel data reinterpretation on EFB format change.NeoBrainX
2010-12-27Second Experimental commit: Rodolfo Osvaldo Bogado
2010-12-13DX9: Added another comment to further elaborate what drawShadedTexQuad is doing.NeoBrainX
2010-12-13DX9: Write a detailed description of the vertex position offset magic in draw...NeoBrainX
2010-12-11Revert r6561... (yep, it was actually right before)NeoBrainX
2010-12-11DX9: Fix drawShadedTexSubQuad vertex positions, this fixes at least Mario's t...NeoBrainX
2010-11-07DX9/DX11: Remove some dead or obsolete code.NeoBrainX
2010-10-22Main change: Implemented EFB pokes in DX9/DX11.NeoBrainX
2010-09-28Minor code formatting:skidau
2010-07-18Remove code which got obsoleted by r5890.NeoBrainX
2010-06-05space changes, merge #defines, language fix, and code reorder/cleanup :Pluisr142004
2010-05-31debug version of dx9 dll isn't always in the PATH, so you would get an error ...Shawn Hoffman
2010-05-24hopefully solved all the pixel align problems when drawing full screen quads.Rodolfo Osvaldo Bogado
2010-05-23add some dx checking routines to the dx plugin + some minor stuffluisr142004
2010-03-14this is a ugly unstable commit but i'm going to be out for work some days so ...Rodolfo Osvaldo Bogado
2010-02-04fixed some glitches caused by SSAA when resolving the supersampled efb to Tex...Rodolfo Osvaldo Bogado
2010-02-03 a lot of people don't get convinced by my "Pseudo-antialiasing " effect and ...Rodolfo Osvaldo Bogado
2010-02-03fixes for my last commit:Rodolfo Osvaldo Bogado
2010-02-03a lot of modifications here :)Rodolfo Osvaldo Bogado
2010-01-15ok big changes here:Rodolfo Osvaldo Bogado
2009-11-27small code reorganization.Rodolfo Osvaldo Bogado
2009-11-22big commit, implemented depth textures with hardware support in D3D, so now t...Rodolfo Osvaldo Bogado
2009-11-20Well this commit has 2 parts:Rodolfo Osvaldo Bogado
2009-11-14reapply changes from 4550-4551,4556-4559 correctly...sigh...some files were i...Shawn Hoffman
2009-11-14revert to r4531, but keep the changes from the following revisions: 4533,4550...Shawn Hoffman
2009-11-13some minor changes preparing for future commits, and a correction to texture ...Rodolfo Osvaldo Bogado
2009-11-08Big Commit this will break a lot, fix a lot, but i thing is a good step:Rodolfo Osvaldo Bogado
2009-09-19D3D: minor vs constant-setting optimization, remove a stupid memcpy that does...hrydgard
2009-09-15just code indentationhrydgard
2009-09-13D3D: Eliminate black borders, add 4:3 and 16:9 settings, and the widescreen h...hrydgard
2009-09-13Lots of code and warning cleanup. OGL/D3D: Moved to a shared config class in ...hrydgard
2009-09-03Some housecleaning around the D3D plugin, start of preparations to share even...hrydgard
2009-09-02Warning fixes/suppressions(aui), assorted code cleanup, d3d vertex shader cac...hrydgard
2009-09-02Debugger for DX9 plugin.rice1964
2009-09-01D3D: Fix bugs in the shader cache, fixes crashes on x64. added some debugging...hrydgard
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-26Fix up all copyright dates.death2droid
2009-02-28THIS BREAKS THE D3D PLUGIN FOR THE NEAR TERM. Resurrect an old patch that mov...hrydgard
2008-12-26moar cleanuphrydgard
2008-12-08set svn:eol-style=native for Plugins/**.cppbushing
2008-09-07Add some missing GPL headers, fix building with Platform SDK 6.0, delete unus...hrydgard
2008-09-03Removed "INT" typedef: it was not used in any plugin spec. It was used DX9 vi...Maarten ter Huurne
2008-09-01Replaced type "DWORD" by "u32", except where "DWORD" is used to access the Wi...Maarten ter Huurne
2008-08-17- Fixed: Crash when loading a rom with an unknown file extension.NunoRamiro
2008-08-14Attempt to fix recent D3D plugin issue. Fix bug in debugger *<:-) hrydgard
2008-07-12Initial megacommit.hrydgard