| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-23 | Merge pull request #4224 from lioncash/tcache | Mat M | |
| TextureCacheBase: Eliminate static state | |||
| 2016-12-14 | VideoSoftware: Don't drop least significant bit of 5-bit blue channels | Stenzek | |
| 2016-12-09 | TextureCacheBase: Eliminate static state | Lioncash | |
| 2016-12-06 | Common: Add alignment header | Léo Lam | |
| Gets rid of duplicated alignment code. | |||
| 2016-11-28 | VideoConfig: Add option for full-resolution frame dumping | Stenzek | |
| 2016-11-27 | Remove unnecessary ConfigManager includes | Léo Lam | |
| Making changes to ConfigManager.h has always been a pain, because it means rebuilding half of Dolphin, since a lot of files depend on and include this header. However, it turns out some includes are unnecessary. This commit removes ConfigManager includes from files which don't contain SConfig or GPUDeterminismMode or GPU_DETERMINISM (which means the ConfigManager include is not used). (I've also had to get rid of some indirect includes.) | |||
| 2016-11-04 | AVIDump: Add a struct for the state. | degasus | |
| So AddFrame use no global state and can be threaded well. | |||
| 2016-10-11 | VideoSW: Use VideoCommon frame dumping. | degasus | |
| 2016-10-11 | Merge pull request #4337 from degasus/framedump | Markus Wick | |
| AVIDump: Move CoreTiming into caller. | |||
| 2016-10-11 | Fix building with PCH disabled. | Rohit Nirmal | |
| 2016-10-10 | AVIDump: Move CoreTiming into caller. | degasus | |
| 2016-10-10 | Merge pull request #4326 from degasus/framedump | Markus Wick | |
| Framedump: Merge screenshot code with framedumping. | |||
| 2016-10-08 | Renderer: Merge screenshot logic into VideoCommon. | degasus | |
| 2016-10-08 | Remove Frameskip | anthony | |
| 2016-10-03 | VideoCommon: Minor changes | Shawn Hoffman | |
| Make Renderer::GetMaxTextureSize return u32 instead of int. | |||
| 2016-10-02 | Merge pull request #4240 from lioncash/include | shuffle2 | |
| Software: Clean out unnecessary includes/fwd decls | |||
| 2016-10-02 | Merge pull request #4245 from aldelaro5/logs-levels-changes | Mat M | |
| Lots of Logs levels changes (also enable INFO level in every build) | |||
| 2016-10-01 | Reorganise a ton of logs level | aldelaro5 | |
| Most of this commits changes performance decreasing logs from info to debug and also cleans up innacurate levels. | |||
| 2016-10-01 | VideoBackends: Make TextureCache::CompileShaders return a bool | Stenzek | |
| 2016-10-01 | VideoCommon: Add config fields for multithreading and validation layers | Stenzek | |
| 2016-09-24 | Software: Clean out unnecessary includes/fwd decls | Lioncash | |
| 2016-09-22 | DebugUtils: const correctness | Lioncash | |
| 2016-09-22 | TextureEncoder: const correctness | Lioncash | |
| 2016-09-22 | NativeVertexFormat: const correctness | Lioncash | |
| 2016-09-22 | Clipper: const correctness | Lioncash | |
| 2016-09-22 | Rasterizer: const correctness | Lioncash | |
| 2016-09-22 | Merge pull request #4225 from lioncash/soft | Markus Wick | |
| SWVertexLoader: Value initialize SetupUnit instance | |||
| 2016-09-22 | SWVertexLoader: Value initialize SetupUnit instance | Lioncash | |
| 2016-09-22 | Merge pull request #4233 from lioncash/efb | Markus Wick | |
| EfbInterface: Change out parameters on getters to return by value | |||
| 2016-09-21 | EfbInterface: Change out parameters on getters to return by value | Lioncash | |
| 2016-09-21 | SWOGLWindow: Utilize the move constructor in PrintText | Lioncash | |
| The previous code would always do a copy | |||
| 2016-09-21 | SWOGLWindow: const correctness for ShowImage | Lioncash | |
| 2016-09-03 | VideoSoftware: Don't Init the PixelEngine twice | EmptyChaos | |
| PixelEngine is initialized by InitializeShared() | |||
| 2016-09-02 | Merge pull request #4172 from phire/software_fog_error | Markus Wick | |
| VideoSoftware: Fix unsigned overflow bug in fog | |||
| 2016-09-02 | VideoSoftware: Fix unsigned overflow bug in fog | Scott Mansell | |
| Was causing fog errors on the left half of the screen. Only appeared to affect visual studio builds, GCC did the correct thing. | |||
| 2016-08-31 | Comments | Preston Smith | |
| 2016-08-31 | Revert postMat movement | Preston Smith | |
| 2016-08-30 | Remove else in software renderer | Preston Smith | |
| 2016-08-30 | lint fix | Preston Smith | |
| 2016-08-30 | inputform ABC1's q value is defaulting to 0 | Preston Smith | |
| This is causing the 0 divide case to run when source row is using tex0-7 and inputform is ABC1. | |||
| 2016-08-30 | Software renderer fix | Preston Smith | |
| 2016-08-22 | VertexManager: Correct variable naming scheme | Lioncash | |
| Altered to indicate regular class members | |||
| 2016-07-29 | VideoCommon: Make API_TYPE an enum class | Lioncash | |
| Allows for forward declarations in most places, which prevents dumping unrelated VideoCommon.h contents directly into headers. | |||
| 2016-06-26 | VideoCommon: Drop GetConfigName. | degasus | |
| We're past 5.0 now, so there is no need to look for old inis. | |||
| 2016-06-26 | VideoBackends: Merge ShowConfig functions. | degasus | |
| 2016-06-26 | VideoBackends: Merge Initialize and Shutdown functions. | degasus | |
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2016-05-18 | VideoSW: Fix XFB config. | degasus | |
| 2016-05-18 | VideoSW: Drop Update in XFB copy. | degasus | |
| 2016-05-03 | Merge pull request #3742 from phire/dither | Matthew Parlane | |
| Implement Dithering for video software | |||
