| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common: Make use of [[nodiscard]] where applicable | 2020-08-15 | 1 | -17/+17 | |
| | | | | | | | 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. | ||||
| * | texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth | 2019-06-20 | 1 | -0/+44 | |
| | | |||||
| * | common/bit_util: Make CountLeading/CountTrailing functions have the same ↵ | 2019-04-05 | 1 | -8/+8 | |
| | | | | | | | | | return types Makes the return type consistently uniform (like the intrinsics we're wrapping). This also conveniently silences a truncation warning within the kernel multi_level_queue. | ||||
| * | Fixes and corrections on formatting. | 2019-03-27 | 1 | -1/+0 | |
| | | |||||
| * | Implement intrinsics CountTrailingZeroes and test it. | 2019-03-27 | 1 | -12/+33 | |
| | | |||||
| * | Implement a MultiLevelQueue | 2019-03-27 | 1 | -0/+19 | |
| | | |||||
| * | common: Add basic bit manipulation utility function to Common | 2018-12-21 | 1 | -0/+61 | |