| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-10 | Alternative fix: promote cycleslate to an s64 everywhere. | Scott Mansell | |
| Also changed a few functions to be static. | |||
| 2016-01-25 | Fifo: Make g_use_deterministic_gpu_thread a TU-local variable | Lioncash | |
| 2016-01-17 | VideoCommon: Header cleanup | Lioncash | |
| Also remedies places where the video backends and core rely on things being indirectly included. | |||
| 2016-01-12 | Fifo: Create a "Fifo" namespace. | degasus | |
| 2015-06-12 | Options: merge SCoreStartupParameter into SConfig | degasus | |
| 2015-06-06 | Fix indeterminism in GPU thread mode. | comex | |
| 2015-05-27 | CommandProcessor: Replace volatile usages with atomics | Lioncash | |
| Also remove said variables from being globals. | |||
| 2015-05-27 | PixelEngine: Replace volatile usages with atomics | Lioncash | |
| Also removes two unused volatile variables. | |||
| 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-05-01 | Fix dead link | Ingve Skåra | |
| 2015-04-06 | Fifo: rewrite sync on idle skipping hack | degasus | |
| Now it's done without a busy loop | |||
| 2015-01-30 | Clean up usage of ScheduleEvent_Threadsafe. | magumagu | |
| 2014-11-17 | OGL: implement bounding box support with ssbo | degasus | |
| This implemention tries to be as accurate as the old SW implemention, but it will remove the dependcy of our vertexloader on videosw. | |||
| 2014-10-10 | Get buildbot to compile. | crudelios | |
| 2014-10-10 | Reimplement Bounding Box calculation using the software renderer. | crudelios | |
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-07-13 | Fix warnings unearthed by #579 | Tillmann Karras | |
| 2014-07-11 | mark all local variables as static | degasus | |
| 2014-07-11 | mark all local functions as static | degasus | |
| 2014-06-01 | Video backends: remove dead code. | magumagu | |
| 2014-02-20 | Fix more header sorting issues in VideoCommon/ (now check-includes clean). | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-17 | Second and final pass of clearing out tabs. | Lioncash | |
| 2014-02-16 | Remove the old MMIO access "interface". | Pierre Bourdon | |
| 2014-02-16 | MMIO: Port the VideoCommon PE MMIOs to the new interface. | Pierre Bourdon | |
| 2014-02-16 | MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide ↵ | Pierre Bourdon | |
| framework for other video related mappings). | |||
| 2014-02-09 | Clean up some struct indentations | Lioncash | |
| Also cleaned up the indentations of some variable declarations. | |||
| 2014-02-09 | Cleanup enum indentations. | Lioncash | |
| 2014-01-31 | VideoCommon: remove Cache Displaylist | degasus | |
| This option was known to break every second game and only boost a bit. It also seems to be broken because of streaming into pinned memory and buffer storage buffers. v2: also remove dlc_desc | |||
| 2014-01-25 | Rewrote bounding box algotithm. Fixes issues 5967, 6154, 6196, 6211. | crudelios | |
| Instead of being vertex-based, it is now primitive (point, line or dissected triangle) based, with proper clipping. Also, screen position is now calculated based on viewport values, instead of "guesstimating". This fixes many graphical glitches in Paper Mario: TTYD and Super Paper Mario. Also, the new code allows Mickey's Magical Mirror and Disney's Hide & Sneak to work (mostly) bug-free. I changed their inis to use bbox. These changes have a slight cost in performance when bbox is being used (rare), mostly due to the new clipping algorithm. Please check for any regressions or crashes. | |||
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
