summaryrefslogtreecommitdiffstats
path: root/src/video_core/regs_pipeline.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to PICA and rasterizers in video_coreJames Rowe2018-01-131-269/+0
|
* pica/regs: layout geometry shader configuration regswwylele2017-08-101-2/+32
| | | | All the register meanings are derived from ctrulib (3dbrew is outdated for most of them)
* pica: upload shared shader code to both unitwwylele2017-08-071-1/+8
|
* 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