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