summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2011-03-05some fixes for my last commitRodolfo Osvaldo Bogado
2011-03-05Linux build fix.Glenn Rice
2011-03-04Minor cleanup.sl1nk3.s
2011-03-04Fix a typo in BPFunctions causing a PanicAlert in SW:RS2.sl1nk3.s
2011-03-04First Revert my changes to VertexLoader.cpp, i don't own the games that get e...Rodolfo Osvaldo Bogado
2011-03-03Move SConscript files out from the Src subdirectories to beSoren Jorvang
2011-03-03Prepare for the release of Xcode 4, which has working LTOSoren Jorvang
2011-03-02Put the video prepare code back, and use the existence of the g_renderer to d...Glenn Rice
2011-03-01More conversion from char * to std::string.Glenn Rice
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-02-27Integer constants larger than int need a type suffix.Soren Jorvang
2011-02-27a little simplification for the dlist id and a little correction to YieldPro...Rodolfo Osvaldo Bogado
2011-02-26Add EFB encode-to-RAM support in DX11 backend. It could probably be simplifie...Nolan Check
2011-02-25added the possibility to allocate aligned memory, an use it to allocate the b...Rodolfo Osvaldo Bogado
2011-02-25some cleaning in dlist cache, runvertices and runcompiledverticesRodolfo Osvaldo Bogado
2011-02-24fixes issue 4147Shawn Hoffman
2011-02-21revert r7212 (express users must modify a single line, instead)Shawn Hoffman
2011-02-20Force dolphin to use the windows7.1sdk (the windows7.1sdk installer is silly ...Shawn Hoffman
2011-02-20windows: fix crash on closeShawn Hoffman
2011-02-18Call Video_Prepare() before starting the CPU thread.Soren Jorvang
2011-02-17Added an option for input display. This option shows the controls read by th...skidau
2011-02-17Big Fifo Commit Part2: Now the fifo is more stable than my first commit, so i...Marcos Vitali
2011-02-16Fix nowx Debug build. Yes, people use that\!NeoBrainX
2011-02-15Added the feature to allow creating a TAS movie from a save state. To activa...skidau
2011-02-14Initialize all struct members.Soren Jorvang
2011-02-14Some work on changing comments, log messages, and variable and function names...Glenn Rice
2011-02-13Add per-game "configuration profiles" for video backend configuration:NeoBrainX
2011-02-13- FIX RE0 GFX fifo errors :DMarcos Vitali
2011-02-13SOMEWHAT cleaned up the VideoConfigDiag code:NeoBrainX
2011-02-13- Delete FIFO CriticalSection sFifoCritical for SAVE STATES. With the skid_au...Marcos Vitali
2011-02-13- Improve Fifo_Init() and Fifo_ExitLoop() for avoid Crashes when the emulatio...Marcos Vitali
2011-02-13- Reimplemented FifoReset in other way, only call to GPFifo::ResetGatherPipe(...Marcos Vitali
2011-02-11For non-win32 and with-libav conditions, add an option to frame dumping to us...smelenchuk
2011-02-11Make sure the audio dump directory exists when dumping audio. Otherwise a se...Glenn Rice
2011-02-11Fix frame dumping for linux.Glenn Rice
2011-02-11* Dump AVI output on every VI (fixes issue #4064).smelenchuk
2011-02-11drop vs2008 projects in favor of vs2010Shawn Hoffman
2011-02-10Experimental commit and one fix for my last commit.Marcos Vitali
2011-02-08revert some some of the soren changes to make dolphin compile in vs2008 again...Rodolfo Osvaldo Bogado
2011-02-08second step in dlist optimizations: test the hashes only when the cpu could c...Rodolfo Osvaldo Bogado
2011-02-08Fix Plugin_VideoSoftware build.Soren Jorvang
2011-02-08Paused the video thread while a save state was being created or loaded. Perf...skidau
2011-02-08vs2010:Shawn Hoffman
2011-02-08Defer texture invalidation to the video thread from the video configuration d...baby.lueshi
2011-02-08Speed back to dolpihn: - Revert Read16 CPRead fifo hack for fix RE0. This hac...Marcos Vitali
2011-02-08Experimental commit: this is the base for a more complex dlist control code, ...Rodolfo Osvaldo Bogado
2011-02-07some little fixes for dlist caching, maybe a little speed up but nothing grea...Rodolfo Osvaldo Bogado
2011-02-06Deal with some clang-inspired buglets.Soren Jorvang
2011-02-05Split shader code generation for lighting into a separate file.donkopunchstania
2011-02-05* Keeping resolution aligned to back-buffer size if the latter one is changed...gnick79