| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-18 | VideoCommon: Drop SetDitherMode() | Stenzek | |
| It was a no-op on all backends apart from GL anyhow. | |||
| 2017-03-04 | VideoCommon: Eliminate static state in Renderer | 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-02 | Core: Remove double newlines at the end of *_LOG messages. | Emmanuel Gil Peyrot | |
| 2016-08-21 | VertexManagerBase: Get rid of static behavior | Lioncash | |
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2016-01-17 | VideoCommon: Header cleanup | Lioncash | |
| Also remedies places where the video backends and core rely on things being indirectly included. | |||
| 2015-11-02 | VideoCommon: VertexManager -> VertexManagerBase | Tillmann Karras | |
| It may be a bit weird to see calls to static functions in VertexManagerBase now, but at least it's easier to see what's going on. | |||
| 2015-09-05 | Cleanup and unify handling of efb copy stride. | Scott Mansell | |
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-02-24 | VideoCommon: always enable efb copy | degasus | |
| 2014-12-15 | VideoCommon: Merge LineGeometryShader into GeometryShaderGen. | Jules Blok | |
| This adds line-width emulation support to OpenGL. | |||
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-08-16 | Removed warnings by assigning to bool | Charles Rozhon | |
| 2014-06-08 | Fix the capitalization of "GameCube" throughout the project. | Paul Olszewski | |
| 2014-05-20 | BPStructs: Consistently put the two shared copy args first | Jasper St. Pierre | |
| And rename them so they make a bit more sense. | |||
| 2014-05-20 | BPFunctions: Remove the rest of GetConfig | Jasper St. Pierre | |
| 2014-05-20 | PixelShaderManager: Fizzle out fog changes when disabled here | Jasper St. Pierre | |
| This lets us remove a use of GetConfig. | |||
| 2014-05-20 | BPFunctions: Remove use of a dumb method | Jasper St. Pierre | |
| GetPointer serves no purpose. | |||
| 2014-05-20 | BPFunctions: Remove an unused method | Jasper St. Pierre | |
| 2014-05-20 | BPFunctions: Clean up math slightly | Jasper St. Pierre | |
| No need for magic 342 numbers. | |||
| 2014-04-11 | VideoBackend: remove unused config vars. | magumagu | |
| No point to keeping around variables which are always "true". | |||
| 2014-03-30 | Don't cast -1 to enum to represent a missing value. | comex | |
| This is undefined behavior in C++, and a clang warning suggests it is actually producing bad code as a result: ../Source/Core/VideoCommon/BPFunctions.cpp:164:45: warning: comparison of constant 4294967295 with expression of type 'PEControl::PixelFormat' is always false [-Wtautological-constant-out-of-range-compare] if (new_format == old_format || old_format == (unsigned int)-1) | |||
| 2014-03-25 | BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as ↵ | Tony Wasserka | |
| enumerations. | |||
| 2014-02-28 | Fix various warnings reported by clang | Tillmann Karras | |
| - mostly remove unused variables - rename some generic JIT identifiers | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-15 | use EFBRectangle for scissor rect | degasus | |
| This one is backend independed. The backend should recalc such things on their own. | |||
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
