| Age | Commit message (Expand) | Author |
| 2009-08-11 | GFX: Cleanup - Move OGL's GetBlockHeightInTexels and GetBlockWidthInTexels co... | omegadox |
| 2009-08-11 | Small fix for TexDecoder_GetBlockHeightInTexels, but see no noticeable changes. | omegadox |
| 2009-08-11 | random small fixes - fix debug builds, dump ucodes on PAD_BUTTON_X, get rid o... | Shawn Hoffman |
| 2009-08-10 | make DLCache compile on linux, required some weird casting so tell me | nakeee |
| 2009-08-09 | Frameskipping more aggressive (minor speedup, plz report any serious problems... | hrydgard |
| 2009-08-08 | Frameskipping! Complete with GUI! Even my most naive approach resulted in gre... | XTra.KrazzY |
| 2009-07-31 | DSPLLE: fix some comments, returned andc and orc (according to tests) | nakeee |
| 2009-07-30 | Don't use lookup tables. It's better to use CPU registers and reduce memory a... | Nolan Check |
| 2009-07-28 | Now ALL copyright dates are fixed to the legally correct year: The year in wh... | XTra.KrazzY |
| 2009-07-26 | Fix up all copyright dates. | death2droid |
| 2009-07-26 | Log unknown fog types in Warn log, and tiny code cleanup. | omegadox |
| 2009-07-26 | GFX: updated Dates, code formatting cleanup, code cleanup / organization, som... | omegadox |
| 2009-07-23 | Hell, just switch to fifo.cpp from r3854. | Nolan Check |
| 2009-07-23 | Corrections to r3875. | Nolan Check |
| 2009-07-23 | Revert most of r3855. | Nolan Check |
| 2009-07-22 | Fixed the load-state memory leak, also fixed various other savestate issues. ... | XTra.KrazzY |
| 2009-07-20 | Simplify fifo code | Nolan Check |
| 2009-07-19 | do the rounding in the if, shouldn't cause trouble afaik. (pso kept spamming ... | daco65 |
| 2009-07-19 | Rename scale_something to scale_invert. Plus, sneak in a tiny Thread.h change. | Nolan Check |
| 2009-07-19 | Roll back r3833 for render targets but keep it for static textures. Most mirr... | hrydgard |
| 2009-07-18 | Seems to fix issue 1131. Please test Real XFB mode. | Nolan Check |
| 2009-07-18 | GL: Delete code for GL_TEXTURE_RECTANGLE_ARB in case of non-pow2 textures - a... | hrydgard |
| 2009-07-18 | CP: Replace a couple spin-waits with event signals. | Nolan Check |
| 2009-07-17 | No more SleepCurrentThreads in Command Processor. Some Fifo cleanup. | Nolan Check |
| 2009-07-15 | Some minor changes to VideoCommon, improved SawWave sound, the denied sound i... | omegadox |
| 2009-07-15 | Fixed one of the two remaining crash on Stop (issue 600), and removed some se... | sl1nk3.s |
| 2009-07-15 | Code cleanup. Juggling rectangles. I'm about to investigate the problems with... | Nolan Check |
| 2009-07-13 | Atomic operations library. | Nolan Check |
| 2009-07-12 | Rearrange LogManager includes. The main purpose is to make it possible to mod... | Nolan Check |
| 2009-07-11 | Use events and memfences for EFB accesses. Also, Single-Core mode now works a... | Nolan Check |
| 2009-07-11 | Switch to Video_BeginField; hopefully fix or reduce some video stability prob... | Nolan Check |
| 2009-07-06 | add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and ... | LPFaint99 |
| 2009-07-03 | Assorted cleanup, perf counter logging, and minor fixes that have been accumu... | hrydgard |
| 2009-07-03 | Fix a nasty dualcore hang in EFB read (see r3658 comment...) | sl1nk3.s |
| 2009-07-03 | 1. Savestates should now be super-stable (but you have to save AND load) | XTra.KrazzY |
| 2009-07-02 | OpenGL: Fix flickery crap graphics in Mario Galaxy. Was an uninitialized vari... | hrydgard |
| 2009-07-02 | EFB Access now works from both Dual Core and Single Core modes. Thread-safe. | XTra.KrazzY |
| 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 |