summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica_state.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-13Remove references to PICA and rasterizers in video_coreJames Rowe1-159/+0
2017-08-19pica/command_processor: build geometry pipeline and run geometry shaderwwylele1-0/+11
2017-07-11SwRasterizer/Lighting: Do not use global state in LookupLightingLut.Subv1-1/+1
2017-06-22gl_rasterizer: use texture buffer for fog LUTwwylele1-0/+8
2017-06-21gl_rasterizer/lighting: fix LUT interpolationwwylele1-3/+9
2017-05-20pica/swrasterizer: implement procedural texturewwylele1-0/+54
2017-02-04VideoCore: Move Regs to its own fileYuri Kunde Schlesner1-1/+1
2017-01-30VideoCore: Rename some types to more accurate namesYuri Kunde Schlesner1-2/+2
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+0
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-3/+3
2016-06-07Pica: Add fog stateJannik Vogel1-2/+14
2016-05-12Move default_attributes into Pica stateJannik Vogel1-0/+2
2016-05-07fixup simple type conversions where possibleAlexander Laties1-1/+1
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot1-0/+5
2016-03-24Pica: Improve accuracy of immediate-mode supportYuri Kunde Schlesner1-6/+9
2016-03-03Add immediate mode vertex submissionDwayne Slater1-0/+60