summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Reorganize headersLioncash2015-09-111-2/+2
* Pica: Added the primitive_restart register (0x25f) to the registers map.Subv2015-08-311-0/+1
* Pica: Add the vertex_offset register to the Pica registers map.Subv2015-08-311-0/+1
* Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei2015-08-161-0/+3
* Videocore: Don't reinitialize register name map on every queryYuri Kunde Schlesner2015-07-261-1/+71
* Pica: Create 'State' structure and move state memory there.bunnei2015-05-231-0/+20