summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp
AgeCommit message (Expand)Author
2011-03-27Add graphics FIFO recorder and player for debugging the graphics system.donkopunchstania
2011-03-15A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem...Jordan Woyak
2011-02-17Big Fifo Commit Part2: Now the fifo is more stable than my first commit, so i...Marcos Vitali
2011-02-14Some work on changing comments, log messages, and variable and function names...Glenn Rice
2011-02-02Remove the global namespace a bit and remove some dead code.Soren Jorvang
2011-02-02Remove PluginSpecs.h. Merge the few needed enums from that file into Common....Glenn Rice
2011-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2011-01-27Clean out the long since bit-rotted video profiling code.Soren Jorvang
2011-01-11Forgot to commit the alignment for opcode last time.xsacha
2011-01-11Use alignment for ReadDataU32XN. Revert james temp fix.xsacha
2011-01-10Use SSSE3 shuffle for DataReader's DataReadU32xN in VideoCommon. The function...xsacha
2011-01-06Kill HAVE_OPENCL.Soren Jorvang
2010-12-30TextureDecoder.cpp: new SSE2 optimized GX_TF_I8 decoder. Probably not ultimat...james.jdunne
2010-08-28sometimes to advance you have to make a step back.Rodolfo Osvaldo Bogado
2010-06-22Add a toggle option for OpenCL in Config (in Advanced Settings). Default is off.xsacha
2010-06-14Implemented accurate BP and accurate Watermark, this should eventually retire...ayuanx
2010-02-13Fix crash when stopping and starting a game with OpenCL enabledSonicadvance1
2010-02-03some cleanup, housekeeping for error cases and increased a few buffer sizes t...j4ck.fr0st
2009-11-15STAND BACK - NEWLINE POLICEbztdlinux
2009-10-14OpenCL: More formats (thanks, orphis) RGBA8, RGB565, RGB5A3. Optimized the bu...XTra.KrazzY
2009-10-10Moving pixel engine and command processor from core to video common. This wil...donkopunchstania
2009-09-30OpenCL: More work on centralization (need SCons reflection)XTra.KrazzY
2009-08-11random small fixes - fix debug builds, dump ucodes on PAD_BUTTON_X, get rid o...Shawn Hoffman
2009-08-09Frameskipping more aggressive (minor speedup, plz report any serious problems...hrydgard
2009-08-08Frameskipping! Complete with GUI! Even my most naive approach resulted in gre...XTra.KrazzY
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-07-15Some minor changes to VideoCommon, improved SawWave sound, the denied sound i...omegadox
2009-06-22revert last 2 commitsnakeee
2009-06-22They should be called SU Registers (Setup Unit/Rasterization). BP (Bypass) i...omegadox
2009-02-28more build fixin'Shawn Hoffman
2009-02-28THIS BREAKS THE D3D PLUGIN FOR THE NEAR TERM. Resurrect an old patch that mov...hrydgard
2008-12-25OpcodeDecoding.cpp now shared.hrydgard