summaryrefslogtreecommitdiff
path: root/src/video_core/texture (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to PICA and rasterizers in video_coreGravatar James Rowe2018-01-124-425/+0
|
* video_core: remove #pragma once in cpp file (#2570)Gravatar Weiyi Wang2017-02-152-4/+0
|
* Merge pull request #2482 from yuriks/pica-refactorGravatar Yuri Kunde Schlesner2017-02-082-25/+25
|\ | | | | Split up monolithic Regs struct
| * VideoCore: Split texturing regs from Regs structGravatar Yuri Kunde Schlesner2017-02-042-25/+25
| |
* | Use std::array<u8,2> instead of u8[2] to fix MSVC buildGravatar Lectem2017-02-051-1/+1
|/
* Pica/Texture: Move part of ETC1 decoding to new file and cleanupsGravatar Yuri Kunde Schlesner2017-02-043-110/+157
|
* Pica/Texture: Simplify/cleanup texture tile addressingGravatar Yuri Kunde Schlesner2017-02-042-34/+106
|
* VideoCore: Move LookupTexture out of debug_utils.hGravatar Yuri Kunde Schlesner2017-02-042-0/+310