summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-05Use std::array<u8,2> instead of u8[2] to fix MSVC buildLectem1-1/+1
2017-02-04VideoCore: Split texturing regs from Regs structYuri Kunde Schlesner2-25/+25
2017-02-04Pica/Texture: Move part of ETC1 decoding to new file and cleanupsYuri Kunde Schlesner3-110/+157
2017-02-04Pica/Texture: Simplify/cleanup texture tile addressingYuri Kunde Schlesner2-34/+106
2017-02-04VideoCore: Move LookupTexture out of debug_utils.hYuri Kunde Schlesner2-0/+310