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