summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica_types.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-17/+18
|
* VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot2016-04-301-0/+1
|
* 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