| Age | Commit message (Expand) | Author |
| 2009-06-29 | Move to new Virtual XFB system which correctly handles games which store mult... | Nolan Check |
| 2009-06-29 | Grok EFB pixel format to determine whether render target has alpha, thus fixi... | Nolan Check |
| 2009-06-28 | Graphics: (faked) bounding box support. Helps some Paper Mario effects althou... | hrydgard |
| 2009-06-28 | Delete some obsolete junk, in zelda ucode and in gl plugin. | hrydgard |
| 2009-06-26 | Display buffer flips are now triggered by the CPU thread through the Video_Up... | Nolan Check |
| 2009-06-22 | revert last 2 commits | nakeee |
| 2009-06-22 | Forgot to add the source files... | omegadox |
| 2009-06-22 | They should be called SU Registers (Setup Unit/Rasterization). BP (Bypass) i... | omegadox |
| 2009-06-22 | Some commenting and added some unknown cases to BPStructs, see: http://code.g... | omegadox |
| 2009-06-20 | Remove delay in Fifo when CP/GP distance is 0. It's a bad idea to sleep for a... | Nolan Check |
| 2009-06-15 | linux compile fix, I'm not sure it was right of me to remove the mmsystem inc... | nakeee |
| 2009-06-15 | Attempt to calculate actual refresh rate (i.e. a CPU-GPU synced Mhz), no real... | John Peterson |
| 2009-06-13 | Add projection hack back. The previous commit helped, but did not fix all the... | donkopunchstania |
| 2009-06-13 | Possible fix for projection hacks | donkopunchstania |
| 2009-06-09 | Debugging: Added 'insert nop' to menu, added 'show history' code for interpre... | John Peterson |
| 2009-06-08 | OpenGL: Changed the AVIDump framebuffer source to the same as for screenshots | John Peterson |
| 2009-06-04 | Compile fix :p | Marcus Wanners |
| 2009-06-04 | Got rid of warning (see http://code.google.com/p/dolphin-emu/issues/detail?id... | Marcus Wanners |
| 2009-05-16 | Some more modification of texture dumping and loading. | death2droid |
| 2009-05-15 | Added features to hires loading and texture dumping so it now dumps the files... | death2droid |
| 2009-05-15 | Make some updated to hires texture loading ect. | death2droid |
| 2009-05-15 | Changing where depth is read. Trying to use the same depth buffer GL uses whe... | donkopunchstania |
| 2009-05-14 | A attempt for a fix for the Zelda TP Bloom hack | death2droid |
| 2009-05-13 | Possible fix for S3TC Texture Decoding (Grass in ZWW is now properly alpha te... | omegadox |
| 2009-05-13 | Small tiny fix to repair some of the hacks. | death2droid |
| 2009-05-13 | Clean up of OpenGL hacks. | death2droid |
| 2009-05-13 | TextureDecoder now indicates I4 and IA4 texture formats. It also decodes pale... | Nolan Check |
| 2009-05-11 | Disable PC-native DXT texturing. Too many problems for now. | hrydgard |
| 2009-05-11 | Newer version OpenGL game hacks by val532.(Has a lot better way of handling s... | death2droid |
| 2009-05-09 | A fix by baby.lueshi that fixes the problems with rev 3187 | death2droid |
| 2009-05-09 | Revert r3187 causes games to return lots of errors. | death2droid |
| 2009-05-08 | Use correct width and height for compressed textures | Nolan Check |
| 2009-05-08 | really fix SOIL-related troubles, i think :p | Shawn Hoffman |
| 2009-05-08 | x64 SOIL fix thanks to baby.lueshi | death2droid |
| 2009-05-08 | Fix problem caused by my attempted revert. | death2droid |
| 2009-05-08 | Revert some changes again :P | death2droid |
| 2009-05-08 | Fix windows build problem with SOIL | death2droid |
| 2009-05-08 | Move soil to external, this breaks windows build until deathroi will commit t... | nakeee |
| 2009-05-07 | add missing file HiresTextures.h | Shawn Hoffman |
| 2009-05-07 | Forgot to upload some files crucial to SOIL | death2droid |
| 2009-05-07 | Fix some problems :) | death2droid |
| 2009-05-07 | Add hires texture support to OpenGL | death2droid |
| 2009-05-06 | Add PC-native DXT1 support to VideoCommon and VideoOGL. Thanks to XTra.KrazzY... | Nolan Check |
| 2009-04-24 | revert r3060, instead call RecomputeCachedArraybases() once on init. | Shawn Hoffman |
| 2009-04-24 | fix existenze demo! warning: this may be a bad hack :( paging ector | Shawn Hoffman |
| 2009-04-19 | Created a free look utility which only works on win32 right now. It lets the ... | donkopunchstania |
| 2009-04-15 | revised how texture scaling is handled. it now works correctly when adding ou... | donkopunchstania |
| 2009-04-12 | more scons build fixups | nakeee |
| 2009-04-12 | DSP assembler: Error message improvements. | hrydgard |
| 2009-04-11 | Did clean up of indirect texture look up and fixed some bugs related to indir... | donkopunchstania |