| Age | Commit message (Expand) | Author |
| 2011-06-11 | Revert r7421 and r7422. | NeoBrainX |
| 2011-05-31 | Fix applying anti-aliasing without having to open the gfx config. Thanks to s... | NeoBrainX |
| 2011-05-12 | Don't resize render target to handle out-of-bounds viewports. Instead, adjust... | Nolan Check |
| 2011-04-30 | Fix EFB format change emulation in D3D11 if MSAA is enabled. | NeoBrainX |
| 2011-04-25 | Remove configuration profile support. | NeoBrainX |
| 2011-04-15 | DX11: I think I've figured out where the game enables texture offsets for lin... | Nolan Check |
| 2011-04-15 | DX11: Resolve multisampled EFB before encoding. | Nolan Check |
| 2011-04-11 | Fix an error introduced in r7083. In the pixel shader manager the farZ and zR... | donkopunchstania |
| 2011-04-02 | Revert r7086. | NeoBrainX |
| 2011-04-01 | roll back r7431 | smelenchuk |
| 2011-04-01 | Add a "force no texture filter" option, useful for some 2D games (like Mega M... | smelenchuk |
| 2011-03-31 | Fixed issue 4141.(key press beeping) Initializing the video backend in the GU... | Jordan Woyak |
| 2011-03-30 | DX11: Fix issue 4345 | Nolan Check |
| 2011-03-30 | Eliminated a memcpy in DX11's vertex shader disk cache loading. Maybe games w... | Jordan Woyak |
| 2011-03-30 | I think clean up DX11 code a bit. Used "smart" pointers to avoid need to manu... | Jordan Woyak |
| 2011-03-28 | DX11: Correct line width and point size by taking viewport rect into account.... | Nolan Check |
| 2011-03-21 | * GUI Video-Settings changes: | gnick79 |
| 2011-03-21 | Moved per-game graphics configuration to the game-list right click menu. It w... | Jordan Woyak |
| 2011-03-19 | Game-specific video settings: | skidau |
| 2011-03-17 | Eliminated memory leaks of the save state code and put it in a namespace. It ... | Jordan Woyak |
| 2011-03-16 | Fix the video software backend. (closes issue 4269) | sl1nk3.s |
| 2011-03-16 | More work on making dialogs close when escape is pressed, and some general GU... | Glenn Rice |
| 2011-03-16 | DX11: Preserve w coordinates of lines and points. Fixes glitches when a line ... | Nolan Check |
| 2011-03-15 | A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem... | Jordan Woyak |
| 2011-03-15 | DX11: Don't apply culling to lines and points. Fixes Metroid Prime beam-charg... | Nolan Check |
| 2011-03-14 | Yikes, I have no idea how this happened. | Nolan Check |
| 2011-03-14 | DX11: Support thick lines and large points with geometry shaders. Lines still... | Nolan Check |
| 2011-03-12 | Attempt to fix issue 4234. | Nolan Check |
| 2011-03-08 | Fix OS X nowx. | Soren Jorvang |
| 2011-03-08 | DX11: Add real XFB mode support. May not work perfectly yet. I'm working on a... | Nolan Check |
| 2011-03-05 | DX11: Eliminate most int-to-float conversions and use float math in more plac... | Nolan Check |
| 2011-03-02 | Put the video prepare code back, and use the existence of the g_renderer to d... | Glenn Rice |
| 2011-03-02 | If the DSP LLE can not find the needed ROM files exit the emulator without cr... | Glenn Rice |
| 2011-03-01 | DX11: Simpler depth-fetch. All DX10+ cards should have enough float precision... | Nolan Check |
| 2011-03-01 | DX11: Implement the rest of the EFB encode formats, but beware: I don't have ... | Nolan Check |
| 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 | DX11: Improve efb-encode shader some more. | Nolan Check |
| 2011-02-27 | Improve DX11 efb-encoder shader code generation a little | Nolan Check |
| 2011-02-27 | Fix a brain-fart.... | Nolan Check |
| 2011-02-27 | add new files from r7253 to vs2010 projects. | Shawn Hoffman |
| 2011-02-26 | Add EFB encode-to-RAM support in DX11 backend. It could probably be simplifie... | Nolan Check |
| 2011-02-25 | If video backend initialization fails, have the emulator die gracefully inste... | Glenn Rice |
| 2011-02-25 | D3D9/11: Fix that "Disable Dest. Alpha Pass" option... | NeoBrainX |
| 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-19 | Back out r7195 pending a closer look at thread safety in the | Soren Jorvang |
| 2011-02-19 | Combine the two halves of video backend initialization | Soren Jorvang |
| 2011-02-17 | Added an option for input display. This option shows the controls read by th... | skidau |
| 2011-02-14 | Some work on changing comments, log messages, and variable and function names... | Glenn Rice |