summaryrefslogtreecommitdiffstats
path: root/src/video_core/vertex_shader.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-16vertex_shader: Fix control reaches end of function warningLioncash1-1/+1
2014-10-08Fix warnings in video_coreLioncash1-1/+1
2014-08-25Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified rasterizer code accordingly.Tony Wasserka1-1/+2
2014-08-25Pica/VertexShader: Fix a bug in the bitfield definitions and add the "negate" field for swizzlers.Tony Wasserka1-3/+75
2014-08-12Pica: Add vertex shader implementation.Tony Wasserka1-0/+211