summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica_types.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pica_types: Fix typo in docstring.bunnei2016-02-051-1/+1
|
* pica_types: Replace float24/20/16 with a template class.bunnei2016-02-051-95/+61
|
* pica: Implement decoding of basic fragment lighting components.bunnei2016-02-051-0/+56
| | | | | | | - Diffuse - Distance attenuation - float16/float20 types - Vertex Shader 'view' output
* pica: Add pica_types module and move float24 definition.bunnei2016-02-051-0/+124