summaryrefslogtreecommitdiffstats
path: root/src/video_core/regs_lighting.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-09VideoCore: Force enum sizes to u32 in LightingRegsYuri Kunde Schlesner1-4/+4
All enums that are used with BitField must have their type forced to u32 to ensure correctness.
2017-02-04VideoCore: Move Regs to its own fileYuri Kunde Schlesner1-0/+2
2017-02-04VideoCore: Split lighting regs from Regs structYuri Kunde Schlesner1-0/+292