Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-21 | texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth | Fernando Sahmkow | 1 | -0/+44 | |
2019-04-05 | common/bit_util: Make CountLeading/CountTrailing functions have the same return types | Lioncash | 1 | -8/+8 | |
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. | |||||
2019-03-27 | Fixes and corrections on formatting. | Fernando Sahmkow | 1 | -1/+0 | |
2019-03-27 | Implement intrinsics CountTrailingZeroes and test it. | Fernando Sahmkow | 1 | -12/+33 | |
2019-03-27 | Implement a MultiLevelQueue | Fernando Sahmkow | 1 | -0/+19 | |
2018-12-21 | common: Add basic bit manipulation utility function to Common | Lioncash | 1 | -0/+61 | |