summaryrefslogtreecommitdiffstats
path: root/src/video_core/regs_pipeline.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pica: correct bit field length for some registerswwylele2017-05-161-3/+5
|
* VideoCore: Split u64 Pica reg unions into 2 separate u32 unionsYuri Kunde Schlesner2017-02-091-36/+42
| | | | | This eliminates UB when aliasing it with the array of u32 regs, and is compatible with non-LE architectures.
* VideoCore: Split geometry pipeline regs from Regs structYuri Kunde Schlesner2017-02-041-0/+224