| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-09 | Merge pull request #1474 from lioncash/renderer | bunnei | |
| renderer_base: Minor changes | |||
| 2016-03-08 | renderer_base: In-class initialize variables | Lioncash | |
| 2016-03-08 | render_base: Clarify/normalize getter functions | Lioncash | |
| 2016-03-08 | renderer_base: Don't directly expose the rasterizer unique_ptr | Lioncash | |
| There's no reason to allow direct access to the unique_ptr instance. Only its contained pointer. | |||
| 2016-03-08 | Improve error report from Init() functions | LittleWhite | |
| Add error popup when citra initialization failed | |||
| 2015-12-07 | VideoCore: Unify interface to OpenGL and SW rasterizers | Yuri Kunde Schlesner | |
| This removes explicit checks sprinkled all over the codebase to instead just have the SW rasterizer expose an implementation with no-ops for most operations. | |||
| 2015-06-28 | Core: Cleanup hw includes. | Emmanuel Gil Peyrot | |
| 2015-06-28 | CitraQt: Cleanup includes. | Emmanuel Gil Peyrot | |
| 2015-05-22 | OpenGL renderer | tfarley | |
| 2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | |
| 2014-12-20 | License change | purpasmart96 | |
| 2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | Emmanuel Gil Peyrot | |
| or generated | |||
| 2014-10-12 | Remove virtual inheritance from RendererOpenGL | Yuri Kunde Schlesner | |
| Also make destructor virtual so that instances are properly destructed. | |||
| 2014-04-27 | removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class | bunnei | |
| 2014-04-08 | fixed project includes to use new directory structure | bunnei | |
| 2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |
