summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VertexShaderManager.cpp
AgeCommit message (Expand)Author
2012-12-30Fix the last few warnings in Dolphin on my system.Ryan Houdek
2012-12-10Clean up gcc/g++ compiler warnings that have accumulated.Glenn Rice
2012-12-01VertexShaderManager: Fix redundant shader constant updates.NeoBrainX
2012-05-27Update the viewport when the scissor offset is changedPierre Bourdon
2012-05-26fixed some graphics problems with loading savestates (for example, wrong colo...nitsuja
2012-03-24D3D9: Fix texel to pixel mapping when sampling textures properly.NeoBrainX
2012-01-04initialize the uninitializednitsuja
2011-05-12Don't resize render target to handle out-of-bounds viewports. Instead, adjust...Nolan Check
2011-04-11Fix an error introduced in r7083. In the pixel shader manager the farZ and zR...donkopunchstania
2011-02-05Rework XF register loading a bit and change how registers are arranged in mem...donkopunchstania
2011-01-31* Changes about recent Custom PHack implementationgnick79
2011-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2011-01-30* All is fixed now about Custom Projection Hack (problem was inverted memmber)gnick79
2011-01-30- Projection Hack disabled internally because it breaks all games (tomorrow I...gnick79
2011-01-29A few compiler warnings.Soren Jorvang
2011-01-29* Changed the Projection Hack option in game properties to "Custom Projectio...gnick79
2011-01-27Clean out the long since bit-rotted video profiling code.Soren Jorvang
2010-11-11Added a projection hack for Metroid: Other M. This fixes the black screens t...skidau
2010-10-03Merged identical VertexManager code from DX9/DX11/OGL plugins into VideoCommo...Jordan Woyak
2010-09-23i know still a lot to fix and much work to do but sometimes experiments are f...Rodolfo Osvaldo Bogado
2010-07-18big changes here:Rodolfo Osvaldo Bogado
2010-06-05space changes, merge #defines, language fix, and code reorder/cleanup :Pluisr142004
2010-04-15Re-added Skies of Arcadia projection hack. Fixes issue 2514.skidau
2010-04-04Tweaked the widescreen hack: It now "hacks" to and from any aspect ratio, not...Jordan Woyak
2010-04-02Fixed bug where the projection hack setting was not being saved in the Game P...skidau
2009-12-05minor code cleanuphrydgard
2009-12-05Delete the misnamed GlobalControl.cpp/h, move the (ugly) projection hack code...hrydgard
2009-11-19a minor cleanup in xf registers, an some small bug fixes. please test and giv...Rodolfo Osvaldo Bogado
2009-10-26as sl1nk3.s say make the updates directly to the viewport and let the scale ...Rodolfo Osvaldo Bogado
2009-10-25some work on zscale and zoffset, don't know if this is correct but at least i...Rodolfo Osvaldo Bogado
2009-09-26OpenGL: commit rodolfoosvaldobogado's (what a name!) speedup patches.hrydgard
2009-09-19D3D: minor vs constant-setting optimization, remove a stupid memcpy that does...hrydgard
2009-09-15D3D: More reset fixeshrydgard
2009-09-13more uninteresting cleanup, fixed a minor race condition when toggling efb co...hrydgard
2009-09-12D3D supports setting multiple shader constants at once, so let's add support ...hrydgard
2009-09-02Add the wide screen hack by <---Does the person even have a user name?death2droid
2009-08-15GFX: New GlobalControl system - cleaner way to control hacks and for possible...omegadox
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-26GFX: updated Dates, code formatting cleanup, code cleanup / organization, som...omegadox
2009-06-28Graphics: (faked) bounding box support. Helps some Paper Mario effects althou...hrydgard
2009-06-22revert last 2 commitsnakeee
2009-06-22They should be called SU Registers (Setup Unit/Rasterization). BP (Bypass) i...omegadox
2009-06-13Add projection hack back. The previous commit helped, but did not fix all the...donkopunchstania
2009-06-13Possible fix for projection hacksdonkopunchstania
2009-05-14A attempt for a fix for the Zelda TP Bloom hackdeath2droid
2009-05-13Possible fix for S3TC Texture Decoding (Grass in ZWW is now properly alpha te...omegadox
2009-05-13Small tiny fix to repair some of the hacks.death2droid
2009-05-13Clean up of OpenGL hacks.death2droid
2009-05-11Newer version OpenGL game hacks by val532.(Has a lot better way of handling s...death2droid
2009-05-07Add hires texture support to OpenGLdeath2droid