summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2482 from yuriks/pica-refactorYuri Kunde Schlesner2017-02-092-25/+25
|\
| * VideoCore: Split texturing regs from Regs structYuri Kunde Schlesner2017-02-042-25/+25
* | Use std::array<u8,2> instead of u8[2] to fix MSVC buildLectem2017-02-051-1/+1
|/
* Pica/Texture: Move part of ETC1 decoding to new file and cleanupsYuri Kunde Schlesner2017-02-043-110/+157
* Pica/Texture: Simplify/cleanup texture tile addressingYuri Kunde Schlesner2017-02-042-34/+106
* VideoCore: Move LookupTexture out of debug_utils.hYuri Kunde Schlesner2017-02-042-0/+310