| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-15 | common/color: Remove | ReinUsesLisp | |
| This is a leftover from Citra we no longer use. | |||
| 2020-08-18 | common/color: Migrate code over to the Common namespace | Lioncash | |
| No external code makes use of this header, so we can freely change the namespace. | |||
| 2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | |
| Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions. | |||
| 2019-02-26 | common/vector_math: Move Vec[x] types into the Common namespace | Lioncash | |
| These types are within the common library, so they should be using the Common namespace. | |||
| 2018-08-08 | common/color: Remove unnecessary const qualifiers on return types | Lioncash | |
| These are just superfluous and not necessesary | |||
| 2018-08-08 | common/color: Get rid of undefined behavior | Lioncash | |
| Gets rid of type punning via reinterpret_cast within functions. Instead, we use memcpy to transfer the contents across types. | |||
| 2018-01-20 | Format: Run the new clang format on everything | James Rowe | |
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-01-27 | color: Make trivial helpers constexpr | Lioncash | |
| 2015-08-16 | videocore: Added RG8 texture support | Patrick Martin | |
| 2015-07-13 | Pica: Implement stencil testing. | Tony Wasserka | |
| 2015-05-30 | Move video_core/color.h to common/color.h | archshift | |
